Commit graph

40 commits

Author SHA1 Message Date
tibbi
420a88c74c creating a helper function for fetching the thread id 2020-04-05 17:38:25 +02:00
tibbi
3373ce66e1 add a contact searching field at the New Message activity 2020-04-05 17:16:48 +02:00
tibbi
251eca8823 adding a helper function for refreshing the messages 2020-04-05 15:06:27 +02:00
tibbi
049b8f9877 trigger a message refresh when the date/time format changes 2020-04-05 15:04:26 +02:00
tibbi
560935b61e launch the NewMessageActivity on pressing FAB 2020-04-05 13:01:39 +02:00
tibbi
ef455cd961 adding a FAB at the main screen 2020-04-05 12:54:42 +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
b48f18eaf8 adding the app icon in all colors 2020-04-05 10:29:16 +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
3637afc0bb require being set as the default SMS app on QPlus too 2020-04-04 16:58:13 +02:00
tibbi
4273ff0b22 if the app is set as default, just go ahead 2020-04-04 16:49:00 +02:00
tibbi
0f4e89c8a9 do not allow using the app, if it isnt the default SMS handler 2020-04-04 16:44:40 +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
a446a56afb moving the contact fetching functions in Context extensions 2020-04-03 19:30:00 +02:00
tibbi
067c1d3876 open a new ThreadActivity on clicking on a message 2020-04-03 17:26:01 +02:00
tibbi
10bda77c50 refresh the messages text color if it changes 2020-04-03 16:43:35 +02:00
tibbi
960b16c99b fetch the message Thread field too and group by it 2020-04-03 16:33:57 +02:00
tibbi
c1363e4d22 avoid some unnecessary cursor parsing at fetching contact names 2020-04-03 16:21:12 +02:00
tibbi
862cc56f29 importing a class to shorten some code 2020-04-03 16:05:02 +02:00
tibbi
c6b22ccc94 properly recognize Organization contacts too 2020-04-03 16:03:21 +02:00
tibbi
9ee08aba7b try fetching the senders name from phone number in some cases 2020-04-03 15:35:17 +02:00
tibbi
e6b8db6ad0 renaming SMS to Message in some cases for easier handling 2020-04-03 12:29:57 +02:00
tibbi
45e3d0b865 adding an initial implementation of the messages adapter 2020-04-03 12:20:39 +02:00
tibbi
b239227794 request READ_SMS permission and fetch the available messages 2020-04-03 11:57:30 +02:00
tibbi
1350ce420a adding Settings and About sections 2020-04-03 10:26:54 +02:00
tibbi
25876ae5c0 adding some more generic boilerplate code 2020-04-03 10:19:28 +02:00
tibbi
feb4cd6e9a uploading the initial project files 2020-04-03 10:12:58 +02:00