Skip to content

Commit 707997b

Browse files
committed
Version v5.1.0
1 parent 72a80f0 commit 707997b

File tree

2 files changed

+69
-2
lines changed

2 files changed

+69
-2
lines changed

CHANGELOG.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,72 @@
11
# Wikimedia Commons for Android
22

3+
## v5.1.0
4+
5+
### What's Changed
6+
7+
* Enhanced **upload queue management** in the Commons app for smoother, sequential
8+
processing, clearer progress tracking, prevention of stuck or duplicate
9+
uploads. As part of this improvement, the "Limited Connection mode" has been
10+
removed.
11+
* Added an option in "Nearby" feature enabling users to **provide feedback on
12+
Wikidata items**. Users can report if an item doesn’t exist, is at a different
13+
location, or has other issues, with submissions tagged for easy tracking and
14+
updates.
15+
* Improved the "Nearby" feature by splitting the query into two parts for faster
16+
loading and **better performance, especially in areas with dense amount of
17+
places**. This update also resolves issues with pins overlapping place names.
18+
* Upgraded AGP and **target/compile SDK to 34** and make necessary adjustments to
19+
the app such as adding **"Partial Access" support**. Also includes some minor
20+
refactoring, and replacement of deprecated circular progress bars.
21+
* Fixed an **UI issue where the 'Subcategories' and 'Parent Categories' tabs
22+
appeared blank** in the Category Details screen. Resolved by optimizing view
23+
binding handling in the parent fragments.
24+
* Fixed an issue where editing depictions removed all other structured data from
25+
images. Now, **only depictions are updated, preserving other associated data**.
26+
* Fixed **map centering** in the image upload flow to **use GPS EXIF tag location**
27+
from pictures and ensured "Show in map app" accurately reflects this location.
28+
* Fixed navigation **after uploading via Nearby by directing users to the Uploads
29+
activity** instead of returning to Nearby, preventing confusion about needing to
30+
upload again.
31+
32+
### Bug fixes and various changes
33+
34+
* Improved the "Nearby" feature to fetch labels based on the user's preferred
35+
language instead of defaulting to English.
36+
* Added a legend to the "Nearby" feature indicating pin statuses: red for items
37+
without pictures, green for those with pictures, and grey for items being
38+
checked. A floating action button now allows users to toggle the legend's
39+
visibility.
40+
* Fixed an issue where the "Nominate for deletion" option is shown to logged out
41+
users, preventing app errors and crashes.
42+
* Updated the regex pattern that filters categories with an year in it to also
43+
filter the 2020s.
44+
* Fix an issue where past depictions were not shown as suggestions, despite
45+
being saved correctly.
46+
* Fixed an issue in custom image picker where exiting the media preview showed
47+
only the first image and cleared selections. Now, previously selected images
48+
are restored correctly after exiting the preview. This was contributed.
49+
* Fixed an issue in custom image picker where scrolling behavior did not
50+
maintain position after exiting fullscreen preview, ensuring users remain at
51+
the same point in their image roll unless actioned images are filtered. This
52+
was contributed.
53+
* Fixed Nearby map not showing new pins on map move by removing the 2000m scroll
54+
threshold and adding an 800ms debounce for smoother pin updates when the map
55+
is moved. Queued searches are now canceled on fragment destruction.
56+
* Revised author information retrieval to emphasize the custom author name from
57+
the metadata instead of the default registered username.
58+
* Enhanced notification classification to properly identify "email" type
59+
notifications and prompting users to check their e-mail inbox when such
60+
notifications are clicked.
61+
* Resolved a bug in the language chooser that incorrectly greyed-out previously
62+
selected languages, ensuring only the current language is non-selectable during
63+
image upload.
64+
* Resolved pin color update issue in "Nearby" feature where the pin colour
65+
failed to be updated after a successful image upload.
66+
67+
What's listed here is only a subset of all the changes. Check the full-list of
68+
the changes in [this link](https://github.com/commons-app/apps-android-commons/compare/v5.0.2...v5.1.0).
69+
370
## v5.0.2
471

572
- Enhanced multi-upload functionality with user prompts to clarify that all images would share the

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ android {
207207
defaultConfig {
208208
//applicationId 'fr.free.nrw.commons'
209209

210-
versionCode 1040
211-
versionName '5.0.2'
210+
versionCode 1041
211+
versionName '5.1.0'
212212
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
213213

214214
minSdkVersion 21

0 commit comments

Comments
 (0)