File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Wikimedia Commons for Android
2
2
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
+
3
17
## v4.1.0
4
18
- Location of pictures uploaded via custom picture selector are now recognized
5
19
- Improvements to the custom picture selector
Original file line number Diff line number Diff line change @@ -173,8 +173,8 @@ android {
173
173
defaultConfig {
174
174
// applicationId 'fr.free.nrw.commons'
175
175
176
- versionCode 1034
177
- versionName ' 4.1 .0'
176
+ versionCode 1035
177
+ versionName ' 4.2 .0'
178
178
setProperty(" archivesBaseName" , " app-commons-v$versionName -" + getBranchName())
179
179
180
180
minSdkVersion 21
@@ -223,6 +223,7 @@ android {
223
223
minifyEnabled true
224
224
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.txt'
225
225
testProguardFile ' test-proguard-rules.txt'
226
+ signingConfig signingConfigs. debug
226
227
if (isRunningOnTravisAndIsNotPRBuild) {
227
228
signingConfig signingConfigs. release
228
229
}
You can’t perform that action at this time.
0 commit comments