Commit Graph

1798 Commits

Author SHA1 Message Date
57baaeb74c xmpp: Implement File Upload Notification 2022-03-02 17:32:46 +01:00
51cb07ff71 xmpp: Add a function for accepting a subscription request 2022-03-02 17:02:26 +01:00
a1378740c3 service: Use the 'get*Manager' functions 2022-03-02 16:58:57 +01:00
2a6fc4a938 style: Use const constructor 2022-03-02 15:52:23 +01:00
0a280caa01 service: Fix removing items from the roster 2022-03-02 15:52:04 +01:00
f77ce5be8f ui: Use done_all for received and read 2022-03-02 15:07:24 +01:00
ce1ad23502 meta: Update DOAP 2022-03-02 12:49:02 +01:00
d29235cbb7 meta: Implement Chat Markers and Delivery Receipts
- Implement Delivery Receipts in the XMPP library
- Plumb Delivery Receipts into the UI
- Plumb Chat Markers into the UI
2022-03-02 12:40:27 +01:00
be701a5e0f xmpp: Begin writing a onBadCertificate function 2022-03-01 20:36:45 +01:00
91c5bfcf57 xmpp: Implement Message Carbons 2022-03-01 20:26:55 +01:00
cba898c388 style: Fix style 2022-03-01 18:06:47 +01:00
e15ea736e2 ui: Allow opening images and videos 2022-03-01 16:00:46 +01:00
430cb8ca24 xmpp: Possibly fix #4 2022-03-01 14:49:51 +01:00
7e681480ea ui: Implement a bad video widget 2022-03-01 12:50:40 +01:00
f6a2430ca8 service: Fix download button 2022-02-28 21:18:01 +01:00
a3f680b6c6 ui: Deal with not-found images better 2022-02-28 21:09:47 +01:00
8e3ceaf52b ui: Deal with files that are not found 2022-02-28 20:58:49 +01:00
fd4134d61b service: Improve media messages 2022-02-28 16:06:08 +01:00
9683fedc39 service: Guard Big Picture notifications against anything not an image 2022-02-28 14:40:35 +01:00
6507f5fd86 service: Extend the peekFile function 2022-02-28 13:25:34 +01:00
4af9ee96a1 service: Implement the download request 2022-02-28 12:57:35 +01:00
7e0ebf58a7 service: Fix exception when progress reaches 1.0 2022-02-28 12:41:09 +01:00
c1b83b917d ui: Implement a stubbed download button 2022-02-28 12:39:40 +01:00
786ddc9ec2 service: Improve the request success check 2022-02-27 22:29:03 +01:00
1759c0725c style: Fix comment style 2022-02-27 22:19:40 +01:00
c77b457c21 service: Unify thumbnail handling for SFS and SIMS 2022-02-27 22:12:05 +01:00
19bfca16ac xmpp: Implement Stateless Inline Media Sharing 2022-02-27 22:00:20 +01:00
8f70bdc945 ui: Implement thumbnails when receiving an image
This requires
- The sender uses Stateless File Sharing
- A thumbnail according to File Thumbnails (Custom XEP) is specified
- The file is an image (duh)
2022-02-27 19:12:38 +01:00
b96eeaf606 ui: Factor out the bottom of message bubbles 2022-02-27 13:43:22 +01:00
ae2a0bc9f9 ui: Implement an inline widget fallback for media files 2022-02-27 13:33:18 +01:00
5e38d5793f docs: Fix README 2022-02-27 12:06:24 +01:00
1de953667e ui: Fix wrong feature being not available 2022-02-27 12:05:56 +01:00
c15b33b2ed service: Fix messages disappearing when switching the chat 2022-02-27 11:57:53 +01:00
40bd5b0dd1 service: Implement file download progress 2022-02-27 11:55:00 +01:00
b41a54717f style: Use const constructors 2022-02-26 20:50:04 +01:00
0a61abdc22 service: Fix notifications appearing if the chat is open 2022-02-26 20:49:50 +01:00
9ae41293fe service: Fix syntax error 2022-02-26 20:35:28 +01:00
81f9f99355 ui: Fix image padding issues 2022-02-26 20:35:14 +01:00
bfb2bc8148 service: Save downloaded images to the gallery 2022-02-26 20:32:27 +01:00
150df70b11 xmpp: Implement the basis for XEP-0446 and XEP-0447 2022-02-26 18:41:34 +01:00
b5e1da839a service: Migrate all F2S commands to classes 2022-02-26 18:16:56 +01:00
2836f3d432 ui: Fix rounding of the image overlay 2022-02-26 13:36:35 +01:00
5f0075d04d service: Port over all Service-to-Foreground events to classes 2022-02-26 13:27:54 +01:00
8394728f3b service: Port over the first events to classes 2022-02-26 12:19:19 +01:00
6816f0446b service: Fix the roster duplicating 2022-02-25 21:55:52 +01:00
cdaf57c761 service: Replace awesome_notifications
Replace awesome_notifications with flutter_local_notifications,
which allows big picture notifications to be used.
2022-02-25 13:18:31 +01:00
ca0f6d20b1 service: Do not show the full URL in the notification or conversation 2022-02-25 11:45:56 +01:00
ef4826c619 meta: Receive images using OOB data 2022-02-24 21:47:30 +01:00
f8fc2d2719 xmpp: Prepare for Message Carbons 2022-02-24 12:58:37 +01:00
93cef687d4 xmpp: Implement XEP-0066 2022-02-24 12:42:37 +01:00