adding the new option for showing the recycle bin at the bottom in release notes
This commit is contained in:
parent
8a1b8f0870
commit
da5ca030fa
|
@ -1134,6 +1134,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
|||
add(Release(182, R.string.release_182))
|
||||
add(Release(184, R.string.release_184))
|
||||
add(Release(201, R.string.release_201))
|
||||
add(Release(202, R.string.release_202))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_202">Added a new option for showing the Recycle Bin as the last folder</string>
|
||||
<string name="release_201">
|
||||
Added a new settings toggle \"Show images in the highest possible quality\"\n
|
||||
Allow faster video seeking by dragging a finger at the bottom seekbar
|
||||
|
|
Loading…
Reference in New Issue