adding the navigation bar color customization in Whats New

This commit is contained in:
tibbi 2019-07-23 12:44:27 +02:00
parent 4a7f54ca10
commit 68945b3288
2 changed files with 2 additions and 0 deletions

View File

@ -154,6 +154,7 @@ class MainActivity : SimpleActivity(), Calculator {
private fun checkWhatsNewDialog() { private fun checkWhatsNewDialog() {
arrayListOf<Release>().apply { arrayListOf<Release>().apply {
add(Release(28, R.string.release_28))
add(Release(18, R.string.release_18)) add(Release(18, R.string.release_18))
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_28">Allow customizing the bottom navigation bar color</string>
<string name="release_18">Added a toggle for preventing the phone from sleeping, enabled by default</string> <string name="release_18">Added a toggle for preventing the phone from sleeping, enabled by default</string>
</resources> </resources>