mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 14:37:59 +01:00
add recycle bin and Grouping in Release notes
This commit is contained in:
parent
6c85b43930
commit
fcb24e572a
2 changed files with 5 additions and 0 deletions
|
@ -1005,6 +1005,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
|||
add(Release(178, R.string.release_178))
|
||||
add(Release(180, R.string.release_180))
|
||||
add(Release(181, R.string.release_181))
|
||||
add(Release(182, R.string.release_182))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<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
|
||||
</string>
|
||||
<string name="release_181">Allow selecting Favorite items for easy access</string>
|
||||
<string name="release_180">Allow filtering out RAW images separately</string>
|
||||
<string name="release_178">Added sorting by Date Taken</string>
|
||||
|
|
Loading…
Reference in a new issue