add scheduled messages to release notes
This commit is contained in:
parent
c850b4d7f3
commit
2d0131e7af
|
@ -492,6 +492,7 @@ class MainActivity : SimpleActivity() {
|
|||
private fun checkWhatsNewDialog() {
|
||||
arrayListOf<Release>().apply {
|
||||
add(Release(48, R.string.release_48))
|
||||
add(Release(62, R.string.release_62))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<string name="sms">SMS</string>
|
||||
<string name="mms">MMS</string>
|
||||
|
||||
<string name="release_62">Allow scheduling messages by long pressing the Send button</string>
|
||||
<string name="release_48">
|
||||
Disabled delivery reports by default\n
|
||||
Avoid sending long messages as MMS
|
||||
|
|
Loading…
Reference in New Issue