27 Commits

Author SHA1 Message Date
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
e79818d789 removing some redundant functions 2020-04-11 10:51:48 +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
bbc1f53a74 properly fetch contact photos too 2020-04-10 21:48:15 +02:00
tibbi
a791b681aa properly mark read MMS messages too, not just SMS 2020-04-10 18:51:47 +02:00
tibbi
500f2bc8fe adding MMS attachments at the Message class 2020-04-09 10:28:38 +02:00
tibbi
fb45d68835 properly set the thread title if it contains no messages 2020-04-08 22:31:15 +02:00
tibbi
156620c917 couple more threading improvements here and there 2020-04-08 22:15:43 +02:00
tibbi
8b37aab610 lets add a Participants field into Message 2020-04-08 20:36:59 +02:00
tibbi
424b77577c removing the Subject of the Messages, doesnt seem to be used 2020-04-08 20:20:54 +02:00
tibbi
bda8ff863c add initial MMS parsing 2020-04-07 22:56:28 +02:00
tibbi
8736473b35 fill the Suggestions list with contacts 2020-04-06 19:20:17 +02:00
tibbi
5b6b5db17b pass only the ThreadId to ThreadActivity, fetch other data 2020-04-06 11:13:47 +02:00
tibbi
b5aa561a92 renaming contactId to id 2020-04-06 10:13:25 +02:00
tibbi
b67d2a8dfb fetch a list of available contacts at NewMessageActivity 2020-04-05 21:18:33 +02:00
tibbi
29c0f928ca use EventBus for triggering sms list refreshes 2020-04-04 21:23:28 +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
a9ba3ada0c improving the UI of section date time 2020-04-03 23:18:53 +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
960b16c99b fetch the message Thread field too and group by it 2020-04-03 16:33:57 +02:00
tibbi
e6b8db6ad0 renaming SMS to Message in some cases for easier handling 2020-04-03 12:29:57 +02:00
tibbi
b239227794 request READ_SMS permission and fetch the available messages 2020-04-03 11:57:30 +02:00