File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Wikimedia Commons for Android
2
2
3
+ ##v2.0
4
+ - Modified Share button in media details fragment to allow user to choose different apps
5
+ - Added CC-BY 4.0 and CC-BY-SA 4.0 to license options
6
+ - Added selection pane for licenses on title/desc screen
7
+ - Switched to using material design for login form fields
8
+ - Added Checkstyle support
9
+ - Reenabled minify in Gradle
10
+ - Other minor code optimizations
11
+
3
12
##v1.44
4
13
- Attempted fix for GPS suggestions issue
5
14
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
2
package =" fr.free.nrw.commons"
3
- android : versionCode =" 62 "
4
- android : versionName =" 1.44 " >
3
+ android : versionCode =" 63 "
4
+ android : versionName =" 2.0 " >
5
5
6
6
<uses-permission android : name =" android.permission.INTERNET" />
7
7
<uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
You can’t perform that action at this time.
0 commit comments