From a76c716173a9e156405a53c43e532fb1398f11cf Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 20 Jun 2018 23:22:46 +0200 Subject: [PATCH] add Favorites to release notes --- .../com/simplemobiletools/gallery/activities/MainActivity.kt | 1 + app/src/main/res/values/donottranslate.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt index a1fa7534a..c27fff363 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt @@ -910,6 +910,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener { add(Release(177, R.string.release_177)) add(Release(178, R.string.release_178)) add(Release(180, R.string.release_180)) + add(Release(181, R.string.release_181)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index b27383d5b..fd84ddea6 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,6 +2,7 @@ + Allow selecting Favorite items for easy access Allow filtering out RAW images separately Added sorting by Date Taken Allow customizing the app launcher icon color