apps-android-commons
https://github.com/commons-app/apps-android-commons
Java
The Wikimedia Commons Android app allows users to upload pictures from their Android phone/tablet to Wikimedia Commons
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported6 Subscribers
Add a CodeTriage badge to apps-android-commons
Help out
- Issues
- Refactor Pervasive Thread-Blocking RxJava Calls to Suspending .await() to Prevent ANRs and Thread Starvation
- Fix:Reduce JNI overhead by replacing bitmap.getPixel loops with getPixels
- Memory leak due to ViewBinding not cleared in Fragment lifecycle
- Unclosed OkHttp responses causing connection leaks and socket exhaustion
- ANR risk due to runBlocking blocking main thread during database access
- RxJava errors silently ignored causing hidden crashes
- Unsafe substring parsing can cause fatal crashes on invalid responses
- Optimize Image Processing: Replace Per-Pixel JNI Overhead with Bulk getPixels Retrieval
- Catch erroneous strings.xml syntax in CI
- Add xmllint validation for strings.xml files in CI
- Docs
- Java not yet supported