Skip to content

Commit 3690571

Browse files
committed
Version v5.0.2
1 parent 05ffd12 commit 3690571

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

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

3+
## v5.0.2
4+
5+
- Enhanced multi-upload functionality with user prompts to clarify that all images would share the
6+
same category and depictions.
7+
- Show Wikidata description on currently active Nearby pin to provide more useful information.
8+
- Improve the visibility of map markers by dynamically adjusting their colors based on the app's
9+
theme. The map markers will now appear lighter when the app is in dark mode and darker when the
10+
app is in light mode. This change aims to enhance marker visibility and improve the overall user
11+
experience.
12+
- Added information on where user feedback is posted, helping users track existing feedback and
13+
monitor their own submissions.
14+
- Enhanced the edit location screen of the upload screen by centering the map on the picture's
15+
location from metadata when editing, or on the device's GPS location if metadata is unavailable,
16+
improving accuracy and user experience.
17+
- Ensured the 'Add Location' button is renamed to 'Edit Location' when copying the location of a
18+
recently uploaded image, enhancing clarity and user experience.
19+
- Added a ProgressBar to the media detail screen to indicate image loading status, enhancing user
20+
experience by showing loading progress until the image is fully loaded.
21+
- Fixed an issue where caption and description fields would intermittently disappear when using
22+
voice input, ensuring text remains visible and stable across all entries.
23+
- Fixed a crash that occurred when attempting to remove multiple instances of caption/description
24+
fields after initially adding them.
25+
- Improve the text in the prompt shown when skipping login to sound more natural.
26+
- Modified feedback addition logic to append new sections at the bottom of the page, ensuring
27+
auto-archiving of sections functions correctly on the feedback page.
28+
- Resolved issue where the app failed to clear cookies upon logout.
29+
330
## v5.0.1
431

532
Same as v5.0.0 except this fixes some R8 rules to ensure that the release

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ android {
191191
defaultConfig {
192192
//applicationId 'fr.free.nrw.commons'
193193

194-
versionCode 1039
195-
versionName '5.0.1'
194+
versionCode 1040
195+
versionName '5.0.2'
196196
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
197197

198198
minSdkVersion 21

0 commit comments

Comments
 (0)