add CalDAV sync to release notes

This commit is contained in:
tibbi 2017-08-27 23:55:50 +02:00
parent 04b0bbbc96
commit 75f013906e
2 changed files with 2 additions and 0 deletions

View File

@ -662,6 +662,7 @@ class MainActivity : SimpleActivity(), NavigationListener {
add(Release(80, R.string.release_80))
add(Release(84, R.string.release_84))
add(Release(86, R.string.release_86))
add(Release(88, R.string.release_88))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}

View File

@ -1,6 +1,7 @@
<resources>
<!-- Release notes -->
<string name="release_88">Replaced Google Sync with CalDAV sync, please check Settings for enabling it</string>
<string name="release_86">Added an initial implementation of Google sync, use with caution (will always be optional)</string>
<string name="release_84">Added a setting for changing the widget font size</string>
<string name="release_80">Allow editing specific instances of repeating events</string>