From 127b584dc3901b229a99391102ac24ee256ebff6 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 22 Jan 2020 19:37:57 +0100 Subject: [PATCH] adding speed dialing in Whats New --- .../simplemobiletools/contacts/pro/activities/MainActivity.kt | 1 + app/src/main/res/values/donottranslate.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/MainActivity.kt index b052eed5..7d56795a 100644 --- a/app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/MainActivity.kt @@ -578,6 +578,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener { add(Release(39, R.string.release_39)) add(Release(40, R.string.release_40)) add(Release(47, R.string.release_47)) + add(Release(56, R.string.release_56)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index e93bca01..41c8cb99 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -14,6 +14,7 @@ Telegram + Added an initial implementation of Speed Dial, contacts can be set in the app settings Removed the setting for merging duplicate contacts, merge them always Removed the Recents tab due to Googles\' latest security policies being stricter than initiall thought\n