adding 2 of the new features in Whats New
This commit is contained in:
parent
979a034ab1
commit
91d7e3efa1
|
@ -835,6 +835,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
|||
add(Release(88, R.string.release_88))
|
||||
add(Release(98, R.string.release_98))
|
||||
add(Release(117, R.string.release_117))
|
||||
add(Release(119, R.string.release_119))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_119">
|
||||
Allow changing the app launcher icon color\n
|
||||
Added support for more advanced yearly repetition rules
|
||||
</string>
|
||||
<string name="release_117">Reworked custom notification sound picking, should be more reliable</string>
|
||||
<string name="release_98">
|
||||
Added a Location field\n
|
||||
|
|
Loading…
Reference in New Issue