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 |
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 |