Commit graph

27 commits

Author SHA1 Message Date
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
Tibor Kaputa
ecbf29ec83
Update Constants.kt 2021-08-18 12:46:03 +02:00
Tibor Kaputa
88213f1c39
Merge branch 'master' into fix_108 2021-08-18 12:40:27 +02:00
tibbi
d6fdbc4271 scroll to the message containing the searched string 2021-02-16 12:48:52 +01:00
tanvirahmod
17c300be7e Add setting to hide message content in notification 2021-01-05 17:54:56 +06:00
tibbi
d3494014a6 improving the messages delivery status 2021-01-01 19:00:40 +01:00
tibbi
82f78f002e add an option for showing character counter at sending messages 2020-11-04 12:36:02 +01:00
tibbi
349ff11957 fix #35, show a tick at successfully sent last messages 2020-08-23 21:43:50 +02:00
tibbi
f4da76a010 fix #21, allow replying directly from the top notification 2020-06-18 18:12:45 +02:00
tibbi
a85eb77d31 fix #47, mark the whole conversation as read with Mark as Read at notification 2020-06-17 21:45:17 +02:00
tibbi
d4e9c22d13 add a Mark As Read notification item 2020-05-13 16:04:28 +02:00
tibbi
cc2a4e596f remember the last used SIM card on a per-number basis 2020-05-03 23:12:00 +02:00
tibbi
3a515486ea moving the contact avatar creation into Commons 2020-04-15 18:09:09 +02:00
tibbi
ab9aa5d2ba send the number to Thread activity too, use it if necessary 2020-04-14 09:58:19 +02:00
tibbi
ce886b5b87 handle the SEND_MULTIPLE intent too 2020-04-13 20:21:14 +02:00
tibbi
b7034a728c recognize Uri attachments at third party mms intents 2020-04-13 20:08:01 +02:00
tibbi
18f8b271e1 add handling for Share Text intent 2020-04-11 23:36:03 +02:00
tibbi
d8080848c6 make the contact images more colorful 2020-04-10 23:36:44 +02:00
tibbi
156620c917 couple more threading improvements here and there 2020-04-08 22:15:43 +02:00
tibbi
e1f1583b17 add handling for storing sent messages 2020-04-05 19:12:02 +02:00
tibbi
251eca8823 adding a helper function for refreshing the messages 2020-04-05 15:06:27 +02:00
tibbi
3eb1127c74 show an error at messages that havent been sent 2020-04-04 19:41:48 +02:00
tibbi
2e078af782 send the targeted number at the Thread activity to be used 2020-04-04 15:25:21 +02:00
tibbi
59c5d16f62 adding a DateTime thread view type 2020-04-03 23:07:34 +02:00
tibbi
fc3e72d390 split messages between received and sent 2020-04-03 21:44:18 +02:00
tibbi
d20623c44a show the other persons name at the Thread title 2020-04-03 19:54:13 +02:00
tibbi
067c1d3876 open a new ThreadActivity on clicking on a message 2020-04-03 17:26:01 +02:00