343f0e7dae
fix(service): Add missing OOB fallback
2023-06-09 00:11:27 +02:00
f0f13097c0
feat(all): Use CachedXMPPAvatar also for our own avatar
2023-06-08 23:53:37 +02:00
0025e83be5
fix(docs): Remove XEP-0054 from DOAP
2023-06-08 21:26:57 +02:00
ffb8e9f3fc
feat(service): Hopefully improve roster handling
2023-06-08 21:21:24 +02:00
8081931c55
feat(service): Remove VCardManager
2023-06-08 18:06:06 +02:00
792276d06a
fix(service): Get missing metadata
2023-06-07 23:47:21 +02:00
58edc256fd
chore(all): Update moxxmpp to 0.4.0
2023-06-07 20:59:25 +02:00
f30d04a593
feat(service): Current state
2023-06-07 19:02:13 +02:00
cc42f32b21
feat(all): Move avatars to CachingXMPPAvatar
2023-05-29 18:49:15 +02:00
353623c5ae
chore(all): Add a script to check formatting
2023-05-29 15:48:53 +02:00
a09c30a076
release: Hotfix 0.4.3
2023-05-29 15:41:59 +02:00
3bfd72fde1
fix(ui): Fix crash with plaintext messages
...
Fixes #284 .
2023-05-29 15:23:27 +02:00
39e6b4a48b
feat(all): Remove Flutter fork
2023-05-29 15:21:13 +02:00
32b2e35d42
feat(docs): Add fastlane changelog for 0.4.2
2023-05-26 21:34:48 +02:00
8e1bcbfd1d
fix(all): Actually, build with debug info
2023-05-26 21:31:09 +02:00
336a6d56cd
release: Release 0.4.2
2023-05-26 21:29:05 +02:00
a283454cae
feat(ui): Move interactions with the FilePicker to a safe wrapper
...
Handle getting the storage permission ourselves. That way we can show
a toast, if we did not get the permission. Also fixes an observed
situation where FilePicker would crash in its native code due to not
having the storage permission.
Fixes #283 .
2023-05-26 21:15:35 +02:00
8b16a8a37b
chore(ui): Fix formatting error
2023-05-26 20:47:22 +02:00
727a1a3423
fix(ui,service): Fix self-chat files showing a spinner
...
Fixes #282 .
Fixes #281 .
2023-05-26 20:47:11 +02:00
0c42c117a0
chore(all): Bump flutter_secure_storage
2023-05-25 22:41:15 +02:00
d795cb717e
feat(i18n): Translate missing profile strings
2023-05-25 21:41:34 +02:00
1d5d1fdf86
fix(ui): Fix keyboard dodging too much in certain situations
2023-05-25 21:34:07 +02:00
d795c34dab
feat(service): Do not request storage permission
2023-05-25 14:43:37 +02:00
b38f5c139f
chore(all): Bump moxxmpp
2023-05-25 12:47:34 +02:00
b623f32fbf
feat(all): Bump moxxmpp
...
- Bump moxxmpp to allow queueing stanzas that are sent offline
- Should fix #75 .
2023-05-24 22:53:24 +02:00
19fd079436
chore(all): Bump moxxmpp
2023-05-23 16:01:40 +02:00
7d70a96533
fix(ui): Add bottom padding to a sticker pack's name
...
Also replace the weird list with a GroupedListView.
2023-05-22 14:19:05 +02:00
dce6e34289
fix(ui): Fix padding in the new conversations page
...
Fixes #276 .
2023-05-22 13:51:20 +02:00
881f080916
Merge pull request 'Rework the conversation page' ( #275 ) from chore/conversation-rewrite into master
...
Reviewed-on: https://codeberg.org/moxxy/moxxy/pulls/275
2023-05-21 21:56:41 +00:00
051687535b
fix(ui): Fix weird padding in the conversation topbar
2023-05-21 23:56:30 +02:00
0b420933e0
fix(ui): Improve contrast in dark mode
2023-05-21 23:48:42 +02:00
0b3876c3f0
feat(ui): Use the same selection effect for the share selection
2023-05-21 23:40:19 +02:00
9711d45a7a
chore(ui): Rename overview_menu.dart -> context_menu.dart
2023-05-21 23:36:31 +02:00
8dcba94de7
feat(ui): Improve the selection of conversation items
2023-05-21 23:34:09 +02:00
226dca8c1a
feat(ui): Implement the new typing animation
2023-05-21 13:01:18 +02:00
ad01a7e3e3
feat(ui): Re-add audio messages
2023-05-20 15:56:24 +02:00
adde5a4134
feat(ui): Re-implement the sticker picker
2023-05-19 19:52:22 +02:00
9ae1807225
chore(ui): Clean-up the selection effect
2023-05-19 13:56:44 +02:00
e7f8446c02
feat(ui): Implement a prettier overview animation
2023-05-17 21:27:58 +02:00
7b05bf200c
feat(ui): Implement tailor-made keyboard dodging
2023-05-16 23:42:19 +02:00
e992cb309f
chore(all): Bump moxxmpp
2023-05-16 13:46:52 +02:00
0f138678ec
fix(ui): Fix a sticker as the first message not appearing
...
Fixes #274 .
2023-05-16 12:35:35 +02:00
35658e611a
fix(ui): Do not clear the conversation on exit
...
Fixes #262 .
Since we no longer query the BLoC whether we should send a chat state
notification, but instead ask the controller, we can safely remove
the clearing of the `conversation` field.
2023-05-16 12:18:46 +02:00
2a25cd44cf
fix(service): Fix invalid hashes being sent with stickers
...
Fixes #273 .
Also fixes:
- Weird (wrong) serialization of the hash maps
- An issue with migrations when passing a const list
NOTE: If you ran Moxxy between the merge of #267 and this commit, you
have to remove Moxxy's data and start anew.
2023-05-16 01:07:40 +02:00
29053df245
chore(ui): Completely rework the BorderlessTopbar
...
Fixes #249 .
2023-05-15 14:39:28 +02:00
78ad02ec80
feat(ui,service): Allow replying with a sticker
...
Fixes #270 .
2023-05-15 12:57:58 +02:00
e3f2ef22a6
fix(ui): Update the conversation list when an upload failed
...
Fixes #271 .
2023-05-15 11:09:03 +02:00
f884e181e3
fix(ui): Sticker quotes now say "Sticker"
...
Fixes #268 .
2023-05-15 00:07:51 +02:00
e69d7ed0a2
feat(ui): Make quote roundings better
...
Fixes #269 .
2023-05-14 23:54:46 +02:00
d65e11a3ea
feat(ui): Prepend a "You:" when the last message was sent by us
...
Fixes #242 . Reference #258 . Thanks!
2023-05-14 23:06:17 +02:00