Commit graph

839 commits

Author SHA1 Message Date
Naveen
7665415b87 Remove no longer required logic 2023-01-06 13:41:39 +05:30
Naveen
91e562ab32 Always update SMS sent status
as there's no point in handling error codes if we are not queuing the SMS for retry
2023-01-06 00:19:36 +05:30
Naveen
08ee7ac700 Improve SMS delivery report handling
On some phones, SMS message is marked delivered even though it wasn't really delivered, this should fix such issues. Based on AOSP and Signal app
2023-01-05 23:51:29 +05:30
Naveen Singh
127d94d86f
Merge branch 'SimpleMobileTools:master' into rewrite_sms 2023-01-04 23:07:24 +05:30
tibbi
b9564e7162 updating commons 2023-01-04 16:04:50 +01:00
Naveen Singh
e9ad798e5e
Merge branch 'SimpleMobileTools:master' into rewrite_sms 2023-01-04 14:46:03 +05:30
tibbi
2be979e740 moving the top search related code to Commons 2023-01-03 23:36:40 +01:00
Naveen Singh
d31feca559
Merge branch 'SimpleMobileTools:master' into rewrite_sms 2023-01-03 21:13:50 +05:30
tibbi
f05fffc206 properly reset search results and placeholders on close 2023-01-03 16:05:28 +01:00
tibbi
be8003718f animate search holder visibility 2023-01-03 15:58:42 +01:00
tibbi
2d6c48cd90 hide the top search menu at scrolling 2023-01-03 15:38:39 +01:00
tibbi
f02348dc6c move some search bar related code to a custom view 2023-01-03 11:50:45 +01:00
Naveen
9a515d7fd0 Show in-app error code for unknown errors 2023-01-03 16:06:23 +05:30
Naveen
06f6a9ae05 Use sendMessage extension 2023-01-03 15:43:39 +05:30
Naveen
1f36738be0 Rewrite, move SMS related code into the app 2023-01-03 15:43:14 +05:30
tibbi
218aba7ad6 properly update all menu colors onResume 2023-01-02 23:06:47 +01:00
tibbi
c1c9cf0419 move SearchActivity to be a part of MainActivity 2023-01-02 21:59:50 +01:00
tibbi
553c216997 use a different color for the bottom thread bar 2023-01-02 12:26:59 +01:00
tibbi
aa26c332df adding some thread UI redesigns 2023-01-02 11:49:26 +01:00
tibbi
fffe86dcb0 use the nicer time picker on system theme 2023-01-02 11:48:11 +01:00
tibbi
e4a7253b87 redesigning New Conversation screen 2023-01-01 23:34:38 +01:00
tibbi
c6ca168dc9 restyling main screen 2023-01-01 23:18:50 +01:00
tibbi
b0225c1693 adding some more conversation details UI fixes 2023-01-01 23:10:12 +01:00
tibbi
d42fa509b4 updating vCard viewers UI 2023-01-01 22:55:34 +01:00
tibbi
e52cb19059 adding some conversation details related UI improvements 2023-01-01 22:42:59 +01:00
tibbi
ef7a38204f redesigning the app settings 2023-01-01 21:32:11 +01:00
tibbi
db6ddceb73 updating commons and min SDK to 23 2023-01-01 21:24:41 +01:00
Agnieszka C
06436ccf58 Fixed showing all drafts (#537) 2022-12-30 11:55:05 +01:00
tibbi
1eeb3c5356 removing a redundant check 2022-12-11 14:05:24 +01:00
Tibor Kaputa
7ea57de52b
Merge pull request #520 from Naveen3Singh/notification_improvements
Improve and organise notification related code
2022-12-11 12:26:58 +01:00
Naveen
7f9f925da4 Properly update text colors on theme change
and some code improvements
2022-12-11 14:45:47 +05:30
Naveen
716ebad21e Remove fade effect as items are already animated 2022-12-09 02:08:35 +05:30
tibbi
420c1e9f5b fix an error message shown at launching the app 2022-12-08 09:18:04 +01:00
Naveen
f1f27eeb9d Update message in local db when using inline replies 2022-12-08 02:06:31 +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
0523d93243 Only show failure notification when in background 2022-12-08 01:40:34 +05:30
Naveen
2fc70b2dc5 Fetch drafts on a background thread 2022-12-07 23:43:31 +05:30
Naveen
6e7dbb9056 Properly update sent message type 2022-12-07 22:39:04 +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
Naveen
08b3379729 Update conversations on pin/unpin 2022-11-26 23:33:26 +05:30
Tibor Kaputa
0686611c95
Merge pull request #498 from Naveen3Singh/feature_group_details
Add ability to change group names
2022-11-25 23:00:04 +01:00
Naveen
35d53ba267 Remove conversation type check 2022-11-26 03:28:15 +05:30
Naveen
51f9662820 Properly start contact view intent 2022-11-26 03:24:18 +05:30
Tibor Kaputa
c25cfa7588
lets use alpha value from commons for consistency 2022-11-25 22:00:45 +01:00
Naveen
786f788ba7 Save sender name, photo when receiving a message 2022-11-25 23:22:38 +05:30
Tibor Kaputa
9d90ec13e1
formatting some code 2022-11-24 22:46:26 +01:00
shenzhigang
2e5a18a029 Fix Mms duplication on scroll to top 2022-11-24 21:50:51 +08:00
Naveen
48ebef6420 Fix conversation duplication glitch 2022-11-21 23:25:18 +05:30