Commit graph

19 commits

Author SHA1 Message Date
tibbi
17f1bf62b1 removing a redundant type definition 2023-07-14 10:00:06 +02:00
Wilson
e3bf8541df update last conversation message after replying from notification.
#ISSUE-675
2023-07-07 15:13:23 -04:00
AAlier
5169539a88 Add missing code 2023-06-24 04:28:35 +06:00
Naveen
1f36738be0 Rewrite, move SMS related code into the app 2023-01-03 15:43:14 +05:30
Naveen
f1f27eeb9d Update message in local db when using inline replies 2022-12-08 02:06:31 +05:30
Naveen
0ab85419af Improve and organise notification related code
Improvements related to the "Mark as read" button but it's not completely fixed yet. There's still a minor issue on android 13 devices

### Changes:
 - Move notification related code to a separate helper
 - Update notification instead of cancelling when using inline replies
 - Disable sound on inline replies
 - Reuse existing transaction api extensions for sending inline replies
2022-12-04 00:49:41 +05:30
tibbi
5f728c9321 minor fixes and updates here and there 2022-10-26 18:36:44 +02:00
Naveen
7624174cad Add schedule send message creation ui
Move android-smsmms logic into a separate file
2022-09-26 03:02:07 +05:30
Naveen
a4bd3364c6 Use subscriptionManagerCompat() everywhere 2022-09-18 22:57:28 +05:30
Naveen
cd8b40b3b6 Add safe call operator 2022-08-21 23:48:48 +05:30
Naveen
aeafc7030d Minor code improvements 2022-06-16 19:23:59 +05:30
tibbi
f41e1aa18e fix #316, use proper SIM at replying via the top notification 2022-05-23 20:14:51 +02:00
darthpaul
72cbb342a6 handle sending group SMS
- in Context.getMessages, split the sender number by spaces " " to get each contact.
- apply update in the android-smsmms lib - do not pass threadId in Transaction.sendNewMessage
2022-05-01 03:33:47 +01:00
tibbi
9052c5183d apply some configs at sending message from anywhere 2022-03-07 10:19:40 +01:00
Agnieszka C
b212aa49b3 Added removing diacritics (#29) 2021-09-06 10:12:51 +02:00
tibbi
75aac13e1e adding a null check at DirectReplyReceiver 2021-03-22 16:03:34 +01:00
tibbi
6c9d25d16f properly handle sending reply messages through the top notification 2021-03-15 23:10:59 +01:00
tibbi
6405b7431f work with threadIds as Longs, not Ints 2020-12-21 20:01:57 +01:00
tibbi
f4da76a010 fix #21, allow replying directly from the top notification 2020-06-18 18:12:45 +02:00