Commit graph

11 commits

Author SHA1 Message Date
Naveen
69ff590cf0
Migrate to non-transitive R Classes 2023-08-24 20:59:34 +05:30
Ensar Sarajčić
312f5bd0a8 Prevent duplication of messages on resend
This prevents duplication by ensuring that message is just
updated in case of SMS, instead of creating a new entry. In case
of MMS, due to the way it is sent internally, we delete original
message once we get result of the new one.

This closes #554
2023-07-24 11:03:48 +02:00
tibbi
4596ab4475 use the new error string 2023-05-10 22:52:12 +02:00
Naveen
abb7e66105 Allow sending only-text MMS messages
Fixes regression caused by recent changes in https://github.com/SimpleMobileTools/Simple-SMS-Messenger/pull/589
2023-03-06 14:28:11 +05:30
Naveen
f24c88eac7 Rename variable to msg 2023-01-10 17:32:38 +05:30
Naveen
619898fae9 Remove all braces from when statement 2023-01-10 17:29:16 +05:30
Naveen
0095352713 Set PendingIntent when sending MMS 2023-01-10 16:54:55 +05:30
Naveen
a48a160632 Move abstract receiver to receivers package (for now) 2023-01-10 14:46:35 +05:30
Naveen
71e5e06c60 Mark sms sent status failed when any exceptions occur 2023-01-06 19:13:09 +05:30
Naveen
08ee7ac700 Improve SMS delivery report handling
On some phones, SMS message is marked delivered even though it wasn't really delivered, this should fix such issues. Based on AOSP and Signal app
2023-01-05 23:51:29 +05:30
Naveen
1f36738be0 Rewrite, move SMS related code into the app 2023-01-03 15:43:14 +05:30