mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-04-03 12:51:01 +02:00
adding some new functions in the release notes
This commit is contained in:
parent
a228622377
commit
2f0150d89b
@ -539,6 +539,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
|||||||
add(Release(16, R.string.release_16))
|
add(Release(16, R.string.release_16))
|
||||||
add(Release(27, R.string.release_27))
|
add(Release(27, R.string.release_27))
|
||||||
add(Release(29, R.string.release_29))
|
add(Release(29, R.string.release_29))
|
||||||
|
add(Release(31, R.string.release_31))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,6 +12,10 @@
|
|||||||
<string name="jabber">Jabber</string>
|
<string name="jabber">Jabber</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_31">
|
||||||
|
Added an optional IM field\n
|
||||||
|
Added support for custom phone number/email/address types
|
||||||
|
</string>
|
||||||
<string name="release_29">Added an optional Nickname field</string>
|
<string name="release_29">Added an optional Nickname field</string>
|
||||||
<string name="release_27">
|
<string name="release_27">
|
||||||
Allow customizing which tabs are visible\n
|
Allow customizing which tabs are visible\n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user