mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
adding some features in the release notes
This commit is contained in:
parent
b6aa0a040c
commit
ce7e18196b
2 changed files with 6 additions and 0 deletions
|
@ -1034,6 +1034,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
||||||
add(Release(180, R.string.release_180))
|
add(Release(180, R.string.release_180))
|
||||||
add(Release(181, R.string.release_181))
|
add(Release(181, R.string.release_181))
|
||||||
add(Release(182, R.string.release_182))
|
add(Release(182, R.string.release_182))
|
||||||
|
add(Release(184, R.string.release_184))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,11 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- 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">
|
<string name="release_182">
|
||||||
Allow grouping media thumbnails by some criteria\n
|
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
|
Added a Recycle Bin enabled by default, can be disabled in Settings, or from the Bin itself
|
||||||
|
|
Loading…
Reference in a new issue