adding speed dialing in Whats New

This commit is contained in:
tibbi 2020-01-22 19:37:57 +01:00
parent 3cc86a028d
commit 127b584dc3
2 changed files with 2 additions and 0 deletions

View File

@ -578,6 +578,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
add(Release(39, R.string.release_39)) add(Release(39, R.string.release_39))
add(Release(40, R.string.release_40)) add(Release(40, R.string.release_40))
add(Release(47, R.string.release_47)) add(Release(47, R.string.release_47))
add(Release(56, R.string.release_56))
checkWhatsNew(this, BuildConfig.VERSION_CODE) checkWhatsNew(this, BuildConfig.VERSION_CODE)
} }
} }

View File

@ -14,6 +14,7 @@
<string name="telegram">Telegram</string> <string name="telegram">Telegram</string>
<!-- Release notes --> <!-- Release notes -->
<string name="release_56">Added an initial implementation of Speed Dial, contacts can be set in the app settings</string>
<string name="release_47">Removed the setting for merging duplicate contacts, merge them always</string> <string name="release_47">Removed the setting for merging duplicate contacts, merge them always</string>
<string name="release_40"> <string name="release_40">
Removed the Recents tab due to Googles\' latest security policies being stricter than initiall thought\n Removed the Recents tab due to Googles\' latest security policies being stricter than initiall thought\n