From 3b26a1ec92bd40a1b4a9f4074d8b08aff0cae2e4 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 13 Aug 2018 13:00:46 +0200 Subject: [PATCH] adding the Nickname field in the release notes --- app/build.gradle | 2 +- .../com/simplemobiletools/contacts/activities/MainActivity.kt | 1 + app/src/main/res/values/donottranslate.xml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b0cacb82..bbf760dc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:4.6.6' + implementation 'com.simplemobiletools:commons:4.6.7' implementation 'joda-time:joda-time:2.9.9' implementation 'com.facebook.stetho:stetho:1.5.0' implementation 'com.android.support.constraint:constraint-layout:1.1.2' diff --git a/app/src/main/kotlin/com/simplemobiletools/contacts/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/contacts/activities/MainActivity.kt index e310da95..d080242b 100644 --- a/app/src/main/kotlin/com/simplemobiletools/contacts/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/contacts/activities/MainActivity.kt @@ -538,6 +538,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener { add(Release(11, R.string.release_11)) add(Release(16, R.string.release_16)) add(Release(27, R.string.release_27)) + add(Release(29, R.string.release_29)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 49c1ffcd..aa83af5e 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,6 +2,7 @@ + Added an optional Nickname field Allow customizing which tabs are visible\n Added an optional call confirmation dialog