From 1827bf14b1495b22d24cebabcdd2148f396156e4 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 4 Jan 2019 23:07:54 +0100 Subject: [PATCH] adding some new features in release notes --- .../gallery/pro/activities/MainActivity.kt | 1 + app/src/main/res/values/donottranslate.xml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/activities/MainActivity.kt index 58701c6ce..330e88e3d 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/activities/MainActivity.kt @@ -1230,6 +1230,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener { add(Release(202, R.string.release_202)) add(Release(206, R.string.release_206)) add(Release(213, R.string.release_213)) + add(Release(217, R.string.release_217)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 2e6a8223d..e0f0e33c6 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,6 +2,12 @@ + + Rewrote video playback, use a separate screen + added fast-forwarding with horizontal swiping\n + Added optional 1:1 pixel ratio zooming with two double taps at fullscreen view\n + Allow adding Copy at the fullscreen bottom actions\n + Always include images at slideshows, never videos + Added an initial widget implementation for creating homescreen folder shortcuts\n Added optional grouping of direct subfolders, as a check at the \"Change view type\" dialog