mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 04:57:59 +01:00
adding the new option for showing the recycle bin at the bottom in release notes
This commit is contained in:
parent
8a1b8f0870
commit
da5ca030fa
2 changed files with 2 additions and 0 deletions
|
@ -1134,6 +1134,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
||||||
add(Release(182, R.string.release_182))
|
add(Release(182, R.string.release_182))
|
||||||
add(Release(184, R.string.release_184))
|
add(Release(184, R.string.release_184))
|
||||||
add(Release(201, R.string.release_201))
|
add(Release(201, R.string.release_201))
|
||||||
|
add(Release(202, R.string.release_202))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_202">Added a new option for showing the Recycle Bin as the last folder</string>
|
||||||
<string name="release_201">
|
<string name="release_201">
|
||||||
Added a new settings toggle \"Show images in the highest possible quality\"\n
|
Added a new settings toggle \"Show images in the highest possible quality\"\n
|
||||||
Allow faster video seeking by dragging a finger at the bottom seekbar
|
Allow faster video seeking by dragging a finger at the bottom seekbar
|
||||||
|
|
Loading…
Reference in a new issue