Commit Graph

419 Commits

Author SHA1 Message Date
92731677a3 meta: Implement swipe-to-quote 2022-03-08 14:13:58 +01:00
76118d0cc5 ui: Allow quoting messages 2022-03-07 20:32:29 +01:00
7f8cc962b9 ui: Make background images cover the container fully 2022-03-06 17:01:13 +01:00
6d9d6bb0a1 ui: Delete old background images on setting and removing 2022-03-06 17:00:58 +01:00
43041ba4ce ui: Implement chat backgrounds 2022-03-06 16:52:32 +01:00
59e4306eca xmpp: Raise the connection ping duration and make it configurable 2022-03-06 12:07:20 +01:00
3664cb68ec xmpp: Improve the Stream Management implementation
Give each stanza, by default, 10 seconds to be acked. This helps
in handling bursts during which we sent a lot of stanzas and the
acks start trickling in, which causes a lot of stanzas to be
uselessly retransmitted.
2022-03-06 12:02:18 +01:00
820a1a7de6 service: Implement download size restrictions 2022-03-05 20:35:52 +01:00
37f2c3f17f service: Make auto-downloads a bit more configurable 2022-03-05 19:11:28 +01:00
e8984a813d xmpp: Also discover all server items 2022-03-05 12:02:34 +01:00
cb2607f35e xmpp: Fix the disco handlers grabbing a stanza before the awaitable can 2022-03-05 12:01:23 +01:00
7ea4ad62e2 xmpp: Implement XEP-0004 2022-03-04 23:03:56 +01:00
bea3eb69a5 service: Improve Chat Marker/Delivery Receipt handling 2022-03-04 15:43:07 +01:00
213d777750 ui: Add privacy settings 2022-03-04 15:26:30 +01:00
347c45163b xmpp: Implement XEP-0060 and XEP-0084 2022-03-03 18:04:34 +01:00
3cdaccbdf7 service: Prevent the vCard request from blocking the addition process 2022-03-03 14:41:39 +01:00
d338248b9c ui: Fix the closing chat dialog 2022-03-03 14:41:12 +01:00
2804636fa2 service: Fix crash in the roster service 2022-03-03 14:23:29 +01:00
9144ab7493 service: Create the [AvatarService]
Also fetch an avatar when adding a roster entry.
2022-03-03 14:08:52 +01:00
d344e82792 xmpp: Implement read-only avatars using XEP-0053 and XEP-0153 2022-03-03 13:05:23 +01:00
6fee2176bd xmpp: Update the File Thumbnails implementation 2022-03-02 17:33:44 +01:00
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