Commit graph

104 commits

Author SHA1 Message Date
Naveen
2d6ff0bc30 Fix scroll-up glitch when new message arrives 2023-01-15 08:42:15 +05:30
Naveen
716ebad21e Remove fade effect as items are already animated 2022-12-09 02:08:35 +05:30
Naveen
51f9662820 Properly start contact view intent 2022-11-26 03:24:18 +05:30
Naveen
398c2237bc Retain scroll position when deleting messages
Removed the call to `refreshMessages()` as it's not really needed here and also because it'll reset the scroll position in some cases
2022-11-19 22:46:18 +05:30
Naveen
6cc8277694 Enable stable ids again
now we have stable ids, sorta
2022-11-19 06:08:01 +05:30
Naveen
3d9cb5bdac Disable setHasStableIds
because we really don't have stable ids (yet)
2022-11-18 01:00:33 +05:30
Naveen
d8dadd1f55 Use DiffUtil with thread recyclerview
Also added a progress indicator at the top while fetching older messages
2022-11-17 02:25:36 +05:30
Tibor Kaputa
4fee6bb7b4
removing an unused import 2022-11-07 16:03:01 +01:00
Tibor Kaputa
cba85bb2fa
Merge branch 'master' into feature_attachments 2022-11-07 16:00:34 +01:00
tibbi
14859607ec limit shown attachment sizes in thread to avoid OOM 2022-11-07 15:47:34 +01:00
Naveen
61a57aa2b5 Show icon for common mime types 2022-11-05 00:20:04 +05:30
Naveen
d202c3b172 Merge branch 'SimpleMobileTools:master' into feature_attachments 2022-11-02 18:14:05 +05:30
Naveen
23643d3198 Add support for sending all types of files 2022-11-02 18:03:35 +05:30
tibbi
c850b4d7f3 catch exceptions thrown at showing big message attachments 2022-10-26 19:12:17 +02:00
Naveen
8d75d5b133 Improve unknown attachment preview 2022-10-23 18:35:54 +05:30
Naveen
9284859b8b Get icon width from xml resource 2022-10-01 01:46:26 +05:30
Naveen
ee8130c767 Handle conversations with scheduled messages only 2022-09-28 02:05:06 +05:30
Naveen
2ff0880cb5 Handle sending scheduled messages 2022-09-27 16:08:45 +05:30
Naveen
a4bd3364c6 Use subscriptionManagerCompat() everywhere 2022-09-18 22:57:28 +05:30
Naveen
8dc4687328 Use structured name when formatted name is empty 2022-08-31 17:34:51 +05:30
Naveen
737189746e Always use proper primary color 2022-08-30 16:15:24 +05:30
Naveen
ad6abf7ccc Set text in xml 2022-08-29 15:54:09 +05:30
Naveen
3d0312ff44 Remove unnecessarily duplicated string 2022-08-29 14:08:26 +05:30
Naveen
317cb9b883 Check for nullability 2022-08-29 03:56:02 +05:30
Naveen
d2c883710f Add clarifying parentheses 2022-08-29 03:20:13 +05:30
Naveen
f07abeb54c Add vCard attachment preview 2022-08-29 03:19:50 +05:30
Pavel Poley
f3ef5dfd67 allow displaying older messages 2022-06-02 16:34:04 +03:00
Pavel Poley
e9c32e7487 allow displaying older messages 2022-06-01 17:45:09 +03:00
tibbi
45874d13d4 updating commons and target SDK to 31 2022-04-12 09:45:18 +02:00
tibbi
f389be0de1 removing a default value 2022-03-07 15:11:57 +01:00
tibbi
79f51e42d5 allow sharing attachments too 2022-03-07 13:53:32 +01:00
tibbi
394a990e9c add text message forwarding 2022-03-07 13:37:47 +01:00
tibbi
5e97a97e5f use rounded corners imageview instead of rounding it ourselves 2022-03-07 10:46:31 +01:00
tibbi
6349d18c62 use a transparent placeholder at loading mms images 2022-03-06 22:48:52 +01:00
tibbi
591f473a1f updating commons with PhoneNumber containing multiple fields 2022-02-06 22:44:20 +01:00
tibbi
8336ec0052 updating commons, kotlin + add some keyboard hiding 2022-02-05 21:07:43 +01:00
Agnieszka C
67f5404f26 Added opening contact details from the conversation view (#104) 2022-01-23 15:09:50 +01:00
Tibor Kaputa
9c56922b75
Merge pull request #257 from Aga-C/save-mms
Added saving MMS (#106)
2021-11-27 19:45:12 +01:00
tibbi
70a6e701dc updating commons + the new fastscroller handling 2021-11-27 19:35:30 +01:00
Agnieszka C
f2a25b46dd Added saving MMS (#106) 2021-11-20 13:39:52 +01:00
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