adding the widget font size changing in release notes

This commit is contained in:
tibbi 2017-07-06 23:36:13 +02:00
parent da4bc20d2a
commit a7453f1b1e
2 changed files with 2 additions and 0 deletions

View File

@ -618,6 +618,7 @@ class MainActivity : SimpleActivity(), NavigationListener {
add(Release(76, R.string.release_76))
add(Release(77, R.string.release_77))
add(Release(80, R.string.release_80))
add(Release(84, R.string.release_84))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}

View File

@ -1,6 +1,7 @@
<resources>
<!-- Release notes -->
<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>
<string name="release_77">Allow displaying some events from the past in the Simple Event List view</string>
<string name="release_76">