adding speed dialing in Whats New
This commit is contained in:
parent
3cc86a028d
commit
127b584dc3
|
@ -578,6 +578,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
|||
add(Release(39, R.string.release_39))
|
||||
add(Release(40, R.string.release_40))
|
||||
add(Release(47, R.string.release_47))
|
||||
add(Release(56, R.string.release_56))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
<string name="telegram">Telegram</string>
|
||||
|
||||
<!-- 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_40">
|
||||
Removed the Recents tab due to Googles\' latest security policies being stricter than initiall thought\n
|
||||
|
|
Loading…
Reference in New Issue