mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
add the password protection to release notes
This commit is contained in:
@@ -255,6 +255,7 @@ class MainActivity : SimpleActivity(), ItemsFragment.ItemInteractionListener, Br
|
|||||||
add(Release(26, R.string.release_26))
|
add(Release(26, R.string.release_26))
|
||||||
add(Release(28, R.string.release_28))
|
add(Release(28, R.string.release_28))
|
||||||
add(Release(29, R.string.release_29))
|
add(Release(29, R.string.release_29))
|
||||||
|
add(Release(34, R.string.release_34))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_34">Allow password protecting hidden item visibility</string>
|
||||||
<string name="release_29">Added a couple ways of sorting</string>
|
<string name="release_29">Added a couple ways of sorting</string>
|
||||||
<string name="release_28">
|
<string name="release_28">
|
||||||
Added a Home Folder button\n
|
Added a Home Folder button\n
|
||||||
|
Reference in New Issue
Block a user