Commit graph

178 commits

Author SHA1 Message Date
tibbi
766f1ef78c fix #76, make sure a notification is shown if app is paused 2020-09-22 14:22:03 +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
fc470d9408 updating commons, target sdk to 30 2020-08-20 23:50:22 +02:00
tibbi
6415b52b24 catch exceptions thrown at updating conversations 2020-07-27 22:51:44 +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
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
880dd7bf27 properly update the font size without restarting the app 2020-06-18 19:23:43 +02:00
tibbi
3c1458b904 fix a glitch at marking a conversation unread 2020-06-18 11:38:27 +02:00
tibbi
22b6040a86 add a Mark as Unread menu item at the thread screen 2020-06-18 11:14:51 +02:00
tibbi
ea16415503 allow customizing the text size 2020-06-17 22:28:32 +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
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
f638fa06f2 creating a room DB for storing conversations 2020-05-30 18:04: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
e8f6ec3eb2 minor code reformatting at number blocking confirmation 2020-05-23 19:03:14 +02:00
tibbi
d8e2a774e3 fix #34, allow adding new people to a conversation 2020-05-23 18:38:36 +02:00
tibbi
1c1a2d2855 get the Photo Uri of private contacts too 2020-05-20 16:52:43 +02:00
tibbi
94086547a5 do not show an error message at loading contact image at the Conversation 2020-05-20 16:11:36 +02:00
tibbi
3569bce668 add private contacts at the Add Participant suggestions 2020-05-20 15:55:35 +02:00
tibbi
2e20dd7454 count with the privately stored contacts at Suggestions 2020-05-20 15:45:34 +02:00
tibbi
2344a49b26 list privately stored contacts at the New Conversation too 2020-05-20 15:10:55 +02:00
tibbi
422ccf4b6a lets check those private contacts only if we actually have any 2020-05-18 23:38:56 +02:00
tibbi
83dcc7423c use proper placeholder avatars at private contacts too 2020-05-18 23:34:27 +02:00
tibbi
8760d85d2b recognize private contacts at the thread screen too 2020-05-18 23:28:17 +02:00
tibbi
db90f0f08c check if no message came from a privately stored contact in Simple Contacts 2020-05-18 23:22:27 +02:00
tibbi
d223266f1b updating commons 2020-05-18 23:06:11 +02:00
tibbi
98a7095324 handle activeSubscriptionInfoList returning null 2020-05-13 15:34:45 +02:00
tibbi
64bb563ef6 show the SIM card ID at messages 2020-05-13 15:27:25 +02:00
tibbi
f1edebb2dc renaming the helper class ContactsHelper to SimpleContactsHelper 2020-05-08 22:37:51 +02:00
tibbi
6634130325 moving some contact handling related things in Commons 2020-05-07 15:51:23 +02:00
tibbi
605f9e845a moving some contact related things into Commons 2020-05-06 23:41:12 +02:00
tibbi
d98c1abb96 improve contact sorting at New Conversation, prefer names starting with letters 2020-05-03 23:43:09 +02:00
tibbi
cc2a4e596f remember the last used SIM card on a per-number basis 2020-05-03 23:12:00 +02:00
tibbi
f5d3c2ab70 allow toggling SIM cards at sending messages 2020-05-03 22:57:31 +02:00
tibbi
49a7cd98f5 show a Select SIM button at message sending, if multiple are available 2020-05-03 22:33:32 +02:00
tibbi
502f68d7fa decode the received number at third party intents 2020-04-27 22:30:33 +02:00
tibbi
5db1695692 make sure to always update the top menu colors 2020-04-19 21:29:01 +02:00
tibbi
4b3051a845 catch and show exceptions thrown at sending messages 2020-04-19 20:41:12 +02:00
tibbi
4bb6f47f1b ignore blocked numbers below Android 7 2020-04-19 20:39:37 +02:00
tibbi
fb5f67d5b6 check if the SMS Role exists before relying on it 2020-04-15 21:15:10 +02:00
tibbi
7fcf3e93e8 turns out the internet is not needed afterall? Lets remove it and see 2020-04-14 11:13:56 +02:00