Skip to content

Commit fcf9f3a

Browse files
authored
Merge pull request #404 from misaochan/master
Versioning and changelog for release v2.0
2 parents 80a0bb1 + 4a90f57 commit fcf9f3a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Wikimedia Commons for Android
22

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+
312
##v1.44
413
- Attempted fix for GPS suggestions issue
514

app/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="fr.free.nrw.commons"
3-
android:versionCode="62"
4-
android:versionName="1.44" >
3+
android:versionCode="63"
4+
android:versionName="2.0" >
55

66
<uses-permission android:name="android.permission.INTERNET" />
77
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>

0 commit comments

Comments
 (0)