added pattern/pin protection to release notes
This commit is contained in:
parent
7f8cb4b801
commit
4bfe5953d0
2 changed files with 2 additions and 0 deletions
|
@ -491,6 +491,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
|||
add(Release(114, R.string.release_114))
|
||||
add(Release(115, R.string.release_115))
|
||||
add(Release(118, R.string.release_118))
|
||||
add(Release(119, R.string.release_119))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_119">Added pattern/pin protection for showing hidden items</string>
|
||||
<string name="release_118">Added a toggle for replacing Share with Rotate at fullscreen media</string>
|
||||
<string name="release_115">
|
||||
Added an indicator of folders located on SD cards
|
||||
|
|
Loading…
Reference in a new issue