mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 04:57:59 +01:00
show navbar customization and share order at Whats New
This commit is contained in:
parent
dd8e03a9d6
commit
28ec4ef02d
2 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue