sms-translate/app/src/main/kotlin/com/simplemobiletools/smsmessenger/activities
Paul Akhamiogu 46f71c994f Show 2 checks when sms is delivered
- differentiate between sent sms and delivered sms by updating the SmsStatusSentReceiver which updates the type to Telephony.Sms.MESSAGE_TYPE_SENT or Telephony.Sms.MESSAGE_TYPE_FAILED depending on the outcome.
- rename ThreadSuccess to ThreadSent and add a boolean field for the delivery status
- SmsStatusSentReceiver updates the status of the message to Telephony.Sms.STATUS_COMPLETE.
- accommodate for the need to keep track of the status by adding Int field status to the Message class,
- add appropriate database migrations (3 to 4) for the new status field.
- add status to the query for sms in extension function Context.getMessages and Context.getMMS
- add extension function Context.updateMessageStatus to update the status of a message in the database
2021-08-25 16:57:07 +01:00
..
MainActivity.kt updating commons and kotlin 2021-04-14 23:15:34 +02:00
NewConversationActivity.kt do not split accented characters from casual ones at the side scrollbar 2021-08-17 15:10:55 +02:00
SearchActivity.kt scroll to the message containing the searched string 2021-02-16 12:48:52 +01:00
SettingsActivity.kt Update SettingsActivity.kt 2021-08-18 12:45:08 +02:00
SimpleActivity.kt adding the app icon in all colors 2020-04-05 10:29:16 +02:00
SplashActivity.kt adding some more generic boilerplate code 2020-04-03 10:19:28 +02:00
ThreadActivity.kt Show 2 checks when sms is delivered 2021-08-25 16:57:07 +01:00