adding time zone handling at the release notes
This commit is contained in:
parent
175a3366d3
commit
a7cdca98b3
|
@ -974,6 +974,7 @@ class MainActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
|||
add(Release(129, R.string.release_129))
|
||||
add(Release(143, R.string.release_143))
|
||||
add(Release(155, R.string.release_155))
|
||||
add(Release(167, R.string.release_167))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<string name="package_name">com.simplemobiletools.calendar.pro</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_167">Added time zone support (customization has to be enabled in the app settings)</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">
|
||||
|
|
Loading…
Reference in New Issue