From 50b323e5b37fa0104158ee9f0b849a6a3acd0e17 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 2 Oct 2018 23:20:41 +0200 Subject: [PATCH] adding the new toggle and video seeking at release notes --- app/build.gradle | 2 +- .../com/simplemobiletools/gallery/activities/MainActivity.kt | 1 + app/src/main/res/values/donottranslate.xml | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 5ce75a811..80f656e07 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:4.8.5' + implementation 'com.simplemobiletools:commons:4.8.6' implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.0' implementation 'com.android.support:multidex:1.0.3' implementation 'it.sephiroth.android.exif:library:1.0.1' 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 30ad07426..0c189d3e8 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt @@ -1066,6 +1066,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener { add(Release(181, R.string.release_181)) add(Release(182, R.string.release_182)) add(Release(184, R.string.release_184)) + add(Release(201, R.string.release_201)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 26ab10e3d..f7e4703aa 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,6 +2,10 @@ + + Added a new settings toggle \"Show images in the highest possible quality\"\n + Allow faster video seeking by dragging a finger at the bottom seekbar + Added Panorama photo support\n Allow forcing portrait/landscape orientation at fullscreen view\n