From 2cc5f87c9c9023e045da33aefb419ed9d99f3ceb Mon Sep 17 00:00:00 2001 From: Naveen Date: Fri, 22 Dec 2023 13:44:43 +0530 Subject: [PATCH] Remove old release notes --- .../filemanager/activities/MainActivity.kt | 9 ------- app/src/main/res/values/donottranslate.xml | 24 ------------------- 2 files changed, 33 deletions(-) diff --git a/app/src/main/kotlin/org/fossify/filemanager/activities/MainActivity.kt b/app/src/main/kotlin/org/fossify/filemanager/activities/MainActivity.kt index e2923887..e48a92b5 100644 --- a/app/src/main/kotlin/org/fossify/filemanager/activities/MainActivity.kt +++ b/app/src/main/kotlin/org/fossify/filemanager/activities/MainActivity.kt @@ -791,15 +791,6 @@ class MainActivity : SimpleActivity() { private fun checkWhatsNewDialog() { arrayListOf().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) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 3279f927..7e1e2c98 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -1,28 +1,4 @@ org.fossify.filemanager - - - Allow toggling between list and grid view - - Allow customizing the bottom navigation bar color\n - Allow toggling between the old renaming by append/prepend and the new pattern - - Made Search recursive, searching in subfolders too - - 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" - - - Added zip file de/compressing\n - Improved root folder handling for rooted devices, if enabled - - Allow password protecting hidden item visibility - Added a couple ways of sorting - - Added a Home Folder button\n - Added Favorites for easy access - - Added color customization -