Commit graph

1812 commits

Author SHA1 Message Date
Christian Pauly
768fa06dbb fix: Reply with voice messages 2021-08-12 09:59:42 +02:00
Christian Pauly
cdfb97ab58 feat: Cupertino style record dialog 2021-08-12 09:48:10 +02:00
Christian Pauly
f26503aa48 fix: Display amplitude 2021-08-12 09:44:19 +02:00
Christian Pauly
d1299da1f3 fix: Missing null check 2021-08-11 22:04:55 +02:00
Christian Pauly
695af03b4a feat: Display amplitude 2021-08-11 21:21:08 +02:00
Christian Pauly
94504dbf29 fix: Keep display alive while recording 2021-08-11 21:17:11 +02:00
Marcus Hoffmann
875630278c 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
fcc67b0234 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
72f00f33bc fix: Wrap login form into AutofillGroup 2021-08-08 19:30:51 +02:00
Sorunome
41a9d0a2b0 feat: Add option to not autoplay stickers and emotes 2021-08-08 19:21:34 +02:00
Sorunome
abab724af9 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
543d946b2d 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
fcee30ebb3 feat: Add video player 2021-08-08 18:31:16 +02:00
Sorunome
7ffe9f8631 fix: Try different directories on all kind of errors thrown for hive store 2021-08-08 09:56:11 +02:00
Sorunome
737f78dd11 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
7ac90bb3f0 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
87a3c7e8e5 feat: Nicer displaying of verification requests in the timeline 2021-08-07 19:47:51 +02:00
Krille Fear
2aa2912647 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
cd32b61995 fix: Correctly size the unread bubble in the room list 2021-08-07 17:16:03 +02:00
Christian Pauly
415d5db438 change: Placeholder at username login field should be just username 2021-08-07 14:47:55 +02:00
Sorunome
5d0967ecda feat: Add location sharing 2021-08-06 12:59:19 +02:00
Sorunome
f73aeca78c fix: missing null check 2021-08-05 18:16:52 +02:00
Christian Pauly
70241f570a fix: Space settings routing problems 2021-08-04 10:15:42 +02:00
Christian Pauly
3340f93025 refactor: Chat list view 2021-08-04 10:09:55 +02:00
Christian Pauly
fbf1cf10e2 fix: Do not copy room list 2021-08-04 10:08:48 +02:00
Christian Pauly
55c0fa889f fix: Remove old workaround 2021-08-04 10:08:21 +02:00
Christian Pauly
23cceff9b6 feat: Nicer spaces list 2021-08-04 10:05:58 +02:00
Christian Pauly
eb8716a144 feat: Space settings route 2021-08-04 09:56:05 +02:00
Christian Pauly
04ce6768ce fix: display space invites in chat list 2021-08-04 09:49:34 +02:00
Christian Pauly
42a7175e3a fix: Selected chat list item color 2021-08-04 09:46:23 +02:00
Christian Pauly
bab39fbcd3 fix: Wrong uri subscription 2021-08-02 18:41:09 +02:00
Christian Pauly
8cda67b9dd change: Delete hive database if corrupted 2021-08-02 18:38:53 +02:00
Christian Pauly
e671fdf6a4 fix: Add missing null check 2021-08-01 16:06:34 +02:00
Christian Pauly
ae5009e16f fix: Wait for first sync on bootstrap 2021-08-01 16:05:32 +02:00
Christian Pauly
1f8cf9d8dc fix: Wait for first sync on bootstrap 2021-08-01 15:48:27 +02:00
Christian Pauly
21801318eb fix: Missing null check and bootstrap ask 2021-08-01 15:45:41 +02:00
Christian Pauly
597e723515 fix: Logic which rooms belong to a space 2021-08-01 15:33:26 +02:00
Christian Pauly
75e11b0c54 refactor: ChatListView and enforce bootstrap 2021-08-01 15:21:02 +02:00
Krille Fear
b0cbdc7cc5 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
87e271bfd0 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
2175a47e2c fix: Font size settings did not affect replies 2021-08-01 10:10:22 +02:00
Sorunome
b649d975ab chore: Support new unifiedpush gateway discovery 2021-08-01 09:55:57 +02:00
Sorunome
ec18cbbb87 fix: Punycode-encode unicode domains for platforms which can't handle them 2021-08-01 08:56:47 +02:00
Christian Pauly
971d5b25fb feat: Implement new space view 2021-08-01 08:05:40 +02:00
Christian Pauly
a6a18d34f6 feat: Implement basic space editing 2021-08-01 07:54:44 +02:00
Christian Pauly
04d1e2afcb design: Make avatars lighter 2021-08-01 07:47:00 +02:00
Christian Pauly
78222ab55d feat: Light implementation of spaces drawer 2021-08-01 07:45:34 +02:00
Christian Pauly
c14cd8479a refactor: Select chat list item logic 2021-07-31 23:49:30 +02:00
Christian Pauly
29d9a30254 fix: Colored background for transparent avatars 2021-07-31 22:17:18 +02:00
Christian Pauly
7f30eea593 design: Nicer selected mark on chatlists 2021-07-31 20:28:21 +02:00