Skip to content

Commit 930d6cb

Browse files
committed
adding some of the new features in Whats New
1 parent 8b29f9c commit 930d6cb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
530530
add(Release(10, R.string.release_10))
531531
add(Release(11, R.string.release_11))
532532
add(Release(16, R.string.release_16))
533+
add(Release(27, R.string.release_27))
533534
checkWhatsNew(this, BuildConfig.VERSION_CODE)
534535
}
535536
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
<resources>
33

44
<!-- Release notes -->
5+
<string name="release_27">
6+
Allow customizing which tabs are visible\n
7+
Added an optional call confirmation dialog
8+
</string>
59
<string name="release_16">
610
Added name prefix/suffix and contact organizations\n
711
Added a settings item \"Manage shown contact fields\" for customizing visible contact details, with some fields disabled by default

0 commit comments

Comments
 (0)