adding navigation bar customization in Whats New
This commit is contained in:
parent
8f7c7c776c
commit
cc730ed9e7
|
@ -935,6 +935,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
|||
add(Release(119, R.string.release_119))
|
||||
add(Release(129, R.string.release_129))
|
||||
add(Release(143, R.string.release_143))
|
||||
add(Release(155, R.string.release_155))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,9 +2,8 @@
|
|||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_146">
|
||||
Added email reminders and attendees in CalDAV synced events
|
||||
</string>
|
||||
<string name="release_155">Allow customizing the bottom navigation bar color</string>
|
||||
<string name="release_146">Added email reminders and attendees in CalDAV synced events</string>
|
||||
<string name="release_143">
|
||||
Allow setting default start time/duration/event type for new events\n
|
||||
Allow exporting/importing settings
|
||||
|
|
Loading…
Reference in New Issue