adding some new features in the release notes

This commit is contained in:
tibbi 2019-01-29 16:19:54 +01:00
parent 5328ce2ad6
commit 59ab762442
2 changed files with 6 additions and 0 deletions

View File

@ -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)
}
}

View File

@ -2,6 +2,11 @@
<resources>
<!-- 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">
Allow drawing in the editor\n
Allow batch rotating images from the thumbnails view (proper thumbnail refreshing might need an app restart)\n