Commit Graph

1428 Commits

Author SHA1 Message Date
tibbi aecaec8773 crop too tall mms attachments 2020-04-12 21:43: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 81b12dea70 do not allow null Uri at attachments 2020-04-12 19:59:57 +02:00
tibbi cc6dcafa88 add handling for multiple attachments in one mms 2020-04-12 19:30:03 +02:00
tibbi a5d8633593 prepare for handling multiple mms attachments 2020-04-12 18:13:40 +02:00
tibbi 59ba80d65a adding a FAQ item about the internet access 2020-04-12 17:34:39 +02:00
tibbi 554f087d56 allow sending MMS, sadly it needs internet access 2020-04-12 16:00:59 +02:00
tibbi 2ffdaa0712 check the Send Message button availabilty at adding an attachment 2020-04-12 15:20:54 +02:00
tibbi 52a7376694 show a preview of the attached file 2020-04-12 13:33:30 +02:00
tibbi bed1d90434 launch a Pick PhotoVideo intent at pressing the attachment button 2020-04-12 12:17:06 +02:00
tibbi 9202e9d1b5 properly handle typing in multiple lines high text 2020-04-12 11:58:56 +02:00
tibbi ff1edd12b6 adding an Add Attachment button at the sending screen 2020-04-12 11:41:52 +02:00
tibbi 8263327f70 handle clicks at contact suggestions 2020-04-12 11:01:08 +02:00
tibbi 827be7225b fill the suggested contacts before the remaining ones 2020-04-12 10:56:00 +02:00
tibbi 5a462775fd show some suggestions at top of the contact picker screen 2020-04-12 10:50:05 +02:00
tibbi e792ff37ab show a Play icon at video MMS items 2020-04-12 09:47:03 +02:00
tibbi 18f8b271e1 add handling for Share Text intent 2020-04-11 23:36:03 +02:00
tibbi 6d4f0bf7aa do not show empty conversations on the main screen 2020-04-11 23:26:50 +02:00
tibbi e966b7bccd handle the SEND_TO intent properly 2020-04-11 23:00:10 +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 20e3ddfa60 adding an avatar photo at the Threads, to be used only at group messages 2020-04-11 15:52:48 +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 e0052d5516 avoid using the Thread menu items before messages load in 2020-04-11 11:22:22 +02:00
tibbi 2a0a96718a group MMS at fetching by id too, not just sms 2020-04-11 11:11:33 +02:00
tibbi e79818d789 removing some redundant functions 2020-04-11 10:51:48 +02:00
tibbi f2c368e12e rename MessagesAdapter to ThreadsAdapter, no other change 2020-04-11 10:50:47 +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 584fc7ca81 adding a contact avatar at the main screen 2020-04-10 22:44:28 +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 e92576f876 adding the SMS MMS license 2020-04-10 20:19:31 +02:00
tibbi 02ba0e3651 properly handle and show received MMS 2020-04-10 20:06:14 +02:00
tibbi a25982e816 move the received message notification handling in Context extension 2020-04-10 19:00:14 +02:00
tibbi a791b681aa properly mark read MMS messages too, not just SMS 2020-04-10 18:51:47 +02:00
tibbi 7a883ce280 adding a null check at message participants 2020-04-09 22:01:33 +02:00
tibbi 5185a98ca9 cache participant fetching at the mainscreen to speed it up 2020-04-09 18:35:01 +02:00