mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 14:37:59 +01:00
adding some new features in the release notes
This commit is contained in:
parent
5328ce2ad6
commit
59ab762442
2 changed files with 6 additions and 0 deletions
|
@ -1233,6 +1233,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
||||||
add(Release(217, R.string.release_217))
|
add(Release(217, R.string.release_217))
|
||||||
add(Release(220, R.string.release_220))
|
add(Release(220, R.string.release_220))
|
||||||
add(Release(221, R.string.release_221))
|
add(Release(221, R.string.release_221))
|
||||||
|
add(Release(225, R.string.release_225))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,11 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<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
|
||||||
|
Autosave images zoomed at the fullscreen view
|
||||||
|
</string>
|
||||||
<string name="release_221">
|
<string name="release_221">
|
||||||
Allow drawing in the editor\n
|
Allow drawing in the editor\n
|
||||||
Allow batch rotating images from the thumbnails view (proper thumbnail refreshing might need an app restart)\n
|
Allow batch rotating images from the thumbnails view (proper thumbnail refreshing might need an app restart)\n
|
||||||
|
|
Loading…
Reference in a new issue