update Release notes

This commit is contained in:
tibbi 2017-03-18 20:31:39 +01:00
parent 3e7fec4f72
commit e39c2955e7
2 changed files with 5 additions and 0 deletions

View File

@ -219,6 +219,7 @@ class MainActivity : SimpleActivity(), ItemsFragment.ItemInteractionListener, Br
private fun checkWhatsNewDialog() {
arrayListOf<Release>().apply {
add(Release(26, R.string.release_26))
add(Release(28, R.string.release_28))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}

View File

@ -2,6 +2,10 @@
<resources>
<!-- Release notes -->
<string name="release_28">
Added a Home Folder button\n
Added Favorites for easy access
</string>
<string name="release_26">Added color customization</string>
</resources>