mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
add scheduled messages to release notes
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user