updating Whats New
This commit is contained in:
parent
50dc97e9c0
commit
96f9d98fac
|
@ -511,6 +511,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
|||
add(Release(32, R.string.release_32))
|
||||
add(Release(34, R.string.release_34))
|
||||
add(Release(39, R.string.release_39))
|
||||
add(Release(40, R.string.release_40))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,6 +13,10 @@
|
|||
<string name="telegram">Telegram</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_40">
|
||||
Removed the Recents tab due to Googles\' latest security policies being stricter than initiall thought\n
|
||||
Allow showing letters on the dialpad
|
||||
</string>
|
||||
<string name="release_39">Changed the way contacts are fetched, please reset your filters.</string>
|
||||
<string name="release_34">Added new options for toggling 24 hour time format and showing only contacts with phone numbers</string>
|
||||
<string name="release_32">Added a simple dialpad, dialer will come soon</string>
|
||||
|
|
Loading…
Reference in New Issue