mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-03-05 15:07:27 -05:00
Remove old release notes
This commit is contained in:
@@ -791,15 +791,6 @@ class MainActivity : SimpleActivity() {
|
||||
|
||||
private fun checkWhatsNewDialog() {
|
||||
arrayListOf<Release>().apply {
|
||||
add(Release(26, R.string.release_26))
|
||||
add(Release(28, R.string.release_28))
|
||||
add(Release(29, R.string.release_29))
|
||||
add(Release(34, R.string.release_34))
|
||||
add(Release(35, R.string.release_35))
|
||||
add(Release(37, R.string.release_37))
|
||||
add(Release(71, R.string.release_71))
|
||||
add(Release(75, R.string.release_75))
|
||||
add(Release(96, R.string.release_96))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,28 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="package_name">org.fossify.filemanager</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_96">Allow toggling between list and grid view</string>
|
||||
<string name="release_75">
|
||||
Allow customizing the bottom navigation bar color\n
|
||||
Allow toggling between the old renaming by append/prepend and the new pattern
|
||||
</string>
|
||||
<string name="release_71">Made Search recursive, searching in subfolders too</string>
|
||||
<string name="release_37">
|
||||
Added a toggle for keeping last-modified value at file copy/move/rename\n
|
||||
Added new actionmenu items "Set As", "Open With" and "Copy path to clipboard"
|
||||
</string>
|
||||
<string name="release_35">
|
||||
Added zip file de/compressing\n
|
||||
Improved root folder handling for rooted devices, if enabled
|
||||
</string>
|
||||
<string name="release_34">Allow password protecting hidden item visibility</string>
|
||||
<string name="release_29">Added a couple ways of sorting</string>
|
||||
<string name="release_28">
|
||||
Added a Home Folder button\n
|
||||
Added Favorites for easy access
|
||||
</string>
|
||||
<string name="release_26">Added color customization</string>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user