Skip to content

Commit bdd3123

Browse files
committed
add the contact fetching change in release notes
1 parent 40d0916 commit bdd3123

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
@@ -586,6 +586,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
586586
add(Release(31, R.string.release_31))
587587
add(Release(32, R.string.release_32))
588588
add(Release(34, R.string.release_34))
589+
add(Release(39, R.string.release_39))
589590
checkWhatsNew(this, BuildConfig.VERSION_CODE)
590591
}
591592
}

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

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

1515
<!-- Release notes -->
16+
<string name="release_39">Changed the way contacts are fetched, please reset your filters.</string>
1617
<string name="release_34">Added new options for toggling 24 hour time format and showing only contacts with phone numbers</string>
1718
<string name="release_32">Added a simple dialpad, dialer will come soon</string>
1819
<string name="release_31">

0 commit comments

Comments
 (0)