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 7c5c96689..f38eb9b82 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt @@ -474,6 +474,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener { add(Release(108, R.string.release_108)) add(Release(112, R.string.release_112)) add(Release(114, R.string.release_114)) + add(Release(115, R.string.release_115)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 399439034..eb93d433e 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,6 +2,10 @@ + + Added an indicator of folders located on SD cards + 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 Added an option for enabling horizontal scrolling Allow setting custom folder covers