|
1 | 1 | # Wikimedia Commons for Android
|
2 | 2 |
|
| 3 | +## v5.2.0 |
| 4 | + |
| 5 | +v5.2.0 boasts several new functionalities like: |
| 6 | + |
| 7 | +* A new refresh button lets you quickly reload the Nearby map |
| 8 | +* Bookmarks now support categories |
| 9 | +* Improved feedback and consistency in the user interface |
| 10 | +* Bug fixes and performance improvements |
| 11 | + |
| 12 | +### What's changed |
| 13 | +* Implement "Refresh" button to clear the cache and reload the Nearby map. |
| 14 | +* `CommonsApplication` migrate to kotlin & some lint fixes. |
| 15 | +* Revert back to MainScope for database and UI updates and make database operations thread safe. |
| 16 | +* Hide edit options for logged-out users in Explore screen. |
| 17 | +* Introduced a button to delete the current folder in custom selector. |
| 18 | +* Improve Unique File Name Search. |
| 19 | +* Migration of several modules from Java to Kotlin. |
| 20 | +* Fix modification on bottom sheet's data when coming from Nearby Banner and clicked on other pins. |
| 21 | +* Bug fixes and enhancement of Achievements screen. |
| 22 | +* Show where file is being used on Commons and other wikis. |
| 23 | +* Migrate android.media.ExifInterface to androidx.exifinterface.media.ExifInterface as android.media.ExifInterface had security flaws on older devices. |
| 24 | +* Make dialogs modal and always show the upload icon. |
| 25 | +* Fix unintentional deletion of subfolders and non-images by custom selector. |
| 26 | +* Bookmark categories. |
| 27 | +* Add pull down to refresh in the Contributions screen. |
| 28 | +* Fix race condition and lag when loading pin details, faster overlay management. |
| 29 | +* Show cached pins in Nearby even when internet is unavailable |
| 30 | + |
| 31 | + Full changelog with the list of contributors: [`v5.1.2...v5.2.0`](https://github.com/commons-app/apps-android-commons/compare/v5.1.2...v5.2.0). |
| 32 | + |
| 33 | + |
3 | 34 | ## v5.1.2
|
4 | 35 |
|
5 | 36 | ### What's changed
|
|
0 commit comments