mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-06-05 21:49:13 +02:00
adding the navigation bar color customization in Whats New
This commit is contained in:
@ -154,6 +154,7 @@ class MainActivity : SimpleActivity(), Calculator {
|
||||
|
||||
private fun checkWhatsNewDialog() {
|
||||
arrayListOf<Release>().apply {
|
||||
add(Release(28, R.string.release_28))
|
||||
add(Release(18, R.string.release_18))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
<resources>
|
||||
|
||||
<!-- 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>
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user