adding the new default event reminders in release notes
This commit is contained in:
parent
4cf4e53f50
commit
184f90a1e5
|
@ -843,6 +843,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
|||
add(Release(98, R.string.release_98))
|
||||
add(Release(117, R.string.release_117))
|
||||
add(Release(119, R.string.release_119))
|
||||
add(Release(129, R.string.release_129))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_129">Allow setting default event reminders, not always reuse the last events' ones</string>
|
||||
<string name="release_119">
|
||||
Allow changing the app launcher icon color\n
|
||||
Added support for more advanced yearly repetition rules\n
|
||||
|
|
Loading…
Reference in New Issue