From eac175a01e4129d5cfc5c8bead23c6ad29129a63 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 23 Jan 2018 14:43:29 +0100 Subject: [PATCH] add one-finger zoom in 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 228a5d13c..e04ecb236 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt @@ -676,6 +676,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener { add(Release(137, R.string.release_137)) add(Release(138, R.string.release_138)) add(Release(143, R.string.release_143)) + add(Release(158, R.string.release_158)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 5475edd14..9a25897f3 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,6 +2,7 @@ + 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