Commit graph

64 commits

Author SHA1 Message Date
darthpaul
ac5fb1def4 handle single click in select mode for attachments 2021-11-14 23:35:51 +00:00
darthpaul
894f9ef7df handle long-press of attachment 2021-11-14 23:16:51 +00:00
darthpaul
2d2d51f90f handle long-press of message bubble
- update commons dependency
- fix broken drawable resource reference in cab_thread menu file
2021-11-10 18:05:20 +00:00
tibbi
18026c473f adding some crashfixes 2021-09-24 21:35:37 +02:00
Agnieszka C
44c540b961 Fixed updating last message after deleting (#167) 2021-09-04 22:14:22 +02:00
Paul Akhamiogu
46f71c994f Show 2 checks when sms is delivered
- differentiate between sent sms and delivered sms by updating the SmsStatusSentReceiver which updates the type to Telephony.Sms.MESSAGE_TYPE_SENT or Telephony.Sms.MESSAGE_TYPE_FAILED depending on the outcome.
- rename ThreadSuccess to ThreadSent and add a boolean field for the delivery status
- SmsStatusSentReceiver updates the status of the message to Telephony.Sms.STATUS_COMPLETE.
- accommodate for the need to keep track of the status by adding Int field status to the Message class,
- add appropriate database migrations (3 to 4) for the new status field.
- add status to the query for sms in extension function Context.getMessages and Context.getMMS
- add extension function Context.updateMessageStatus to update the status of a message in the database
2021-08-25 16:57:07 +01:00
Jonathan Buhacoff
37fbf8ae8e fix: failed to open attachment with mixed-case mimetype 2021-07-22 18:57:56 -07:00
tibbi
b02b54b055 tweak the way adapters are updated 2021-05-23 17:53:18 +02:00
tibbi
2db6ffb835 use the new way of launching activity intents 2021-04-14 23:40:52 +02:00
tibbi
33a8b498f3 show search results in a recyclerview list 2021-02-15 23:23:39 +01:00
tibbi
78b65843fd remove the transparency from sent message background 2021-02-15 19:03:15 +01:00
tibbi
d52b4da80e adding some crashfixes 2021-01-07 23:15:10 +01:00
tibbi
a100ddb290 allow clicking the message failed label 2021-01-02 10:25:54 +01:00
tibbi
08dfd98fdb changing the sending error and making it smaller 2021-01-01 23:05:56 +01:00
tibbi
71d7085ddb update the conversation if something changes, avoid recreating it 2021-01-01 20:45:10 +01:00
tibbi
d3494014a6 improving the messages delivery status 2021-01-01 19:00:40 +01:00
tibbi
8ac5a1d65e add a Select All menu item at conversations and messages 2021-01-01 18:07:00 +01:00
tibbi
4cad413478 store attachment uri as a string 2020-12-21 15:29:10 +01:00
tibbi
ceb9896988 changing message id from Int to Long 2020-12-21 12:40:29 +01:00
tibbi
f412f401d3 adding some crashfixes 2020-12-21 11:38:57 +01:00
tibbi
d49eaa4abe applying the selected text size on a couple places 2020-11-04 12:53:24 +01:00
tibbi
87e1be8e1b allow selecting parts of a message instead of copying the whole 2020-11-04 10:39:51 +01:00
tibbi
acd0055477 removing the Select All cab menu button 2020-11-03 23:26:43 +01:00
tibbi
349ff11957 fix #35, show a tick at successfully sent last messages 2020-08-23 21:43:50 +02:00
tibbi
05c6dd7a05 use casual text color at sent message links 2020-06-18 21:58:28 +02:00
tibbi
ea16415503 allow customizing the text size 2020-06-17 22:28:32 +02:00
tibbi
83dcc7423c use proper placeholder avatars at private contacts too 2020-05-18 23:34:27 +02:00
tibbi
98a7095324 handle activeSubscriptionInfoList returning null 2020-05-13 15:34:45 +02:00
tibbi
64bb563ef6 show the SIM card ID at messages 2020-05-13 15:27:25 +02:00
tibbi
f1edebb2dc renaming the helper class ContactsHelper to SimpleContactsHelper 2020-05-08 22:37:51 +02:00
tibbi
5206b43677 formatting some adapter code style 2020-05-07 15:54:58 +02:00
tibbi
6634130325 moving some contact handling related things in Commons 2020-05-07 15:51:23 +02:00
tibbi
0acb7acdf2 properly handle deleting MMS messages 2020-04-14 12:19:48 +02:00
tibbi
854e125079 highlight selected messages at the Conversation screen 2020-04-13 10:04:06 +02:00
tibbi
a40438a08c try harder at opening unknown attachments, guess mimetype from filename 2020-04-12 23:30:34 +02:00
tibbi
c4e7fc3068 show the unknown attachment filename, if available 2020-04-12 23:25:41 +02:00
tibbi
ba8f14de3b renaming attachment type onto mimetype 2020-04-12 23:17:37 +02:00
tibbi
5c79ca361d add a generic Attachment view for handling others than images and videos 2020-04-12 23:11:42 +02:00
tibbi
db5ddd9bd1 fix a glitch with clicking on MMS attachments 2020-04-12 21:59:14 +02:00
tibbi
98e20fc7cd renaming a view to make it clearer 2020-04-12 21:55:03 +02:00
tibbi
aecaec8773 crop too tall mms attachments 2020-04-12 21:43:42 +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
e792ff37ab show a Play icon at video MMS items 2020-04-12 09:47:03 +02:00
tibbi
7f441218d2 show an avatar at the incoming messages 2020-04-11 22:44:02 +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
d0b4e17300 display mms attachments at the conversations 2020-04-09 10:52:14 +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