mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 04:57:59 +01:00
add sorting by date taken in release notes
This commit is contained in:
parent
2c2334dea3
commit
b8cd68ba63
2 changed files with 2 additions and 0 deletions
|
@ -873,6 +873,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
||||||
add(Release(159, R.string.release_159))
|
add(Release(159, R.string.release_159))
|
||||||
add(Release(163, R.string.release_163))
|
add(Release(163, R.string.release_163))
|
||||||
add(Release(177, R.string.release_177))
|
add(Release(177, R.string.release_177))
|
||||||
|
add(Release(178, R.string.release_178))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_178">Added sorting by Date Taken</string>
|
||||||
<string name="release_177">Allow customizing the app launcher icon color</string>
|
<string name="release_177">Allow customizing the app launcher icon color</string>
|
||||||
<string name="release_163">Added toggles for disabling Pull-to-refresh and permanent Delete dialog confirmation skipping</string>
|
<string name="release_163">Added toggles for disabling Pull-to-refresh and permanent Delete dialog confirmation skipping</string>
|
||||||
<string name="release_159">
|
<string name="release_159">
|
||||||
|
|
Loading…
Reference in a new issue