add the temporary excluded folder showing in Whats New
This commit is contained in:
parent
0e0a3e5596
commit
f297cc6d2e
|
@ -1478,6 +1478,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
|||
add(Release(295, R.string.release_295))
|
||||
add(Release(327, R.string.release_327))
|
||||
add(Release(359, R.string.faq_16_text))
|
||||
add(Release(369, R.string.release_369))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<string name="package_name">com.simplemobiletools.gallery.pro</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_369">Allow temporarily showing excluded folders on Android 11+</string>
|
||||
<string name="release_327">
|
||||
Adding some folder thumbnail customization at the app settings\n
|
||||
Allow setting a default folder to be opened at app launch
|
||||
|
|
Loading…
Reference in New Issue