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 a8b56c0a0..7e75bc0b7 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt @@ -1005,6 +1005,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener { add(Release(178, R.string.release_178)) add(Release(180, R.string.release_180)) add(Release(181, R.string.release_181)) + add(Release(182, R.string.release_182)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index fd84ddea6..19bdba472 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,6 +2,10 @@ + + Allow grouping media thumbnails by some criteria\n + Added a Recycle Bin enabled by default, can be disabled in Settings, or from the Bin itself + Allow selecting Favorite items for easy access Allow filtering out RAW images separately Added sorting by Date Taken