Commit Graph

1428 Commits

Author SHA1 Message Date
tibbi 0984449a76 show video MMS attachments too 2020-04-09 13:41:51 +02:00
tibbi 0749c0bb9d try opening the mms attachment on fullscreen view on click 2020-04-09 13:22:02 +02:00
tibbi c8038cdcde reducing the chat bubble padding a bit 2020-04-09 13:17:23 +02:00
tibbi d0b4e17300 display mms attachments at the conversations 2020-04-09 10:52:14 +02:00
tibbi 500f2bc8fe adding MMS attachments at the Message class 2020-04-09 10:28:38 +02:00
tibbi 44a1d85436 properly obtain the sms senders name 2020-04-09 10:06:47 +02:00
tibbi cdc4d8b236 removing an ugly helper function for fetching name from id 2020-04-08 23:04:27 +02:00
tibbi c4972c9204 always use a proper thread title at the main screen 2020-04-08 22:32:18 +02:00
tibbi fb45d68835 properly set the thread title if it contains no messages 2020-04-08 22:31:15 +02:00
tibbi ef09a8871a go to new Thread activity only if it is different than the current 2020-04-08 22:25:52 +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 3fd39a7acf adding some improvements related to fetching recipient names 2020-04-08 20:17:42 +02:00
tibbi 630c87c6d9 implementing the Manage People menu button at the conversation screen 2020-04-08 17:46:42 +02:00
tibbi f01bbb893e improve the way blocked numbers are checked 2020-04-08 14:00:15 +02:00
tibbi 88389a09c9 do not show blocked number messages on the main screen 2020-04-08 13:41:47 +02:00
tibbi bed5a80ccf implement number blocking from the Thread screen 2020-04-08 12:35:17 +02:00
tibbi 0fe917053c adding a menu item for blocking a number 2020-04-08 12:12:13 +02:00
tibbi 04152492a5 adding a Manage Blocked Numbers settings item 2020-04-08 11:59:34 +02:00
tibbi 4c7cecbe4e updating some resources 2020-04-08 11:56:16 +02:00
tibbi 1e54e6cde0 fetch only the wanted MMS messages at threads 2020-04-07 23:26:43 +02:00
tibbi e8f37b69de properly sort all fetched messages 2020-04-07 23:24:27 +02:00
tibbi bda8ff863c add initial MMS parsing 2020-04-07 22:56:28 +02:00
tibbi b00eea624c shortening some code by importing more specific packages 2020-04-07 12:43:33 +02:00
tibbi 10bc1d1278 simplifying cursor querying 2020-04-07 12:39:34 +02:00
tibbi 3b83e93192 lets not open the keyboard initially at opening a conversation 2020-04-07 12:24:49 +02:00
tibbi 0e6f8e1dbf show the keyboard at opening the thread screen 2020-04-06 23:23:20 +02:00
tibbi 6330f5952c show the thread Delete button only if there are actual messages present 2020-04-06 23:20:44 +02:00
tibbi a569ae2b05 add a menu button for deleting the whole opened conversation 2020-04-06 23:16:49 +02:00
tibbi 013fa62606 allow inserting not saved numbers in New Message activity 2020-04-06 23:11:49 +02:00
tibbi 3a23552326 removing some redundant views from the New Message activity 2020-04-06 23:03:32 +02:00
tibbi 40897178c7 lets hide the Manage People menu button until group SMS gets implemented 2020-04-06 22:59:53 +02:00
tibbi 5487dbb435 changing the hint text at creating a new conversation 2020-04-06 22:58:02 +02:00
tibbi 2a36a23782 at search results prioritize names that start with the search string 2020-04-06 22:32:16 +02:00
tibbi ec5c49ce1e allow toggling the Add Person UI at the thread activity 2020-04-06 22:22:25 +02:00
tibbi 900982999f use an AutocompleteTextView at the ThreadActivity 2020-04-06 22:18:50 +02:00
tibbi 97299a0900 make getAvailableContacts asynchronous 2020-04-06 22:06:58 +02:00
tibbi fdf4957da2 moving some contact fetching helper functions into Context Extensions 2020-04-06 22:00:57 +02:00
tibbi 4405495e6b do not allow removing the original contact from ThreadActivity 2020-04-06 21:43:07 +02:00
tibbi c4f209b8ff moving some more functions from NewMessage to Thread activity 2020-04-06 21:10:19 +02:00
tibbi 3f2b88785a add filtering by search string at the New Message activity 2020-04-06 20:46:26 +02:00
tibbi 8c765a25c3 do not add NewMessageActivity into the backstack 2020-04-06 20:34:25 +02:00
tibbi bc5e40bef3 removing a helper context extension function 2020-04-06 20:25:01 +02:00
tibbi 705f015a96 lets pass more info at the ThreadActivity again, as backup 2020-04-06 20:24:30 +02:00
tibbi 8736473b35 fill the Suggestions list with contacts 2020-04-06 19:20:17 +02:00
tibbi 979744cbd5 moving some views at the existing Thread activity 2020-04-06 12:44:53 +02:00
tibbi 6d8c889723 launch the given contacts thread at clicking on him at the New Message screen 2020-04-06 12:23:01 +02:00
tibbi cdfaa3cea9 show an Add Person menu button at the top menu of conversations 2020-04-06 11:58:14 +02:00
tibbi 8379a753b2 adding a helper function for opening a specific thread 2020-04-06 11:22:40 +02:00