mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-18 20:40:46 +01:00
adding the Nickname field in the release notes
This commit is contained in:
parent
441a2ac3b1
commit
3b26a1ec92
@ -45,7 +45,7 @@ ext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.simplemobiletools:commons:4.6.6'
|
implementation 'com.simplemobiletools:commons:4.6.7'
|
||||||
implementation 'joda-time:joda-time:2.9.9'
|
implementation 'joda-time:joda-time:2.9.9'
|
||||||
implementation 'com.facebook.stetho:stetho:1.5.0'
|
implementation 'com.facebook.stetho:stetho:1.5.0'
|
||||||
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
|
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
|
||||||
|
@ -538,6 +538,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
|||||||
add(Release(11, R.string.release_11))
|
add(Release(11, R.string.release_11))
|
||||||
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))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<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
|
||||||
Added an optional call confirmation dialog
|
Added an optional call confirmation dialog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user