adding some of the new features in the release notes

This commit is contained in:
tibbi 2018-12-17 22:47:03 +01:00
parent 2920dea288
commit 16a654ea39
2 changed files with 5 additions and 0 deletions

View file

@ -1227,6 +1227,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
add(Release(201, R.string.release_201))
add(Release(202, R.string.release_202))
add(Release(206, R.string.release_206))
add(Release(213, R.string.release_213))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}

View file

@ -2,6 +2,10 @@
<resources>
<!-- Release notes -->
<string name="release_213">
Added an initial widget implementation for creating homescreen folder shortcuts\n
Added optional grouping of direct subfolders, as a check at the \"Change view type\" dialog
</string>
<string name="release_206">Added a new option for password protecting file deletion/move</string>
<string name="release_202">Added a new option for showing the Recycle Bin as the last folder</string>
<string name="release_201">