adding dialpad into release notes

This commit is contained in:
tibbi
2018-09-28 20:19:53 +02:00
parent c1ba8b0d13
commit 98e527eba8
2 changed files with 2 additions and 0 deletions

View File

@ -550,6 +550,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
add(Release(27, R.string.release_27)) add(Release(27, R.string.release_27))
add(Release(29, R.string.release_29)) add(Release(29, R.string.release_29))
add(Release(31, R.string.release_31)) add(Release(31, R.string.release_31))
add(Release(32, R.string.release_32))
checkWhatsNew(this, BuildConfig.VERSION_CODE) checkWhatsNew(this, BuildConfig.VERSION_CODE)
} }
} }

View File

@ -12,6 +12,7 @@
<string name="jabber">Jabber</string> <string name="jabber">Jabber</string>
<!-- Release notes --> <!-- Release notes -->
<string name="release_32">Added a simple dialpad, dialer will come soon</string>
<string name="release_31"> <string name="release_31">
Added an optional IM field\n Added an optional IM field\n
Added support for custom phone number/email/address types Added support for custom phone number/email/address types