Commit Graph

589 Commits

Author SHA1 Message Date
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
8ad6e745e8 xmpp: Implement Unique and Stable Stanza ID 2022-02-24 12:31:10 +01:00
bf85c12c43 meta: Tag version 0.0.2 2022-02-23 14:42:21 +01:00
7c55434c50 ui: Restore the 'Debug enabled' switch 2022-02-23 14:35:46 +01:00
e8919e4132 style: Remove accidental semicola 2022-02-23 13:21:13 +01:00
563252a5ef service: Fix sending a roster request after stream resumption 2022-02-23 13:18:59 +01:00
f0552888c9 service: Fix bug where roster items duplicate 2022-02-23 13:00:15 +01:00
6f022b873f xmpp: Implement a DiscoCacheManager 2022-02-23 12:44:47 +01:00
0b9431638c style: Refactor Repositories to Services 2022-02-22 22:10:52 +01:00
64e257b9f8 xmpp: Once again fix XEP-0198 2022-02-22 21:51:20 +01:00