Commit graph

8 commits

Author SHA1 Message Date
Naveen
69ff590cf0
Migrate to non-transitive R Classes 2023-08-24 20:59:34 +05:30
Alier
a21662baef Update string translation 2023-06-26 16:27:23 +06:00
Alier
b076da3840 Add Delete Action Button to Sms message 2023-06-24 04:09:35 +06:00
Naveen
35a98d4823 Disable replying to invalid short codes via notification 2023-01-07 17:22:32 +05:30
Naveen
35e9141888 Use a separate notification id for failure notifications
This way failure notifications won't overwrite the existing chat notifications (if there are any) as they also use thread id as notification id
2022-12-08 01:42:43 +05:30
Naveen
860e6c255b Minor code improvement 2022-12-04 23:23:16 +05:30
Naveen
453d879c82 Minor readability improvement 2022-12-04 00:57:14 +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