Skip to content

Commit c75c446

Browse files
committed
adding Grid view into WhatsNew
1 parent d14cf23 commit c75c446

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ class MainActivity : SimpleActivity() {
416416
add(Release(37, R.string.release_37))
417417
add(Release(71, R.string.release_71))
418418
add(Release(75, R.string.release_75))
419+
add(Release(96, R.string.release_96))
419420
checkWhatsNew(this, BuildConfig.VERSION_CODE)
420421
}
421422
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<string name="package_name">com.simplemobiletools.filemanager.pro</string>
44

55
<!-- Release notes -->
6+
<string name="release_96">Allow toggling between list and grid view</string>
67
<string name="release_75">
78
Allow customizing the bottom navigation bar color\n
89
Allow toggling between the old renaming by append/prepend and the new pattern

0 commit comments

Comments
 (0)