apps-android-commons
apps-android-commons copied to clipboard
The Wikimedia Commons Android app allows users to upload pictures from their Android phone/tablet to Wikimedia Commons
Android 13 stock camera. Reproduced 10 times in a row with vbarious pictures with location.
### Summary Any file I upload via the commons app will currently say that it has failed. However the image will be uploaded and edits after the upload will also...
Fixes #4664 What changes did you make and why? - **Issue:** As per the information provided and work request on the ticket above, `WelcomeActivity.java` is currently using Butterknife to to...
https://commons.wikimedia.org/wiki/Commons:Mobile_app could potentially be due for a bit of a tidy-up, to reflect the current state of the app. Any ideas for how we could structure the information and what...
**Steps to reproduce:** 1. Set your phone to Hebrew (probably also works with Arabic, Persian and Urdu) 2. Go to the nearby map 3. Tap on a pin 4. The...
Enabled support action bar for ProfileActivity Fixes #5026 - Enable support toolbar for ProfileActivity - Modified relevant layout files to support changes - Added an early return for CreateOptionsMenu in...
Added specific display author function in Media.kt that parses the author string with Regex Fixes #5030 Added new Author function in Media.kt, with Regex checks for two types of Author,...
Steps to reproduce: 1. Take several pictures near a Wikidata place 2. Upload both together. 3. When asked whether the pictures depict the place, say yes. 4. Write a caption/description...
`UploadMediaPresenter.java` uses Geocoder in the `reverseGeoCode` method. This usage has several problems: - Requires a geocoding backend such as Google Play Services, which is not always available and reliable ([example](https://en.wikipedia.org/wiki//e/_(operating_system)))....