Commit Graph

1756 Commits

Author SHA1 Message Date
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
60985c6b37 feat(ui): Hide testing commands outside of debug mode 2023-01-18 20:14:26 +01:00
a015399b57 fix(ui): Allow users to unlock the developer options
Fixes #211.
2023-01-18 20:10:01 +01:00
4b6c7998f3 fix(meta): Sharing now also works when the app is closed
Fixes #218.
2023-01-18 15:05:56 +01:00
26312e313f feat(meta): Bump moxxmpp 2023-01-15 00:55:47 +01:00
b63b5d7fd2 fix(service): Fix stanza correlation when from is missing
Fixed by bumping moxxmpp.
2023-01-14 16:30:22 +01:00
ca2943a94d feat(ui): Hide the speed dial when recording an audio message 2023-01-14 12:59:41 +01:00
32a4cd9361 feat(meta): Bump moxxmpp and moxxmpp_socket_tcp 2023-01-14 12:57:35 +01:00
2320e4ed17 fix(service): Remove weird newline 2023-01-14 12:44:46 +01:00
dee479a918 fix(ui): Move the DragTargets more to the left 2023-01-13 23:05:15 +01:00
6895ef1e32 feat(ui): Move the send button back to a speed dial
This makes the voice message UX more like what Signal and co. do.
Also makes the message TextField less crowded. Kind of fixes #207.
2023-01-13 23:03:02 +01:00
5c51eefa3e fix(i18n): Add missing string 2023-01-13 18:58:12 +01:00
0d7ae321a7 feat(ui): Improve the look of the message input field 2023-01-13 18:55:16 +01:00
b4063a64e0 fix(service): Await future 2023-01-13 18:20:04 +01:00
65154f2f5c feat(ui): Rework the file widget 2023-01-13 18:18:22 +01:00
19a22bd0d1 fix(ui): Fix text overflow for the file widget 2023-01-13 17:59:00 +01:00
a7da7baf5a feat(meta): Bump moxxmpp 2023-01-13 17:48:50 +01:00