mention duplicate contact merging in the release notes
This commit is contained in:
parent
ede2e3498a
commit
05458cede2
|
@ -569,6 +569,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
||||||
add(Release(34, R.string.release_34))
|
add(Release(34, R.string.release_34))
|
||||||
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))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
<string name="telegram">Telegram</string>
|
<string name="telegram">Telegram</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<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
|
||||||
Allow showing letters on the dialpad
|
Allow showing letters on the dialpad
|
||||||
|
|
Loading…
Reference in New Issue