Skip to content

Commit da57ffe

Browse files
authored
Merge pull request commons-app#821 from misaochan/master
Versioning and changelog for v2.5.0
2 parents 6f19446 + ac5b876 commit da57ffe

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-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+
## v2.5.0 beta
4+
- Added one-time popup for beta users to provide feedback on IEG renewal proposal
5+
- Added link to Commons policies in ShareActivity
6+
- Various string fixes
7+
- Switched to using vector icons for map markers
8+
- Added filter for irrelevant categories
9+
- Fixed various crashes
10+
- Incremented target SDK to 25
11+
- Improved appearance of navigation drawer
12+
- Replaced proprietary app image in tutorial with one that isn't Telegram
13+
- Fixed camera issue with FileProvider
14+
- Added RxJava library, migrated to Java 8
15+
- Various code and continuous integration optimizations
16+
317
## v2.4.2 beta
418
- Added option to launch tutorial again from nav drawer
519
- Added marker for current location in Nearby map

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ android {
5252

5353
defaultConfig {
5454
applicationId 'fr.free.nrw.commons'
55-
versionCode 73
56-
versionName '2.4.2'
55+
versionCode 74
56+
versionName '2.5.0'
5757
minSdkVersion project.minSdkVersion
5858
targetSdkVersion project.targetSdkVersion
5959
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)