mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
adding the new features in Whats New
This commit is contained in:
@ -410,6 +410,7 @@ class MainActivity : SimpleActivity() {
|
|||||||
add(Release(35, R.string.release_35))
|
add(Release(35, R.string.release_35))
|
||||||
add(Release(37, R.string.release_37))
|
add(Release(37, R.string.release_37))
|
||||||
add(Release(71, R.string.release_71))
|
add(Release(71, R.string.release_71))
|
||||||
|
add(Release(75, R.string.release_75))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
<string name="package_name">com.simplemobiletools.filemanager.pro</string>
|
<string name="package_name">com.simplemobiletools.filemanager.pro</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<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_71">Made Search recursive, searching in subfolders too</string>
|
||||||
<string name="release_37">
|
<string name="release_37">
|
||||||
Added a toggle for keeping last-modified value at file copy/move/rename\n
|
Added a toggle for keeping last-modified value at file copy/move/rename\n
|
||||||
|
Reference in New Issue
Block a user