Commit graph

146 commits

Author SHA1 Message Date
Agnieszka C
80ffc85ace
Merge branch 'master' into add-simple-characters 2021-09-08 15:13:13 +02:00
Agnieszka C
b212aa49b3 Added removing diacritics (#29) 2021-09-06 10:12:51 +02:00
Agnieszka C
44c540b961 Fixed updating last message after deleting (#167) 2021-09-04 22:14:22 +02:00
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
f68bc54771
Update Context.kt 2021-08-18 12:45:33 +02:00
Tibor Kaputa
88213f1c39
Merge branch 'master' into fix_108 2021-08-18 12:40:27 +02:00
tibbi
2e3604ab54 updating commons and kotlin 2021-04-14 23:15:34 +02:00
tibbi
db077704f0 do not show the error caught at fetching the contact name and photo 2021-03-22 13:13:34 +01:00
tibbi
0e07117b3a adding some crashfixes 2021-03-15 23:30:56 +01:00
tibbi
26710c572f updating some colors for the white theme 2021-02-15 18:56:12 +01:00
tanvirahmod
17c300be7e Add setting to hide message content in notification 2021-01-05 17:54:56 +06:00
tibbi
7554bb1f10 show a notification if a message sending failed 2021-01-01 22:52:23 +01:00
tibbi
ac7d2afbb6 properley update message types in the local db too 2021-01-01 20:13:45 +01:00
tibbi
d3494014a6 improving the messages delivery status 2021-01-01 19:00:40 +01:00
tibbi
cf75ab71d4 make sure sent messages have proper SIM card associated 2021-01-01 17:04:41 +01:00
tibbi
d1616d4997 removing the id field at conversations, use thread_id 2020-12-30 15:53:08 +01:00
tibbi
733428da38 store received messages in hte local db asap 2020-12-21 22:56:10 +01:00
tibbi
9aba85b967 add handling for local message deleting 2020-12-21 22:00:36 +01:00
tibbi
ba57fe2a22 properly mark read messages in the local db 2020-12-21 21:30:02 +01:00
tibbi
2f6ca40953 compare cached messages with new ones asap, continue only if necessary 2020-12-21 21:13:32 +01:00
tibbi
6405b7431f work with threadIds as Longs, not Ints 2020-12-21 20:01:57 +01:00
tibbi
e357b4a659 insert messages in a local db at fetching 2020-12-21 19:27:21 +01:00
tibbi
633f7cf5c0 create a db table for Messages too 2020-12-21 18:02:07 +01:00
tibbi
b955678e90 creating a database table for MessageAttachments too 2020-12-21 16:40:48 +01:00
tibbi
0f33d3677b create a db table for attachments 2020-12-21 16:17:33 +01:00
tibbi
4cad413478 store attachment uri as a string 2020-12-21 15:29:10 +01:00
tibbi
ceb9896988 changing message id from Int to Long 2020-12-21 12:40:29 +01:00
tibbi
f412f401d3 adding some crashfixes 2020-12-21 11:38:57 +01:00
tibbi
75fb84f9d4 fix #103, make sure private contact names are shown at group conversations 2020-12-06 16:36:31 +01:00
tibbi
64011e1083 adding some crashfixes 2020-11-28 22:44:21 +01:00
tibbi
d1fe3531e1 adding some crashfixes 2020-11-03 19:39:59 +01:00
tibbi
ba23de4c7e updating commons to 5.31.11 2020-10-27 22:35:33 +01:00
tibbi
f1dfe8c9cc properly display incoming message senders name at private contacts 2020-08-23 20:54:15 +02:00
Luis Alfredo Figueroa Bracamontes
7097af70a1
Inverting notification shortcuts 2020-07-29 15:06:44 -05:00
tibbi
2e0d6a877d improving the unread messages counter badge 2020-07-27 22:37:11 +02:00
Tibor Kaputa
f511f35df0
Merge pull request #57 from michaelsam94/master
change the color of suggested contact name based on font color of app…
2020-07-27 22:13:08 +02:00
tibbi
41fb730511 properly handle contacts with multiple phone numbers 2020-07-27 21:53:21 +02:00
micheal Samuel Naeem
7b1b34dbbe add brackets and white spaces to follow code style 2020-07-04 17:11:12 +02:00
micheal Samuel Naeem
bb12ca5e87 show unread message count badge on app icon 2020-07-03 17:08:20 +02:00
tibbi
f4da76a010 fix #21, allow replying directly from the top notification 2020-06-18 18:12:45 +02:00
tibbi
3c1458b904 fix a glitch at marking a conversation unread 2020-06-18 11:38:27 +02:00
tibbi
838db92fee refresh SMS read status first, then MMS 2020-06-18 11:27:46 +02:00
tibbi
22b6040a86 add a Mark as Unread menu item at the thread screen 2020-06-18 11:14:51 +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
26951cc979 make sure getThreadId returns a Long 2020-06-17 21:08:40 +02:00
tibbi
05c84e498c catch exceptions thrown at fetching new thread IDs 2020-06-17 20:28:39 +02:00
tibbi
9641eed138 fix #48, no not show incoming message notifications at currently open thread 2020-06-17 20:25:58 +02:00
tibbi
8dd3fc561f mark messages as read in the local db too 2020-05-30 20:29:37 +02:00
tibbi
0db8b202c7 properly add new messages into the local database on receiving 2020-05-30 20:21:27 +02:00
tibbi
35c205605d properly handle inserting and deleting threads from local db 2020-05-30 20:01:09 +02:00