From 9656fc92f5b5389fb485f8cfc9bfc2ff4fa89280 Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 1 Sep 2017 15:26:18 +0200 Subject: [PATCH] updating the release notes --- .../simplemobiletools/gallery/activities/MainActivity.kt | 1 + app/src/main/res/values/donottranslate.xml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 f101a7adc..d148a13d1 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt @@ -514,6 +514,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener { add(Release(122, R.string.release_122)) add(Release(123, R.string.release_123)) add(Release(125, R.string.release_125)) + add(Release(127, R.string.release_127)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index b1c57f56d..b880748b9 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,13 +2,17 @@ + + Added a switch for disabling video gestures\n + Added a switch for deleting empty folders after deleting content + Moved media type filter from Settings to the Action menu Allow changing the screen brightness and volume at videos by vertically dragging the screen sides Added slideshow at the fullscreen view Added pattern/pin protection for showing hidden items Added a toggle for replacing Share with Rotate at fullscreen media - Added an indicator of folders located on SD cards + Added an indicator of folders located on SD cards\n Improved the way of rotating jpg images on the internal storage by modifying the exif tags + added autosave Added an option for automatically hiding the system UI at entering fullscreen mode