adding some features in the release notes

This commit is contained in:
tibbi 2018-07-04 12:03:42 +02:00
parent b6aa0a040c
commit ce7e18196b
2 changed files with 6 additions and 0 deletions

View file

@ -1034,6 +1034,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
add(Release(180, R.string.release_180))
add(Release(181, R.string.release_181))
add(Release(182, R.string.release_182))
add(Release(184, R.string.release_184))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}

View file

@ -2,6 +2,11 @@
<resources>
<!-- Release notes -->
<string name="release_184">
Added Panorama photo support\n
Allow forcing portrait/landscape orientation at fullscreen view\n
Allow customizing visible fullscreen bottom actions in the app settings
</string>
<string name="release_182">
Allow grouping media thumbnails by some criteria\n
Added a Recycle Bin enabled by default, can be disabled in Settings, or from the Bin itself