From ce7e18196bbfb0dfaaac8e6c35089c035b069133 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 4 Jul 2018 12:03:42 +0200 Subject: [PATCH] adding some features in the release notes --- .../com/simplemobiletools/gallery/activities/MainActivity.kt | 1 + app/src/main/res/values/donottranslate.xml | 5 +++++ 2 files changed, 6 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 691df62ca..22c5853e7 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt @@ -1034,6 +1034,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener { add(Release(180, R.string.release_180)) add(Release(181, R.string.release_181)) add(Release(182, R.string.release_182)) + add(Release(184, R.string.release_184)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 19bdba472..26ab10e3d 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,6 +2,11 @@ + + Added Panorama photo support\n + Allow forcing portrait/landscape orientation at fullscreen view\n + Allow customizing visible fullscreen bottom actions in the app settings + Allow grouping media thumbnails by some criteria\n Added a Recycle Bin enabled by default, can be disabled in Settings, or from the Bin itself