We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c850b4d commit 2d0131eCopy full SHA for 2d0131e
app/src/main/kotlin/com/simplemobiletools/smsmessenger/activities/MainActivity.kt
@@ -492,6 +492,7 @@ class MainActivity : SimpleActivity() {
492
private fun checkWhatsNewDialog() {
493
arrayListOf<Release>().apply {
494
add(Release(48, R.string.release_48))
495
+ add(Release(62, R.string.release_62))
496
checkWhatsNew(this, BuildConfig.VERSION_CODE)
497
}
498
app/src/main/res/values/donottranslate.xml
@@ -11,6 +11,7 @@
11
<string name="sms">SMS</string>
12
<string name="mms">MMS</string>
13
14
+ <string name="release_62">Allow scheduling messages by long pressing the Send button</string>
15
<string name="release_48">
16
Disabled delivery reports by default\n
17
Avoid sending long messages as MMS
0 commit comments