Skip to content

Commit e39c295

Browse files
committed
update Release notes
1 parent 3e7fec4 commit e39c295

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app/src/main/kotlin/com/simplemobiletools/filemanager/activities/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ class MainActivity : SimpleActivity(), ItemsFragment.ItemInteractionListener, Br
219219
private fun checkWhatsNewDialog() {
220220
arrayListOf<Release>().apply {
221221
add(Release(26, R.string.release_26))
222+
add(Release(28, R.string.release_28))
222223
checkWhatsNew(this, BuildConfig.VERSION_CODE)
223224
}
224225
}

app/src/main/res/values/donottranslate.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
<resources>
33

44
<!-- Release notes -->
5+
<string name="release_28">
6+
Added a Home Folder button\n
7+
Added Favorites for easy access
8+
</string>
59
<string name="release_26">Added color customization</string>
610

711
</resources>

0 commit comments

Comments
 (0)