mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
updating release notes
This commit is contained in:
@ -439,6 +439,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
|||||||
arrayListOf<Release>().apply {
|
arrayListOf<Release>().apply {
|
||||||
add(Release(10, R.string.release_10))
|
add(Release(10, R.string.release_10))
|
||||||
add(Release(11, R.string.release_11))
|
add(Release(11, R.string.release_11))
|
||||||
|
add(Release(16, R.string.release_16))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<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
|
||||||
|
</string>
|
||||||
<string name="release_11">Added Address and Notes fields</string>
|
<string name="release_11">Added Address and Notes fields</string>
|
||||||
<string name="release_10">Allow storing contacts in a local database, hidden from other apps</string>
|
<string name="release_10">Allow storing contacts in a local database, hidden from other apps</string>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user