From d6793bf65641acc82e61c2be97e00401ad898520 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 17 Jan 2019 21:59:59 +0100 Subject: [PATCH] adding some new features at the 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 6e4fa3240..fe93b5b4f 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 @@ -1232,6 +1232,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener { add(Release(213, R.string.release_213)) add(Release(217, R.string.release_217)) add(Release(220, R.string.release_220)) + add(Release(221, R.string.release_221)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 0c2e2b267..4ce9ca41d 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,6 +2,12 @@ + + Allow drawing in the editor\n + Allow batch rotating images from the thumbnails view (proper thumbnail refreshing might need an app restart)\n + Allow sharing images directly from the editor\n + Allow zooming GIFs and videos + Reverted to the old way of opening videos, opening on separate screen can be enabled in the app settings Rewrote video playback, use a separate screen + added fast-forwarding with horizontal swiping\n