Skip to content

Commit ec0dbd2

Browse files
committed
add Address and Notes in release notes
1 parent 3d7f140 commit ec0dbd2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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
@@ -396,6 +396,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
396396
private fun checkWhatsNewDialog() {
397397
arrayListOf<Release>().apply {
398398
add(Release(10, R.string.release_10))
399+
add(Release(11, R.string.release_11))
399400
checkWhatsNew(this, BuildConfig.VERSION_CODE)
400401
}
401402
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<resources>
33

44
<!-- Release notes -->
5+
<string name="release_11">Added Address and Notes fields</string>
56
<string name="release_10">Allow storing contacts in a local database, hidden from other apps</string>
67

78
</resources>

0 commit comments

Comments
 (0)