mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-04-24 07:07:22 +02:00
update Release notes
This commit is contained in:
parent
3e7fec4f72
commit
e39c2955e7
@ -219,6 +219,7 @@ class MainActivity : SimpleActivity(), ItemsFragment.ItemInteractionListener, Br
|
|||||||
private fun checkWhatsNewDialog() {
|
private fun checkWhatsNewDialog() {
|
||||||
arrayListOf<Release>().apply {
|
arrayListOf<Release>().apply {
|
||||||
add(Release(26, R.string.release_26))
|
add(Release(26, R.string.release_26))
|
||||||
|
add(Release(28, R.string.release_28))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_28">
|
||||||
|
Added a Home Folder button\n
|
||||||
|
Added Favorites for easy access
|
||||||
|
</string>
|
||||||
<string name="release_26">Added color customization</string>
|
<string name="release_26">Added color customization</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user