mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-17 22:08:00 +01:00
adding the new toggle to Whats New
This commit is contained in:
parent
788885227a
commit
4f2b05c2a0
2 changed files with 2 additions and 0 deletions
|
@ -635,6 +635,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
||||||
add(Release(133, R.string.release_133))
|
add(Release(133, R.string.release_133))
|
||||||
add(Release(136, R.string.release_136))
|
add(Release(136, R.string.release_136))
|
||||||
add(Release(137, R.string.release_137))
|
add(Release(137, R.string.release_137))
|
||||||
|
add(Release(138, R.string.release_138))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_138">Added an option to keep last-modified field at file copy/move/rename</string>
|
||||||
<string name="release_137">Added an option to hide folder media count on the main screen</string>
|
<string name="release_137">Added an option to hide folder media count on the main screen</string>
|
||||||
<string name="release_136">Added an option to show customizable extended details over fullscreen media</string>
|
<string name="release_136">Added an option to show customizable extended details over fullscreen media</string>
|
||||||
<string name="release_133">
|
<string name="release_133">
|
||||||
|
|
Loading…
Reference in a new issue