74 Commits

Author SHA1 Message Date
1e9f3b17d5 Update facetime call handling implementation 2023-12-02 22:25:20 -05:00
6f1268c955 Fix incoming facetime call not notifying 2023-12-01 22:53:57 -05:00
0e6749a30c ft call overlays and desktop notifications
Signed-off-by: Joel Jothiprakasam <hijoelj@gmail.com>
2023-10-14 17:15:52 -05:00
dd9e01832c actual answering intent fix 2023-09-29 17:28:57 -04:00
799d0508ad adds answer facetime as methodchannel handler 2023-09-29 17:11:21 -04:00
3c890403c1 feat: initial facetime notification code 2023-09-29 16:04:58 -04:00
8cb213e825 Use basename instead of splitting by /
Signed-off-by: Joel Jothiprakasam <hijoelj@gmail.com>
2023-04-27 01:47:58 -05:00
86b6ef0111 Support deep linking via imessage:// links 2023-04-25 16:19:32 -04:00
22845b89d4 properly await all prefs set/remove
Signed-off-by: Joel Jothiprakasam <hijoelj@gmail.com>
2023-04-12 18:37:09 -05:00
0f19cc16e7 Apply bad cert override to all isolates 2023-03-15 15:23:31 -04:00
8a1a6af47e Handle group events properly 2023-03-10 17:57:20 -05:00
fcb7d7293b Add event to detect when group photo changes 2023-03-08 18:49:54 -05:00
c8e3fa4db4 Enable ability to parse new server payload type 2023-02-14 13:00:52 -05:00
ad3e209aae Fix sharing not getting image when share has both text and image 2023-02-04 14:00:42 -05:00
56aedd5920 Fix same issue in bg isolate 2023-01-27 20:21:26 -05:00
fca2f6bd47 Await objectbox startup before displaying facetime notification 2023-01-26 11:13:35 -05:00
fa0660b1ba Dont clear notifications if replying from notification 2023-01-22 13:24:48 -05:00
af6769c8f7 Fix mark chat as read from Java code not working 2023-01-20 12:56:54 -05:00
e5c4232c81 Support ChromeOS officially 2023-01-18 12:19:48 -05:00
41fc5e9952 Cache recent reply guid and text to avoid sending duplicates 2023-01-12 11:26:10 -05:00
c3d5a5c4a1 Fix warnings 2022-12-25 21:38:52 -05:00
a4146c3915 Revert "Lots of logging"
This reverts commit 0d009387
2022-12-25 09:35:34 -05:00
6f6874e70d Fix chat read status getting changed while in the same chat 2022-12-24 18:07:14 -05:00
3fb0fe3539 Fix attachment not re-rendering when redownloading and possibly many updating issues 2022-12-23 14:52:58 -05:00
941b0340c3 Tentatively add facetime notification 2022-12-22 22:18:19 -05:00
4389cccd95 Tentatively remove incoming queue for new/updated messages when in background 2022-12-19 19:04:56 -05:00
0d0093874d Lots of logging 2022-12-18 12:01:57 -05:00
bc81eefc4c Distinguish failed to send vs failed to send scheduled notifications better 2022-12-17 22:39:11 -05:00
0f3706b81c Improve failed to send notification and add notification for failed to send scheduled message 2022-12-16 21:20:58 -05:00
3b086af971 Preliminary scheduled message support 2022-12-16 13:28:34 -05:00
9335636c00 Fix race case and spam issues with unread indicator 2022-12-10 11:06:18 -05:00
03695f23d9 Popuntil using navigator and only if theres a visible chat 2022-12-09 16:37:49 -05:00
5642732bcd Fix all warnings and hints 2022-12-07 17:38:53 -05:00
511b018610 More reliable way of sharing attachments to contacts 2022-12-07 17:06:10 -05:00
d495da23ac Desktop won't use background isolate ever 2022-12-06 12:58:33 -05:00
d9c66bb83c Fix reply from notification 2022-11-29 21:07:08 -05:00
3b1e60da5c Fix convo bubbles not working and getting intent when closed not working 2022-11-29 19:12:16 -05:00
7b11a3a720 Clean up code. Fix error in conversation header on desktop. Fix contact syncing desktop. Fix background isolate fallbacks desktop.
Signed-off-by: Joel Jothiprakasam <hijoelj@gmail.com>
2022-11-29 01:02:53 -06:00
c818062838 Fix socket not initializing correctly on full sync 2022-11-29 00:18:25 -05:00
702f373c6e Reimplement sharing capabilities 2022-11-28 18:12:13 -05:00
a70d873373 Try catch isolate initialized call 2022-11-25 22:30:13 -05:00
7f086fcaed fix: better draft handling 2022-11-25 17:40:22 -05:00
cff91d1347 fix: sharing attachments to a chat 2022-11-25 16:55:38 -05:00
f03c9ec67f Add back reaction chooser, add new way to view message metadata, and some bug fixes 2022-11-19 13:33:29 -05:00
7c6c08cd62 Refactors 2022-11-06 20:47:56 -05:00
22e7704997 Refactor and rewrite general utils
Remove unused utils
2022-11-02 17:38:56 -04:00
70b61bee3b Rewrite chat manager & current chat, and add new convo view controller 2022-10-30 15:44:12 -04:00
3a43f79b4d Tweak chatmanager 2022-10-30 10:49:23 -04:00
08f14e0f9a Finish message bloc rewrite 2022-10-29 21:10:40 -04:00
bedb9011da Completely rewrite chatbloc 2022-10-25 16:56:00 -04:00