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 fe93b5b4f..a45d57f69 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 @@ -1233,6 +1233,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener { add(Release(217, R.string.release_217)) add(Release(220, R.string.release_220)) add(Release(221, R.string.release_221)) + add(Release(225, R.string.release_225)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 4ce9ca41d..81eee167c 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,6 +2,11 @@ + + Implemented export/importing for app settings and other preferences, like sorting\n + Allow hiding Notch on fullscreen view on Android 9+\n + Autosave images zoomed at the fullscreen view + Allow drawing in the editor\n Allow batch rotating images from the thumbnails view (proper thumbnail refreshing might need an app restart)\n