File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Wikimedia Commons for Android
2
2
3
+ ## v2.10.0
4
+ - Added option to search for places that need pictures in any location
5
+ - Added coordinate check for images submitted via Nearby
6
+ - Added news about ongoing campaigns
7
+ - Easy retry for failed uploads
8
+ - Javadocs for Nearby package
9
+ - Optimized Nearby query for faster loading
10
+ - Allow users to dismiss notifications
11
+ - Various bugfixes for Explore, Notifications and Nearby
12
+ - Fixed uploads getting stuck in "receiving shared content" phase
13
+ - Fixed empty notifications bell icon in main screen
14
+
3
15
## v2.9.0
4
16
- New main screen UI with Nearby tab
5
17
- New upload UI and flow
Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ android {
96
96
97
97
defaultConfig {
98
98
applicationId ' fr.free.nrw.commons'
99
- versionCode 94
100
- versionName ' 2.9 .0'
99
+ versionCode 212
100
+ versionName ' 2.10 .0'
101
101
setProperty(" archivesBaseName" , " app-commons-v$versionName -" + getBranchName())
102
102
103
103
minSdkVersion 15
You can’t perform that action at this time.
0 commit comments