Releases: commons-app/apps-android-commons
Releases · commons-app/apps-android-commons
v6.1.0-beta
What's Changed
- Description Edit Button bug fixed by @LeopoldoDelgadillo in #6421
- Fix #6409: Add listener call in ImageAdapter to update UI and upload by @Kota-Jagadeesh in #6420
- Added padding inset for mapview by @RickeyHo in #6427
- Fix Location Permission Prompt on "Uploaded via Mobile" Tab by @Kota-Jagadeesh in #6425
- Change hardcoded strings in the language search dialog to messages by @amire80 in #6440
- Change hardcoded preferences strings to translatable messages by @amire80 in #6443
- Change a hardcoded string to a translatable message by @amire80 in #6444
- Fix kotling warnings for Image.kt and Folder.kt (part of Issue #5996) by @benshung in #6441
- Remove leading space from English messages by @amire80 in #6449
- chore: upgrade native libraries for 16KB page size compatibility by @rohit9625 in #6445
- Rename an identifier with a non-ASCII character by @amire80 in #6460
- Make some hardcoded strings translatable by @amire80 in #6459
- Change Android "OK" string to app's own localization by @amire80 in #6471
- Change "wikicode" to "wikitext" in a message by @amire80 in #6476
- Remove commented out code and associated strings by @amire80 in #6475
- Fix punctuation in the download_failed_we_cannot_download_the_file_without_storage_permission by @amire80 in #6473
- Fix comma splice in a translatable string by @amire80 in #6465
- Remove the unused message "statistics" by @amire80 in #6478
- Fixes Issue 6436: getString(...) must not be null by @Jason-Whitmore in #6474
- fix: map crash (fixes #6432) by @Kota-Jagadeesh in #6479
- Change filename to username in toasts about sending thanks by @amire80 in #6467
- Rephrase the string copy_image_caption_description by @amire80 in #6472
- Consistent spelling of "screenshots" in the issue template by @amire80 in #6481
- Fix/6404 app crashes theme change multi upload by @Kota-Jagadeesh in #6429
- fix: remove location manager and update listener on pause by @rohit9625 in #6483
- Change "actioned" to "handled" in translatable strings by @amire80 in #6498
- Cleanup whitespace in the custom_selector_info_text2 string by @amire80 in #6496
- Change capitalization of "Add Location" by @amire80 in #6493
- Remove the arrow next to "Add location" by @amire80 in #6491
- Rephrase images_featured_explanation by @amire80 in #6484
- Replace android.R.string.* with R.string by @amire80 in #6499
- Fix depicts and categories pickers for RTL languages by @amire80 in #6503
- Improve the grammar of messages about GPX and KML files by @amire80 in #6497
- Remove the string SingleWebViewActivity by @amire80 in #6494
- Add a missing comma to a message by @amire80 in #6477
- Clean up empty tags in XML files by @amire80 in #6505
- Simplify android:gravity in two layouts by @amire80 in #6506
- Change all parameters to numbered parameters by @amire80 in #6516
- Replace tab with space in an XML layout file by @amire80 in #6514
- Remove wikimedia_licenses.xml and files that use it by @amire80 in #6513
- Update alternative texts for the welcome screen by @amire80 in #6512
- Nearby: persist place-type filters across tab switches (Fixes #6486) by @XinyuYangYXY in #6509
- Fix crash for bookmarks without descriptions/thumbnails by @DeKaN in #6488
- fix(i18n): Correct capitalization for 'Sending thanks' status messages (#6515) by @Aneesh-0108 in #6518
- explore: use class-specific tab labels in item details only (Fixes #6395) by @XinyuYangYXY in #6524
- Replace Switch with SwitchMaterial by @amire80 in #6522
- Fix lint warning about Timber by @amire80 in #6521
- Disable linting for icon hiding code in preferences by @amire80 in #6519
- Test/2819 add campaigns api tests by @Kota-Jagadeesh in #6529
- Delete outdated localization files by @amire80 in #6533
- Fix three Java lint errors by @amire80 in #6531
- Disable hardware acceleration and keyboard animation by @RitikaPahwa4444 in #6535
New Contributors
- @LeopoldoDelgadillo made their first contribution in #6421
- @RickeyHo made their first contribution in #6427
- @benshung made their first contribution in #6441
- @XinyuYangYXY made their first contribution in #6509
- @DeKaN made their first contribution in #6488
- @Aneesh-0108 made their first contribution in #6518
Full Changelog: v6.0.2...v6.1.0
v6.0.2
What's Changed
- Make "File usages" items clickable with correct URLs #6307 by @Kota-Jagadeesh in #6405
- Added the wiki prefix to titles in GlobalFileUsage for issue #6416 by @Kota-Jagadeesh in #6417
- Fixes Issue #6384: java.lang.NullPointerException in ReviewActivity by @Jason-Whitmore in #6394
- Fix: enable H/W acceleration for UploadActivity to resolve keyboard not showing on Upload Screen by @rohit9625 in #6418
Full Changelog: v6.0.1...v6.0.2
v6.0.1
What's Changed
- Convert bookmarks package to kotlin by @psh in #6387
- Convert explore package to kotlin by @psh in #6389
- Support both "label" and "itemLabel" for NearbyResultItem mapping by @sonalyadav1 in #6386
- fix: NPE when changing theme while on profile screen by @rohit9625 in #6398
- 6357: Fix java.lang.SecurityException for multi-uploads by @RitikaPahwa4444 in #6402
- Bump target sdk to API 35 and make the app UI compatible with edge to edge by @rohit9625 in #6393
- fix: use context instead of requireContext() for backward compatibility by @rohit9625 in #6403
- fix: add User-Agent to NetworkingModule http client by @cdanis in #6415
New Contributors
Full Changelog: v5.6.1...v6.0.1
v6.0.0-beta
What's Changed
- Convert bookmarks package to kotlin by @psh in #6387
- Convert explore package to kotlin by @psh in #6389
- Support both "label" and "itemLabel" for NearbyResultItem mapping by @sonalyadav1 in #6386
- fix: NPE when changing theme while on profile screen by @rohit9625 in #6398
- 6357: Fix java.lang.SecurityException for multi-uploads by @RitikaPahwa4444 in #6402
- Bump target sdk to API 35 and make the app UI compatible with edge to edge by @rohit9625 in #6393
- fix: use context instead of requireContext() for backward compatibility by @rohit9625 in #6403
Full Changelog: v5.6.1...v6.0.0-beta
v5.6.1
What's Changed
- Skip image upload to Wikidata (nearby -> green pins) by @sonalyadav1 in #6349
- Fix/file usage not working by @rohit9625 in #6354
- Fix infinite loading circular progress bar after nominating for deletion by @rohit9625 in #6324
- Fixes Issue 6312: GPS has huge error and does not update (in Nearby) by @Jason-Whitmore in #6352
- Convert top level "Utils" class to kotlin by @psh in #6364
- Prevent "Is this a picture of..." popup from appearing in Nearby uploads by @sonalyadav1 in #6359
- Update bug-report.yml to use Type:bug label as per issue #6356 by @Kota-Jagadeesh in #6363
- convert top level classes to kotlin by @psh in #6368
- Convert media package to kotlin by @psh in #6369
- Fix java.lang.SecurityException for ACTION_OPEN_DOCUMENT by @RitikaPahwa4444 in #6370
- Show author/uploader names in Media Details for Commons licensing compliance by @Copilot in #6375
- Updated the strange wording in MoreBottomSheetFragment by @shraavv in #6378
- Fix email verification input by @Kota-Jagadeesh in #6367
- Correct NearbyResultItem label mapping for place name display by @sonalyadav1 in #6382
New Contributors
- @Kota-Jagadeesh made their first contribution in #6363
- @Copilot made their first contribution in #6375
- @shraavv made their first contribution in #6378
Full Changelog: v5.5.0...v5.6.1
v5.6.0-beta
What's Changed
- Skip image upload to Wikidata (nearby -> green pins) by @sonalyadav1 in #6349
- Fix/file usage not working by @rohit9625 in #6354
- Fix infinite loading circular progress bar after nominating for deletion by @rohit9625 in #6324
- Fixes Issue 6312: GPS has huge error and does not update (in Nearby) by @Jason-Whitmore in #6352
- Convert top level "Utils" class to kotlin by @psh in #6364
- Prevent "Is this a picture of..." popup from appearing in Nearby uploads by @sonalyadav1 in #6359
- Update bug-report.yml to use Type:bug label as per issue #6356 by @Kota-Jagadeesh in #6363
- convert top level classes to kotlin by @psh in #6368
- Convert media package to kotlin by @psh in #6369
- Fix java.lang.SecurityException for ACTION_OPEN_DOCUMENT by @RitikaPahwa4444 in #6370
- Show author/uploader names in Media Details for Commons licensing compliance by @Copilot in #6375
- Optimise SPARQL query for single entity metadata using wikibase:label by @sonalyadav1 in #6376
- Updated the strange wording in MoreBottomSheetFragment by @shraavv in #6378
- Fix email verification input by @Kota-Jagadeesh in #6367
New Contributors
- @Kota-Jagadeesh made their first contribution in #6363
- @Copilot made their first contribution in #6375, thanks to @nicolas-raoul :)
- @shraavv made their first contribution in #6378
Full Changelog: v5.5.0...v5.6.0-beta
v5.5.0
What's Changed
- Fixes Issue 6308: Explore map shows image at my location rather than at shown location by @Jason-Whitmore in #6315
- Fix: Use concise Wikidata feedback message while keeping full UI text by @sonalyadav1 in #6318
- Fix : UninitializedPropertyAccessException by @sonalyadav1 in #6248
- Migrated from Groovy to Kotlin DSL and upgrade AGP version by @rohit9625 in #6322
- Fix Kotlin warnings (related to issue #5996) by @Rsedp8 in #6320
- Fixes issue #6242 (again) by @Jason-Whitmore in #6325
- Refactor long log line in SingleWebViewActivity to comply with code style by @devjadiya in #6333
- Fix invalid resource directory causing test failure by @Saifuddin53 in #6337
- Fixes Issue 6326: Explore Map: green label sometimes hidden by other pins thumbnails by @Jason-Whitmore in #6334
- Implement single selection logic in custom image picker by @sonalyadav1 in #6341
- The Upload Wizard's language drop-down now reflects the language used in the pin label. by @sonalyadav1 in #6346
- Fix: prevent showing NearbyCard when seeing our contributions from Profile screen by @rohit9625 in #6339
New Contributors
- @Rsedp8 made their first contribution in #6320
- @devjadiya made their first contribution in #6333
Full Changelog: v5.4.1...v5.5.0
v5.5.0-beta
What's Changed
- Fixes Issue 6308: Explore map shows image at my location rather than at shown location by @Jason-Whitmore in #6315
- Fix: Use concise Wikidata feedback message while keeping full UI text by @sonalyadav1 in #6318
- Fix : UninitializedPropertyAccessException by @sonalyadav1 in #6248
- Migrated from Groovy to Kotlin DSL and upgrade AGP version by @rohit9625 in #6322
- Fix Kotlin warnings (related to issue #5996) by @Rsedp8 in #6320
- Fixes issue #6242 (again) by @Jason-Whitmore in #6325
- Refactor long log line in SingleWebViewActivity to comply with code style by @devjadiya in #6333
- Fix invalid resource directory causing test failure by @Saifuddin53 in #6337
- Fixes Issue 6326: Explore Map: green label sometimes hidden by other pins thumbnails by @Jason-Whitmore in #6334
- Implement single selection logic in custom image picker by @sonalyadav1 in #6341
- The Upload Wizard's language drop-down now reflects the language used in the pin label. by @sonalyadav1 in #6346
- Fix: prevent showing NearbyCard when seeing our contributions from Profile screen by @rohit9625 in #6339
New Contributors
- @Rsedp8 made their first contribution in #6320
- @devjadiya made their first contribution in #6333
Full Changelog: v5.4.1...v5.5.0-beta
v5.4.1
What's Changed
- FIX : Custom picker detect images that is already in commons by @sonalyadav1 in #6288
- Code Enhancement (Explore Map) by @khushbuk0711 in #6293
- Improve credit line in image list by @whym in #6295
- Change back some variable names that were accidentally changed by @whym in #6297
- Nearby List: Only show place cards with loaded names by @andy-ife in #6301
- Move failing tests to the androidTest source-set as they interact with Fragment Lifecycle by @rohit9625 in #6302
- Fixes Issue 6262: [Bug]: Error occurred while loading images by @Jason-Whitmore in #6291
Full Changelog: v5.3.0...v5.4.1