adding time zone handling at the release notes

This commit is contained in:
tibbi 2019-12-11 12:00:22 +01:00
parent 175a3366d3
commit a7cdca98b3
2 changed files with 2 additions and 0 deletions

View File

@ -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)
}
}

View File

@ -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">