Commit Graph

1572 Commits

Author SHA1 Message Date
28591a6787 feat(ui): Render date bubbles in a less stupid way 2023-02-18 16:43:24 +01:00
e78dae0950 fix(service): Fix crash on startup 2023-02-10 19:52:34 +01:00
5b86f69444 fix(ui): Clamp text quotes to 2 lines maximum
Fixes #237.
2023-02-10 19:37:00 +01:00
92a7d30e43 feat(service): Improve and fix the API for ConversationService 2023-02-03 20:33:04 +01:00
fa311bfb95 feat(service): Remove autoAcceptSubscriptionRequests 2023-02-03 17:07:03 +01:00
c1988a9bcd chore(meta): Rework the conversation service
- Conversations are now uniquely identified by their JID instead of some
  ID
- The ConversationService's cache is now guarded by a lock
2023-02-03 12:15:49 +01:00
27185b21b5 feat(i18n): Devices -> Security 2023-02-01 13:57:14 +01:00
bad4295aec feat(ui): Show something when we have no sessions with a JID 2023-02-01 13:55:02 +01:00
b891f29e11 feat(meta): Remove explicit subscription management 2023-01-31 16:56:14 +01:00
35a752e565 feat(ui): Auto-accept subscription requests if the JID is in the roster 2023-01-31 12:33:39 +01:00
6c5189744a fix(ui): Fix off-by-one error 2023-01-31 12:20:56 +01:00
81e9a7d420 feat(meta): Integrate subscription requests 2023-01-30 21:27:05 +01:00
3a01025471 feat(service): Log why OMEMO publishing fails 2023-01-30 17:31:13 +01:00
e652ecca44 fix(ui): Make the first message appear at the top of the screen 2023-01-30 17:30:55 +01:00
c244d54d22 fix(ui): Keep the intro page behind the login page 2023-01-30 17:03:36 +01:00
cff9000d6b fix(ui): Back button's splash is behind the bar 2023-01-30 17:03:14 +01:00
dc8804de3a fix(ui): Fix logging out not navigating correctly 2023-01-30 16:59:04 +01:00
92467630cd feat(ui): Use flutter_list_view for the message list
This allows us to eventually jump to list indices.
Closes #232.
Also adds a missing date bubble at the top.
2023-01-29 16:23:46 +01:00
452734a433 chore(service): Rename init to initialize 2023-01-29 15:38:54 +01:00
49c7b18d57 fix(service): Stop no connection timer when we lost network connectivity 2023-01-29 15:36:20 +01:00
f7665403b9 chore(service): Move XmppState into its own service 2023-01-28 20:45:51 +01:00
9ae047b2d0 chore(service): Use direct initialization 2023-01-28 20:19:30 +01:00
4523d87028 chore(service): Move createFallbackBodyForQuotedMessage into helpers 2023-01-28 20:14:47 +01:00
c34c0ffd0f feat(service): Show notification on unrecoverable error 2023-01-28 20:12:27 +01:00
a179d0f6cc chore(meta): Use moxxmpp 0.2.0 2023-01-27 22:04:47 +01:00
6c1b7c54d0 feat(meta): Bump moxxmpp 2023-01-27 19:23:08 +01:00
bbb59ac2cc fix(service): Remove workaround 2023-01-27 19:22:27 +01:00
f16d33decd feat(service): Adapt to moxxmpp changes 2023-01-27 00:15:12 +01:00
c4e5504c1d feat(service): Exclude roster and Carbons from OMEMO 2023-01-23 13:03:31 +01:00
0fb8230e50 feat(service): Ignore key exchange errors
Fixes #228.
2023-01-23 11:54:21 +01:00
86be724246 feat(meta): Bump moxxmpp and omemo_dart
Should fix some OMEMO issues that have crept up.
2023-01-22 19:27:41 +01:00
27b3ad0da5 fix(meta): Mark XEP-0384 as complete 2023-01-21 21:17:02 +01:00
25167ed078 fix(meta): Fix every message being an error 2023-01-21 20:48:58 +01:00
7fb0cf139b fix(ui): Fix crash when tapping notification while app is dead
Fixes #217.
2023-01-21 20:41:51 +01:00
6e8d54c91b Merge branch 'Poussinou-master' 2023-01-21 19:46:33 +01:00
a6191fd8af fix(docs): Revert badge formatting 2023-01-21 19:46:09 +01:00
bfeea6ffa5 fix(ui): Stop sending chat states for not focused chats
Fixes #221.
2023-01-21 19:45:27 +01:00
48451385e9 feat(service): Treat acknowledged as displayed and received 2023-01-21 19:45:27 +01:00
0e894f84cc fix(i18n): Translate forgotten string 2023-01-21 19:45:27 +01:00
0ca12232a8 fix(meta): Show an error (again) if contact does not support OMEMO:2
Fixes #195.
2023-01-21 19:45:27 +01:00
c2d28efe62 fix(ui): Stop sending chat states for not focused chats
Fixes #221.
2023-01-21 16:07:32 +01:00
0496c38496 feat(service): Treat acknowledged as displayed and received 2023-01-21 15:48:39 +01:00
dd4c481c4f fix(i18n): Translate forgotten string 2023-01-21 15:48:21 +01:00
7f1b5233e8 fix(meta): Show an error (again) if contact does not support OMEMO:2
Fixes #195.
2023-01-21 15:43:36 +01:00
Poussinou
41aae3cab9 Mise à jour de 'README.md' 2023-01-21 10:50:43 +00:00
9838fbc95f fix(ui): Bind the displayed version to the pubspec
Adds a new builder to moxxyv2_builders that just extracts
the version string from the pubspec.yaml.
2023-01-20 14:29:10 +01:00
f5c59823bf fix(ui): Closing chat does not navigate back 2023-01-18 22:17:03 +01:00
241a8b4d53 release(meta): Release 0.4.1 2023-01-18 21:39:35 +01:00
25d193e930 feat(meta): Add a build script 2023-01-18 21:19:20 +01:00
e6924cc02d fix(ui): Rearange the settings page a bit 2023-01-18 20:19:34 +01:00