Skip to content

Commit b314fe1

Browse files
committed
Version v4.2.0
1 parent ee78cea commit b314fe1

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## v4.2.0
4+
- Dark mode colour improvements
5+
- Enhancements done to address location metadata loss including the metadata loss that occurs in
6+
latest Android versions
7+
- Enhancements done to address the issue where uploads get stuck in queued state
8+
- Fix the inability to upload via the in-app camera option
9+
- Provide the ability to optionally include location metadata for in-app camera uploads in case the
10+
device camera app does not provide location metadata
11+
- Use geo location URL that works consistently across all map applications
12+
- Fix crash when clicking on location target icon while trying to edit the location of an upload
13+
- Fix crash that occurs randomly while returning to the app after leaving it in the background
14+
- Fix crash in Sign up activity on Android version 5.0 and 5.1
15+
- Android 13 compatibility changes
16+
317
## v4.1.0
418
- Location of pictures uploaded via custom picture selector are now recognized
519
- Improvements to the custom picture selector

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ android {
173173
defaultConfig {
174174
//applicationId 'fr.free.nrw.commons'
175175

176-
versionCode 1034
177-
versionName '4.1.0'
176+
versionCode 1035
177+
versionName '4.2.0'
178178
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
179179

180180
minSdkVersion 21
@@ -223,6 +223,7 @@ android {
223223
minifyEnabled true
224224
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
225225
testProguardFile 'test-proguard-rules.txt'
226+
signingConfig signingConfigs.debug
226227
if (isRunningOnTravisAndIsNotPRBuild) {
227228
signingConfig signingConfigs.release
228229
}

0 commit comments

Comments
 (0)