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 7f6a7278c..25da562e2 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt @@ -697,6 +697,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener { add(Release(138, R.string.release_138)) add(Release(143, R.string.release_143)) add(Release(158, R.string.release_158)) + add(Release(159, R.string.release_159)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 9a25897f3..929e5a89d 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,6 +2,11 @@ + + Added a toggle for replacing deep zoomable images with better quality ones\n + Added a toggle for hiding Extended details when the statusbar is hidden\n + Added a toggle for switching media files by clicking on screen sides + Added optional one-finger drag zoom, disabled by default Added new options to use english language on non-english devices, to password protect whole app and to lock screen orientation at fullscreen view