From 902ccdabf1313afef87c745ae41c25664876b2ad Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 7 Aug 2017 22:44:27 +0200 Subject: [PATCH] add the password protection to release notes --- .../com/simplemobiletools/filemanager/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/filemanager/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/filemanager/activities/MainActivity.kt index 6410c2cd..89795f6e 100644 --- a/app/src/main/kotlin/com/simplemobiletools/filemanager/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/filemanager/activities/MainActivity.kt @@ -255,6 +255,7 @@ class MainActivity : SimpleActivity(), ItemsFragment.ItemInteractionListener, Br add(Release(26, R.string.release_26)) add(Release(28, R.string.release_28)) add(Release(29, R.string.release_29)) + add(Release(34, R.string.release_34)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 9050262c..55adafa3 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,6 +2,7 @@ + Allow password protecting hidden item visibility Added a couple ways of sorting Added a Home Folder button\n