mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Merge pull request #821 from misaochan/master
Versioning and changelog for v2.5.0
This commit is contained in:
commit
da57ffeb2e
2 changed files with 16 additions and 2 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,5 +1,19 @@
|
||||||
# Wikimedia Commons for Android
|
# Wikimedia Commons for Android
|
||||||
|
|
||||||
|
## v2.5.0 beta
|
||||||
|
- Added one-time popup for beta users to provide feedback on IEG renewal proposal
|
||||||
|
- Added link to Commons policies in ShareActivity
|
||||||
|
- Various string fixes
|
||||||
|
- Switched to using vector icons for map markers
|
||||||
|
- Added filter for irrelevant categories
|
||||||
|
- Fixed various crashes
|
||||||
|
- Incremented target SDK to 25
|
||||||
|
- Improved appearance of navigation drawer
|
||||||
|
- Replaced proprietary app image in tutorial with one that isn't Telegram
|
||||||
|
- Fixed camera issue with FileProvider
|
||||||
|
- Added RxJava library, migrated to Java 8
|
||||||
|
- Various code and continuous integration optimizations
|
||||||
|
|
||||||
## v2.4.2 beta
|
## v2.4.2 beta
|
||||||
- Added option to launch tutorial again from nav drawer
|
- Added option to launch tutorial again from nav drawer
|
||||||
- Added marker for current location in Nearby map
|
- Added marker for current location in Nearby map
|
||||||
|
|
|
||||||
|
|
@ -52,8 +52,8 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId 'fr.free.nrw.commons'
|
applicationId 'fr.free.nrw.commons'
|
||||||
versionCode 73
|
versionCode 74
|
||||||
versionName '2.4.2'
|
versionName '2.5.0'
|
||||||
minSdkVersion project.minSdkVersion
|
minSdkVersion project.minSdkVersion
|
||||||
targetSdkVersion project.targetSdkVersion
|
targetSdkVersion project.targetSdkVersion
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue