updating Whats new
This commit is contained in:
parent
1673d7cf58
commit
e25b19239e
|
@ -763,6 +763,7 @@ class MainActivity : SimpleActivity(), NavigationListener {
|
||||||
add(Release(84, R.string.release_84))
|
add(Release(84, R.string.release_84))
|
||||||
add(Release(86, R.string.release_86))
|
add(Release(86, R.string.release_86))
|
||||||
add(Release(88, R.string.release_88))
|
add(Release(88, R.string.release_88))
|
||||||
|
add(Release(98, R.string.release_98))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_98">
|
||||||
|
Added a Location field\n
|
||||||
|
Allow adding Contact birthdays
|
||||||
|
</string>
|
||||||
<string name="release_88">Replaced Google Sync with CalDAV sync, please check Settings for enabling it</string>
|
<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_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_84">Added a setting for changing the widget font size</string>
|
||||||
|
|
Loading…
Reference in New Issue