Commit graph

87 commits

Author SHA1 Message Date
tibbi
8d663b994d allow saving received phone numbers to contacts 2020-05-13 16:43:30 +02:00
tibbi
d4e9c22d13 add a Mark As Read notification item 2020-05-13 16:04:28 +02:00
tibbi
e4d01a7607 ignore messages and contacts without number 2020-05-13 14:58:20 +02:00
tibbi
dcc98c0a25 properly fetch the SIM card ID at messages 2020-05-13 13:49:12 +02:00
tibbi
6fb8d963a8 store the subscription ID at incoming messages too 2020-05-13 13:44:43 +02:00
tibbi
d5af551001 speed up MMS fetching by caching participants 2020-05-08 23:21:50 +02:00
tibbi
ff0cc0b005 speed up SMS loading by caching blocked numbers 2020-05-08 22:49:54 +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
23203620ef show 100 latest messages, not oldest 2020-05-03 21:22:05 +02:00
tibbi
ebe1ab967f moving some helper functions into Commons 2020-05-01 11:08:48 +02:00
tibbi
4bb6f47f1b ignore blocked numbers below Android 7 2020-04-19 20:39:37 +02:00
tibbi
3a515486ea moving the contact avatar creation into Commons 2020-04-15 18:09:09 +02:00
tibbi
64ee324d1a properly sort multipart messages by date, then by id 2020-04-15 12:09:12 +02:00
tibbi
0acb7acdf2 properly handle deleting MMS messages 2020-04-14 12:19:48 +02:00
tibbi
cfda56973d adding some extra checks to avoid showing blocked numbers on some places 2020-04-14 10:14:05 +02:00
tibbi
5956aef897 do not show blocked number conversations on the main screen 2020-04-14 10:09:39 +02:00
tibbi
e828381c9a lets not use the ARCHIVED Threads field, not all devices have it 2020-04-13 22:24:23 +02:00
tibbi
06f61b55cb avoid showing the same contact multiple times at Suggestions 2020-04-13 21:15:04 +02:00
tibbi
8f913867f4 avoid showing some warnings if READ_CONTACTS permission isnt given 2020-04-13 11:28:19 +02:00
tibbi
c4e7fc3068 show the unknown attachment filename, if available 2020-04-12 23:25:41 +02:00
tibbi
ba8f14de3b renaming attachment type onto mimetype 2020-04-12 23:17:37 +02:00
tibbi
5c79ca361d add a generic Attachment view for handling others than images and videos 2020-04-12 23:11:42 +02:00
tibbi
8827e21178 limit the fetched SMS and MMS messages to 100 2020-04-12 20:46:43 +02:00
tibbi
7c355e9aae determine the message attachments size at fetching 2020-04-12 20:41:31 +02:00
tibbi
a5d8633593 prepare for handling multiple mms attachments 2020-04-12 18:13:40 +02:00
tibbi
5a462775fd show some suggestions at top of the contact picker screen 2020-04-12 10:50:05 +02:00
tibbi
6d4f0bf7aa do not show empty conversations on the main screen 2020-04-11 23:26:50 +02:00
tibbi
7f441218d2 show an avatar at the incoming messages 2020-04-11 22:44:02 +02:00
tibbi
6ef4a3b23a fetch the conversations snippet manually, if empty 2020-04-11 21:44:57 +02:00
tibbi
a5b11de6e1 mark messages not just as READ, but also SEEN 2020-04-11 20:36:07 +02:00
tibbi
32d3e0b21a use a different placeholder image at group conversations, not a letter 2020-04-11 20:07:39 +02:00
tibbi
a4adf59323 cleaning up getMessages, threadId cannot be null 2020-04-11 19:43:39 +02:00
tibbi
21dd815f2a lets use the new Conversation model at the main screen 2020-04-11 19:41:48 +02:00
tibbi
882b75324d create a Conversations model, separate it from Messages 2020-04-11 19:15:31 +02:00
tibbi
9cf479c496 removing the redundant isOrganization field from Contact model 2020-04-11 17:25:58 +02:00
tibbi
269b813a61 renaming some variables to make them clearer 2020-04-11 15:56:23 +02:00
tibbi
c6f1bd8012 filter out blocked numbers earlier 2020-04-11 15:50:04 +02:00
tibbi
6544351480 filter out messages where every participant is blocked, or somehow invalid 2020-04-11 15:41:06 +02:00
tibbi
2a0a96718a group MMS at fetching by id too, not just sms 2020-04-11 11:11:33 +02:00
tibbi
8f6bd84773 lets randomize the letter background colors a bit more 2020-04-11 10:34:44 +02:00
tibbi
b606d9fdfc use the colored letters as placeholders everywhere 2020-04-11 10:23:36 +02:00
tibbi
f96f992203 use a helper function at loading contact thumbnails 2020-04-11 00:05:40 +02:00
tibbi
d8080848c6 make the contact images more colorful 2020-04-10 23:36:44 +02:00
tibbi
0eb161e05a avoid showing accent characters at contact image placeholders 2020-04-10 22:02:51 +02:00
tibbi
718afea9d6 recognize contact photos at SMS too 2020-04-10 21:53:19 +02:00
tibbi
bbc1f53a74 properly fetch contact photos too 2020-04-10 21:48:15 +02:00
tibbi
02ba0e3651 properly handle and show received MMS 2020-04-10 20:06:14 +02:00