Skip to content

Commit

Permalink
add the temporary excluded folder showing in Whats New
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbi committed Jun 6, 2022
1 parent 0e0a3e5 commit f297cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/donottranslate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f297cc6

Please sign in to comment.