add scheduled messages to release notes

This commit is contained in:
tibbi 2022-10-26 19:25:54 +02:00
parent c850b4d7f3
commit 2d0131e7af
2 changed files with 2 additions and 0 deletions

View File

@ -492,6 +492,7 @@ class MainActivity : SimpleActivity() {
private fun checkWhatsNewDialog() { private fun checkWhatsNewDialog() {
arrayListOf<Release>().apply { arrayListOf<Release>().apply {
add(Release(48, R.string.release_48)) add(Release(48, R.string.release_48))
add(Release(62, R.string.release_62))
checkWhatsNew(this, BuildConfig.VERSION_CODE) checkWhatsNew(this, BuildConfig.VERSION_CODE)
} }
} }

View File

@ -11,6 +11,7 @@
<string name="sms">SMS</string> <string name="sms">SMS</string>
<string name="mms">MMS</string> <string name="mms">MMS</string>
<string name="release_62">Allow scheduling messages by long pressing the Send button</string>
<string name="release_48"> <string name="release_48">
Disabled delivery reports by default\n Disabled delivery reports by default\n
Avoid sending long messages as MMS Avoid sending long messages as MMS