show navbar customization and share order at Whats New

This commit is contained in:
tibbi 2019-07-29 19:35:21 +02:00
parent dd8e03a9d6
commit 28ec4ef02d
2 changed files with 5 additions and 0 deletions

View file

@ -1273,6 +1273,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
add(Release(220, R.string.release_220))
add(Release(221, R.string.release_221))
add(Release(225, R.string.release_225))
add(Release(258, R.string.release_258))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}

View file

@ -3,6 +3,10 @@
<string name="package_name">com.simplemobiletools.gallery.pro</string>
<!-- Release notes -->
<string name="release_258">
Allow customizing the bottom navigation bar color\n
Share files in the order they were selected
</string>
<string name="release_225">
Implemented export/importing for app settings and other preferences, like sorting\n
Allow hiding Notch on fullscreen view on Android 9+\n