mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-01-20 19:19:21 +01:00
adding some of the new features in Whats New
This commit is contained in:
parent
8b29f9c10f
commit
930d6cb149
@ -530,6 +530,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
||||
add(Release(10, R.string.release_10))
|
||||
add(Release(11, R.string.release_11))
|
||||
add(Release(16, R.string.release_16))
|
||||
add(Release(27, R.string.release_27))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
@ -2,6 +2,10 @@
|
||||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_27">
|
||||
Allow customizing which tabs are visible\n
|
||||
Added an optional call confirmation dialog
|
||||
</string>
|
||||
<string name="release_16">
|
||||
Added name prefix/suffix and contact organizations\n
|
||||
Added a settings item \"Manage shown contact fields\" for customizing visible contact details, with some fields disabled by default
|
||||
|
Loading…
Reference in New Issue
Block a user