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
|
ff1edd12b6
|
adding an Add Attachment button at the sending screen
|
2020-04-12 11:41:52 +02:00 |
|
tibbi
|
18f8b271e1
|
add handling for Share Text intent
|
2020-04-11 23:36:03 +02:00 |
|
tibbi
|
a5b11de6e1
|
mark messages not just as READ, but also SEEN
|
2020-04-11 20:36:07 +02:00 |
|
tibbi
|
21dd815f2a
|
lets use the new Conversation model at the main screen
|
2020-04-11 19:41:48 +02:00 |
|
tibbi
|
e0052d5516
|
avoid using the Thread menu items before messages load in
|
2020-04-11 11:22:22 +02:00 |
|
tibbi
|
a791b681aa
|
properly mark read MMS messages too, not just SMS
|
2020-04-10 18:51:47 +02:00 |
|
tibbi
|
5185a98ca9
|
cache participant fetching at the mainscreen to speed it up
|
2020-04-09 18:35:01 +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
|
630c87c6d9
|
implementing the Manage People menu button at the conversation screen
|
2020-04-08 17:46:42 +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
|
e8f37b69de
|
properly sort all fetched messages
|
2020-04-07 23:24:27 +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
|
40897178c7
|
lets hide the Manage People menu button until group SMS gets implemented
|
2020-04-06 22:59:53 +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
|
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
|
705f015a96
|
lets pass more info at the ThreadActivity again, as backup
|
2020-04-06 20:24:30 +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
|
5b6b5db17b
|
pass only the ThreadId to ThreadActivity, fetch other data
|
2020-04-06 11:13:47 +02:00 |
|
tibbi
|
e1f1583b17
|
add handling for storing sent messages
|
2020-04-05 19:12:02 +02:00 |
|
tibbi
|
420a88c74c
|
creating a helper function for fetching the thread id
|
2020-04-05 17:38:25 +02:00 |
|
tibbi
|
2c1482ebdd
|
reduce the alpha of the Send Message button, if unavailable
|
2020-04-05 12:17:37 +02:00 |
|
tibbi
|
a8a74e7eb0
|
fetch messages on background threads
|
2020-04-05 11:00:08 +02:00 |
|
tibbi
|
29c0f928ca
|
use EventBus for triggering sms list refreshes
|
2020-04-04 21:23:28 +02:00 |
|
tibbi
|
d3eee79d0e
|
show the time at threads more often
|
2020-04-04 20:34:49 +02:00 |
|
tibbi
|
3ec40cb979
|
mark unread SMS as Read on open
|
2020-04-04 20:22:17 +02:00 |
|
tibbi
|
3eb1127c74
|
show an error at messages that havent been sent
|
2020-04-04 19:41:48 +02:00 |
|
tibbi
|
35a2023866
|
adding the base basics of sending an SMS, not saving into SMS Provider yet
|
2020-04-04 19:14:45 +02:00 |
|
tibbi
|
8c29a55f86
|
splitting ThreadActivity into some functions
|
2020-04-04 15:53:35 +02:00 |
|
tibbi
|
7068199f7f
|
adding some checks to avoid sending empty SMS
|
2020-04-04 15:41:49 +02:00 |
|
tibbi
|
2e078af782
|
send the targeted number at the Thread activity to be used
|
2020-04-04 15:25:21 +02:00 |
|
tibbi
|
bd4269c3c9
|
adding a bottom input field for writing messages
|
2020-04-04 10:24:42 +02:00 |
|
tibbi
|
feece9b90c
|
show the date/time above the messages at the thread view
|
2020-04-03 23:43:53 +02:00 |
|
tibbi
|
59c5d16f62
|
adding a DateTime thread view type
|
2020-04-03 23:07:34 +02:00 |
|
tibbi
|
d20623c44a
|
show the other persons name at the Thread title
|
2020-04-03 19:54:13 +02:00 |
|
tibbi
|
f938c14cba
|
show the appropriate messages at opening a thread
|
2020-04-03 19:51:23 +02:00 |
|
tibbi
|
70c1e7d6b7
|
select the appropriate messages at the individual ThreadActivity
|
2020-04-03 19:34:37 +02:00 |
|
tibbi
|
067c1d3876
|
open a new ThreadActivity on clicking on a message
|
2020-04-03 17:26:01 +02:00 |
|