Skip to content

Commit 049c3a5

Browse files
committed
updating release notes
1 parent 8c5881f commit 049c3a5

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
@@ -439,6 +439,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
439439
arrayListOf<Release>().apply {
440440
add(Release(10, R.string.release_10))
441441
add(Release(11, R.string.release_11))
442+
add(Release(16, R.string.release_16))
442443
checkWhatsNew(this, BuildConfig.VERSION_CODE)
443444
}
444445
}

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_16">
6+
Added name prefix/suffix and contact organizations\n
7+
Added a settings item \"Manage shown contact fields\" for customizing visible contact details, with some fields disabled by default
8+
</string>
59
<string name="release_11">Added Address and Notes fields</string>
610
<string name="release_10">Allow storing contacts in a local database, hidden from other apps</string>
711

0 commit comments

Comments
 (0)