adding some of the new features in the release notes
This commit is contained in:
parent
2920dea288
commit
16a654ea39
2 changed files with 5 additions and 0 deletions
|
@ -1227,6 +1227,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
||||||
add(Release(201, R.string.release_201))
|
add(Release(201, R.string.release_201))
|
||||||
add(Release(202, R.string.release_202))
|
add(Release(202, R.string.release_202))
|
||||||
add(Release(206, R.string.release_206))
|
add(Release(206, R.string.release_206))
|
||||||
|
add(Release(213, R.string.release_213))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- 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_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_202">Added a new option for showing the Recycle Bin as the last folder</string>
|
||||||
<string name="release_201">
|
<string name="release_201">
|
||||||
|
|
Loading…
Reference in a new issue