Commit graph

497 commits

Author SHA1 Message Date
tibbi
ba23de4c7e updating commons to 5.31.11 2020-10-27 22:35:33 +01:00
tibbi
4668629b30 really fix crashing at received MMS messages 2020-09-23 14:32:59 +02:00
tibbi
97fabfec1a fix a crash at receiving MMS 2020-09-23 10:08:07 +02:00
tibbi
766f1ef78c fix #76, make sure a notification is shown if app is paused 2020-09-22 14:22:03 +02:00
tibbi
e3f7d80987 fix a crash at showing received MMS messages 2020-09-22 14:16:05 +02:00
tibbi
349ff11957 fix #35, show a tick at successfully sent last messages 2020-08-23 21:43:50 +02:00
tibbi
e66a24c8f8 rewriting the loop checking the messages 2020-08-23 21:30:27 +02:00
tibbi
f1dfe8c9cc properly display incoming message senders name at private contacts 2020-08-23 20:54:15 +02:00
tibbi
fc470d9408 updating commons, target sdk to 30 2020-08-20 23:50:22 +02:00
Luis Alfredo Figueroa Bracamontes
7097af70a1
Inverting notification shortcuts 2020-07-29 15:06:44 -05:00
tibbi
6415b52b24 catch exceptions thrown at updating conversations 2020-07-27 22:51:44 +02: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
micheal Samuel Naeem
579e7ae356 change the color of suggested contact name based on font color of application 2020-07-01 12:43:35 +02:00
tibbi
05c6dd7a05 use casual text color at sent message links 2020-06-18 21:58:28 +02:00
tibbi
880dd7bf27 properly update the font size without restarting the app 2020-06-18 19:23:43 +02:00
tibbi
6d0dd67af3 fix #23, remove a messages notification if the thread is deleted 2020-06-18 18:45:38 +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
6efc41f9bb use a bit smaller text at the main screens message preview 2020-06-17 22:32:17 +02:00
tibbi
ea16415503 allow customizing the text size 2020-06-17 22:28:32 +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
4dcd17fe1f fix #38, properly handle the VIEW third party intent 2020-05-30 21:01:01 +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
661798cff4 renaming system_id to thread_id 2020-05-30 20:03:13 +02:00
tibbi
35c205605d properly handle inserting and deleting threads from local db 2020-05-30 20:01:09 +02:00
tibbi
2b3df2719b fix #8, load some cached messages instantly 2020-05-30 18:55:57 +02:00
tibbi
a013c110ec adding a helper function for updating conversations, if necessary 2020-05-30 18:28:34 +02:00
tibbi
7a7b1aab32 insert fetched conversations in db 2020-05-30 18:23:54 +02:00
tibbi
f638fa06f2 creating a room DB for storing conversations 2020-05-30 18:04:34 +02:00
tibbi
4e89e8b7ac fix #47, properly decode phone numbers at Reply via SMS intent 2020-05-30 17:35:34 +02:00
tibbi
0bf7e12ee8 renaming conversation to new_conversation layout 2020-05-30 17:29:00 +02:00
tibbi
09892e0078 catch and show exceptions thrown at adding message attachments 2020-05-30 17:20:29 +02:00
tibbi
1adba70f3b hide the number blocking button below Android 7 2020-05-30 17:18:39 +02:00
tibbi
e8f6ec3eb2 minor code reformatting at number blocking confirmation 2020-05-23 19:03:14 +02:00
tibbi
3ac08e2b21 allow blocking numbers directly from the main screen 2020-05-23 18:56:24 +02:00
tibbi
d8e2a774e3 fix #34, allow adding new people to a conversation 2020-05-23 18:38:36 +02:00
tibbi
b5cd6aafbc improving blocked number checking performance 2020-05-23 17:15:27 +02:00
tibbi
60c994756d make photoUri changeable at the Conversation model 2020-05-20 16:53:38 +02:00
tibbi
1c1a2d2855 get the Photo Uri of private contacts too 2020-05-20 16:52:43 +02:00
tibbi
7d1e28203e changing the conversation fetcher code style a bit 2020-05-20 16:21:57 +02:00