add custom folder covers in release notes

This commit is contained in:
tibbi 2017-06-06 23:40:16 +02:00
parent 659f355ca1
commit 22ccf1d297
2 changed files with 2 additions and 0 deletions

View file

@ -434,6 +434,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
add(Release(94, R.string.release_94)) add(Release(94, R.string.release_94))
add(Release(97, R.string.release_97)) add(Release(97, R.string.release_97))
add(Release(98, R.string.release_98)) add(Release(98, R.string.release_98))
add(Release(108, R.string.release_108))
checkWhatsNew(this, BuildConfig.VERSION_CODE) checkWhatsNew(this, BuildConfig.VERSION_CODE)
} }
} }

View file

@ -2,6 +2,7 @@
<resources> <resources>
<!-- Release notes --> <!-- Release notes -->
<string name="release_108">Allow setting custom folder covers</string>
<string name="release_98"> <string name="release_98">
Allow selecting multiple items by finger dragging\n Allow selecting multiple items by finger dragging\n
Added an option to always use black background at fullscreen media Added an option to always use black background at fullscreen media