Skip to content

Commit 05458ce

Browse files
committed
mention duplicate contact merging in the release notes
1 parent ede2e34 commit 05458ce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
569569
add(Release(34, R.string.release_34))
570570
add(Release(39, R.string.release_39))
571571
add(Release(40, R.string.release_40))
572+
add(Release(47, R.string.release_47))
572573
checkWhatsNew(this, BuildConfig.VERSION_CODE)
573574
}
574575
}

app/src/main/res/values/donottranslate.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<string name="telegram">Telegram</string>
1515

1616
<!-- Release notes -->
17+
<string name="release_47">Removed the setting for merging duplicate contacts, merge them always</string>
1718
<string name="release_40">
1819
Removed the Recents tab due to Googles\' latest security policies being stricter than initiall thought\n
1920
Allow showing letters on the dialpad

0 commit comments

Comments
 (0)