From 4bfe5953d0aaba20ad9f4ec29d14ece0211608d0 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 2 Aug 2017 23:47:31 +0200 Subject: [PATCH] added pattern/pin protection 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 4f769e462..3da7e96c0 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt @@ -491,6 +491,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener { add(Release(114, R.string.release_114)) add(Release(115, R.string.release_115)) add(Release(118, R.string.release_118)) + add(Release(119, R.string.release_119)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index df1915f19..408607448 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,6 +2,7 @@ + Added pattern/pin protection for showing hidden items Added a toggle for replacing Share with Rotate at fullscreen media Added an indicator of folders located on SD cards