File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments