apps-android-commons icon indicating copy to clipboard operation
apps-android-commons copied to clipboard

The Wikimedia Commons Android app allows users to upload pictures from their Android phone/tablet to Wikimedia Commons

Results 295 apps-android-commons issues
Sort by recently updated
recently updated
newest added

Latest master. Steps: 1. Upload any picture. 2. At the caption step, enter a name with a space at the end. 3. The upload seems to be starting fine, but...

bug

In the following series of screenshots, you will see, from first picking "view file page", to the final step where we really are in the browser (black background), it takes...

enhancement

The app should have image editing features. Desirable features: - Crop (especially lossless resize à la jpegtran) - Rotate (90, 180, 270 degrees) - Modify EXIF - Blur faces/number plates/etc...

enhancement

Part of an ongoing code refactoring to move all models to a common models package. Fixes #4782 Moved utils models to data.models package. Tested debug on Pixel 4 (Emulator) with...

Part of an ongoing code refactoring to move all models to a common models package. Fixes #4782 Moved QuizQuestion to data.models package. Tested debug on Pixel 4 (Emulator) with API...

Part of an ongoing code refactoring to move all models to a common models package. Fixes #4782 Moved media models to data.models package. Tested debug on Pixel 4 (Emulator) with...

Part of an ongoing code refactoring to move all models to a common models package. Fixes #4782 Moved Category model to data.models package. Tested debug on Pixel 4 (Emulator) with...

Currently, most of the application is just one big module and it is a good idea to start considering making multiple modules for different features. There is a very good...

code-quality

FIXING a part of ISSUE #4471 UPDATE:- LATEST COMMIT DONE IN THIS PULL REQUEST solves the issue completely

**Description (required)** hidden categories should be shown when searched for example `[[Category:United Kingdom photographs taken on 2021-01-19]]` Fixes #4192 What changes did you make and why? added API call that...