adding Grid view into WhatsNew
This commit is contained in:
parent
d14cf23803
commit
c75c4461f5
|
@ -416,6 +416,7 @@ class MainActivity : SimpleActivity() {
|
||||||
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))
|
add(Release(75, R.string.release_75))
|
||||||
|
add(Release(96, R.string.release_96))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
<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_96">Allow toggling between list and grid view</string>
|
||||||
<string name="release_75">
|
<string name="release_75">
|
||||||
Allow customizing the bottom navigation bar color\n
|
Allow customizing the bottom navigation bar color\n
|
||||||
Allow toggling between the old renaming by append/prepend and the new pattern
|
Allow toggling between the old renaming by append/prepend and the new pattern
|
||||||
|
|
Loading…
Reference in New Issue