From 9de1ba808d03d7ea1a1cc25330c8ef8bec6c20d2 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 22 Mar 2017 21:36:54 +0100 Subject: [PATCH] add the "Temporarily show hidden" button to release notes --- app/build.gradle | 2 +- .../com/simplemobiletools/gallery/activities/MainActivity.kt | 1 + app/src/main/res/values/donottranslate.xml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fe51b0fc0..c2717ed6a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ android { applicationId "com.simplemobiletools.gallery" minSdkVersion 16 targetSdkVersion 23 - versionCode 87 + versionCode 88 versionName "2.7.3" } 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 ebd18c77c..3f2f995ca 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt @@ -349,6 +349,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener { add(Release(77, R.string.release_77)) add(Release(83, R.string.release_83)) add(Release(84, R.string.release_84)) + add(Release(88, R.string.release_88)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 618fc3cf5..739334fdf 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,6 +2,7 @@ + Added an option to temporarily show hidden folders Added an option to use max brightness at viewing fullscreen media\n Added an option to manually include folders which contain media, but were not recognized by the app