From bd9e5746cc36097c7118910a260c6d01b4f6d160 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 18 Mar 2017 10:49:57 +0100 Subject: [PATCH] add folder inclusion in the release notes --- app/build.gradle | 2 +- .../com/simplemobiletools/gallery/activities/MainActivity.kt | 1 + app/src/main/res/values/donottranslate.xml | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index aab82bd6c..60765435c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ android { applicationId "com.simplemobiletools.gallery" minSdkVersion 16 targetSdkVersion 23 - versionCode 83 + versionCode 84 versionName "2.6.6" } 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 2c1702a3b..c404d1b78 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt @@ -362,6 +362,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener { add(Release(76, R.string.release_76)) add(Release(77, R.string.release_77)) add(Release(83, R.string.release_83)) + add(Release(84, R.string.release_84)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 833785932..1a25756e8 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,7 +2,10 @@ - Added an option to use max brightness at viewing fullscreen media + + 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 + Fixed some sharing and editor issues\n Sorry for the frequent updates lately, they should be stopped now.