File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 11# Wikimedia Commons for Android
22
3- ## v2.5.0 beta
3+ ## v2.6.0 beta
4+ - Multiple bugfixes for location updates and list/map loading in Nearby
5+ - Multiple fixes for various crashes and memory leaks
6+ - Added several unit tests
7+ - Modified About page to include WMF disclaimer and modified Privacy Policy link to point to our individual privacy policy
8+ - Added option for users to send logs to developers (has to be manually activated by user)
9+ - Converted PNGs to WebPs
10+ - Improved login screen with new design and privacy policy link
11+ - Improved category display, if a category has an exact name entered, it will be shown first
12+ - New UI for Nearby list
13+ - Added product flavors for production and the beta-cluster Wikimedia servers
14+ - Various improvements to navigation flow and backstack
15+
16+ ## v2.5.0 beta
417- Added one-time popup for beta users to provide feedback on IEG renewal proposal
518- Added link to Commons policies in ShareActivity
619- Various string fixes
Original file line number Diff line number Diff line change @@ -77,9 +77,11 @@ android {
7777
7878 defaultConfig {
7979 applicationId ' fr.free.nrw.commons'
80- versionCode 74
81- versionName ' 2.5.0'
80+
81+ versionCode 75
82+ versionName ' 2.6.0'
8283 setProperty(" archivesBaseName" , " app-commons-v$versionName -" + getBranchName())
84+
8385 minSdkVersion project. minSdkVersion
8486 targetSdkVersion project. targetSdkVersion
8587 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
You can’t perform that action at this time.
0 commit comments