39 Commits

Author SHA1 Message Date
b79f9c24ac more delay when opening via notif 2024-09-13 07:31:19 -04:00
5ce2dbed62 adds artificial delay to fix popscope issue for opening via a notif 2024-08-19 12:52:03 -04:00
afa430c1d5 fix: sharing to already opened chat 2024-08-17 08:47:44 -04:00
ec81edfd45 renamed models folder to database
- fix: startup issue
2024-08-15 09:49:31 -04:00
bee39456e3 tons of refactors
- centralized Database class
- centralized startup tasks
- renamed box variables
- removed all imports of main.dart
2024-08-15 09:40:01 -04:00
8dc8d67e87 fix: improvements to logger & log calls 2024-08-14 11:53:41 -04:00
bfac94a4d7 improved open chat intent logic 2024-08-12 16:10:55 -04:00
d197b4356a much improved logging 2024-08-08 11:18:20 -04:00
2da769e75d Fix incoming FT notification 2024-02-19 15:41:41 -05:00
b12e2529ea Fix bubble detection to use Boolean type 2024-01-21 17:39:26 -05:00
c29110712e Completely rewrite all Android code (except Firebase)
BREAKING: Updates minSdkVersion to 23 from 21
2024-01-21 13:55:54 -05:00
2c6ac48ef1 Make facetime notification cancel automatically if call times out and add actions 2023-12-03 09:18:14 -05:00
752ad3d3d9 More changes for new facetime notificatin 2023-12-02 23:09:31 -05:00
1e9f3b17d5 Update facetime call handling implementation 2023-12-02 22:25:20 -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
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
ad3e209aae Fix sharing not getting image when share has both text and image 2023-02-04 14:00:42 -05:00
c3d5a5c4a1 Fix warnings 2022-12-25 21:38:52 -05:00
bc81eefc4c Distinguish failed to send vs failed to send scheduled notifications better 2022-12-17 22:39:11 -05:00
03695f23d9 Popuntil using navigator and only if theres a visible chat 2022-12-09 16:37:49 -05:00
511b018610 More reliable way of sharing attachments to contacts 2022-12-07 17:06:10 -05:00
3b1e60da5c Fix convo bubbles not working and getting intent when closed not working 2022-11-29 19:12:16 -05:00
702f373c6e Reimplement sharing capabilities 2022-11-28 18:12: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
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
08f14e0f9a Finish message bloc rewrite 2022-10-29 21:10:40 -04:00
37b34c76d8 Refactor 2022-10-24 10:11:57 -04:00
5687d2ba4d Rewrite app lifecycle service 2022-10-21 13:12:02 -04:00
af773ec61e Fix a few issues with socket, notifications, and intents.
Add group chat icons to notifications.
2022-10-20 18:09:35 -04:00
8dfeff7fad more refactors 2022-10-20 16:58:27 -04:00
36174ca8c5 more refactors 2022-10-20 16:51:07 -04:00
57d63ba00d large refactors 2022-10-20 16:48:24 -04:00
8e5d87c582 Finish rewriting intents and method channel interface / java-dart communication 2022-10-20 13:01:23 -04:00
f14c299b32 Create new method channel service and start rewriting intents 2022-10-19 20:28:17 -04:00