Commit Graph

1818 Commits

Author SHA1 Message Date
Christian Pauly
e6358996e6 fix: Dont add/remove DMs to space 2021-08-12 21:11:57 +02:00
Christian Pauly
22ae2608e0 change: Nicer design for selecting items 2021-08-12 21:10:26 +02:00
Christian Pauly
689e298865 feat: Add remove rooms to and from spaces 2021-08-12 20:46:27 +02:00
Christian Pauly
3ebf3ed26c fix: Load space members to display DM rooms 2021-08-12 20:34:14 +02:00
Christian Pauly
a745d3ce68 fix: Wait for sync before enter a room a user has got invited 2021-08-12 12:33:41 +02:00
Christian Pauly
51d9a56058 fix: Display loading dialog on start DM 2021-08-12 12:15:43 +02:00
Christian Pauly
386144f0bc fix: Reply with voice messages 2021-08-12 09:59:42 +02:00
Christian Pauly
493987fe74 feat: Cupertino style record dialog 2021-08-12 09:48:10 +02:00
Christian Pauly
ca3d409714 fix: Display amplitude 2021-08-12 09:44:19 +02:00
Christian Pauly
8ca1151f3e fix: Missing null check 2021-08-11 22:04:55 +02:00
Christian Pauly
47bce19d4a feat: Display amplitude 2021-08-11 21:21:08 +02:00
Christian Pauly
ddba6c2ad6 fix: Keep display alive while recording 2021-08-11 21:17:11 +02:00
Marcus Hoffmann
5707120fc1 chore: switch image_picker back to upstream
https://github.com/flutter/plugins/pull/3194 has finally been merged.

Also update to non-deprecated pick* methods.
2021-08-10 14:01:15 +02:00
Krille Fear
5bb070b318 Merge branch 'soru/autofill-hints' into 'main'
fix: Wrap login form into `AutofillGroup`

Closes #503

See merge request famedly/fluffychat!481
2021-08-09 08:46:50 +00:00
Sorunome
e2a194484f
fix: Wrap login form into AutofillGroup 2021-08-08 19:30:51 +02:00
Sorunome
7443309b15
feat: Add option to not autoplay stickers and emotes 2021-08-08 19:21:34 +02:00
Sorunome
e8376b56f1 Merge branch 'soru/video-player' into 'main'
feat: Add video player

Closes #192

See merge request famedly/fluffychat!479
2021-08-08 16:47:23 +00:00
Krille Fear
3905baa964 Merge branch 'soru/login-no-server' into 'main'
fix: Allow fallback to previous url if there is no homeserver on the mxid domain

See merge request famedly/fluffychat!477
2021-08-08 16:38:04 +00:00
Sorunome
0e29f0057b
feat: Add video player 2021-08-08 18:31:16 +02:00
Sorunome
b7ddf795e8
fix: Try different directories on all kind of errors thrown for hive store 2021-08-08 09:56:11 +02:00
Sorunome
eabb548215
fix: Allow fallback to previous url if there is no homeserver on the mxid domain 2021-08-08 08:46:19 +02:00
Krille Fear
7f66fc733f Merge branch 'soru/verification-widget' into 'main'
feat: Nicer displaying of verification requests in the timeline

See merge request famedly/fluffychat!474
2021-08-07 18:05:29 +00:00
Sorunome
fbc5315705
feat: Nicer displaying of verification requests in the timeline 2021-08-07 19:47:51 +02:00
Krille Fear
e001e0de26 Merge branch 'soru/unread-messages-badge' into 'main'
fix: Correctly size the unread bubble in the room list

Closes #494

See merge request famedly/fluffychat!475
2021-08-07 17:29:31 +00:00
Sorunome
d51ce6be8a
fix: Correctly size the unread bubble in the room list 2021-08-07 17:16:03 +02:00
Christian Pauly
c66009543c change: Placeholder at username login field should be just username 2021-08-07 14:47:55 +02:00
Sorunome
d22b1689c4 feat: Add location sharing 2021-08-06 12:59:19 +02:00
Sorunome
92674b4424
fix: missing null check 2021-08-05 18:16:52 +02:00
Christian Pauly
c77ea2e325 fix: Space settings routing problems 2021-08-04 10:15:42 +02:00
Christian Pauly
1d92af38cb refactor: Chat list view 2021-08-04 10:09:55 +02:00
Christian Pauly
36fac99de6 fix: Do not copy room list 2021-08-04 10:08:48 +02:00
Christian Pauly
fcc66d2820 fix: Remove old workaround 2021-08-04 10:08:21 +02:00
Christian Pauly
2297195ba7 feat: Nicer spaces list 2021-08-04 10:05:58 +02:00
Christian Pauly
d487ddc05b feat: Space settings route 2021-08-04 09:56:05 +02:00
Christian Pauly
e7044e0e67 fix: display space invites in chat list 2021-08-04 09:49:34 +02:00
Christian Pauly
9a78b8ad85 fix: Selected chat list item color 2021-08-04 09:46:23 +02:00
Christian Pauly
afbd3c41a5 fix: Wrong uri subscription 2021-08-02 18:41:09 +02:00
Christian Pauly
caae0ccd01 change: Delete hive database if corrupted 2021-08-02 18:38:53 +02:00
Christian Pauly
ac7ee03bd9 fix: Add missing null check 2021-08-01 16:06:34 +02:00
Christian Pauly
d6728783a2 fix: Wait for first sync on bootstrap 2021-08-01 16:05:32 +02:00
Christian Pauly
a6ab9a2ab0 fix: Wait for first sync on bootstrap 2021-08-01 15:48:27 +02:00
Christian Pauly
0135780f65 fix: Missing null check and bootstrap ask 2021-08-01 15:45:41 +02:00
Christian Pauly
bb7c095ae3 fix: Logic which rooms belong to a space 2021-08-01 15:33:26 +02:00
Christian Pauly
648e690a0d refactor: ChatListView and enforce bootstrap 2021-08-01 15:21:02 +02:00
Krille Fear
672d359c8b Merge branch 'soru/fix-links' into 'main'
fix: Punycode-encode unicode domains for platforms which can't handle them

Closes #343

See merge request famedly/fluffychat!467
2021-08-01 13:06:59 +00:00
Krille Fear
79673ed757 Merge branch 'soru/up-update' into 'main'
chore: Support new unifiedpush gateway discovery

Closes #474

See merge request famedly/fluffychat!468
2021-08-01 13:06:18 +00:00
Sorunome
b00e136a08
fix: Font size settings did not affect replies 2021-08-01 10:10:22 +02:00
Sorunome
9e96135ad6
chore: Support new unifiedpush gateway discovery 2021-08-01 09:55:57 +02:00
Sorunome
4994b77d4e
fix: Punycode-encode unicode domains for platforms which can't handle them 2021-08-01 08:56:47 +02:00
Christian Pauly
3226dc5a11 feat: Implement new space view 2021-08-01 08:05:40 +02:00