Commit Graph

986 Commits

Author SHA1 Message Date
f0bd41bc2a ui: Re-implement CSI support 2022-03-25 18:48:34 +01:00
d1e15499e7 ui: Add back some settings pages 2022-03-25 18:31:47 +01:00
62a02d73bf ui: Fix conversation ordering 2022-03-25 18:25:39 +01:00
89f37e6204 ui: Fix UI sometimes waiting for the next UI update 2022-03-25 18:15:57 +01:00
75fa6b20ee ui: Re-implement the blocklist page 2022-03-25 15:00:35 +01:00
f6bc539037 ui: Re-connect the blocking support to the conversation page 2022-03-25 14:27:42 +01:00
f6e60bfa4e ui: Allow sending messages 2022-03-25 12:25:32 +01:00
f584d3107c service: Maybe fix quotes being lost after an update 2022-03-25 10:54:45 +01:00
321e663df4 service: Re-implement currently opened chat 2022-03-24 21:17:19 +01:00
fc566436dc ui: Implement quoting 2022-03-24 21:00:33 +01:00
dc3e77b3dd ui: Almost re-implement [ConversationPage] 2022-03-24 15:26:48 +01:00
3198cb7466 style: Fix linter warnings 2022-03-23 21:09:52 +01:00
25d368fe51 ui: Implement the navigation for [NewConversationPage 2022-03-23 21:00:07 +01:00
de0a8a27b1 ui: Implement more of [NewConversationPage] 2022-03-23 20:42:13 +01:00
79e864c9a9 ui: Bring the [NewConversationPage] back to 'live' 2022-03-23 16:26:18 +01:00
1615ab347a meta: Load conversations after PreStart 2022-03-23 15:50:54 +01:00
6d47472ffb build: Make the data class generator more robust 2022-03-23 12:45:54 +01:00
fe09961d85 service: Re-enable the XMPP connection 2022-03-23 12:29:36 +01:00
4f769c6cc8 xmpp: Add an awaitable connect method 2022-03-23 12:22:19 +01:00
7fcaca6491 service: Implement the [EventHandler] 2022-03-22 13:27:47 +01:00
2157eab77a ui: Stub the [ConversationsPage] 2022-03-21 20:15:40 +01:00
7c6d2cb64b ui: Kind of implement the login 2022-03-21 19:40:28 +01:00
01399bb6ae meta: Implement the [AwaitableDataSender] in a test phase 2022-03-21 19:03:31 +01:00
66d04f9346 shared: Add an event handler 2022-03-21 13:07:51 +01:00
aeb17c824d refactor: eventhandler -> awaitabledatasender 2022-03-21 12:42:24 +01:00
3aabce2b8d ui: Fix issue with AwaitableDataSender 2022-03-21 12:40:55 +01:00
8993fa96fc ui: Add the AwaitableDataSender 2022-03-21 12:37:10 +01:00
a40592e3e8 ui: Remove flow_builder 2022-03-20 12:55:25 +01:00
815936bf1e ui: First steps towards Bloc 2022-03-19 22:34:36 +01:00
966c52df65 meta: Pin json_* 2022-03-17 11:42:35 +01:00
e39463dc0a ui: Kind of implement setting an avatar 2022-03-17 11:40:57 +01:00
5d21177841 meta: Implement user blocking 2022-03-14 20:58:32 +01:00
8f6af3c483 xmpp: Fix bug in the blocking implementation 2022-03-13 18:26:39 +01:00
8a5b0ebdc3 xmpp: Implement Blocking Command 2022-03-13 16:43:27 +01:00
a95c27cb0f ui: Use the rounded button on the login page 2022-03-13 16:12:58 +01:00
537f901e4c ui: Add a rounded button 2022-03-13 16:08:15 +01:00
ebfa1cc98f ui: Stub-out a typing indicator 2022-03-13 14:01:22 +01:00
d241ca0864 ui: Improve the contrast a bit 2022-03-13 13:39:28 +01:00
5aabed45fd ui: Implement the sent marker 2022-03-13 13:06:52 +01:00
07c573aec3 xmpp: Allow other stanza handlers to add custom data 2022-03-13 12:40:06 +01:00
e1b0c562a6 service: Process message replies 2022-03-13 12:36:42 +01:00
52898f7299 service: Fix not being able to process chat markers 2022-03-13 12:17:51 +01:00
1e397c60f9 xmpp: Fix issue with the XEP-0184 implementation 2022-03-11 23:06:31 +01:00
1a55412eab xmpp: Parse message replies 2022-03-11 22:30:51 +01:00
b786a2d239 xmpp: Document a type issue 2022-03-11 21:42:38 +01:00
ae643e7009 xmpp: Rework the stanza handler 2022-03-11 21:39:42 +01:00
648b83fc08 xmpp: Make most late variables... not late 2022-03-11 10:20:59 +01:00
9eeaddfd60 meta: I forgot to bump the version 2022-03-10 18:15:39 +01:00
7c6e3914ac service: Hopefully guard against duplicate roster items in the database 2022-03-10 17:59:48 +01:00
255d0ef8ea ui: Re-implement the new conversation page 2022-03-10 17:38:53 +01:00