Commit graph

201 commits

Author SHA1 Message Date
Krille Fear
411599b6d2 fix: QR Code scanning 2021-10-10 11:42:18 +02:00
Krille Fear
9f1e22da9d feat: Nicer chat backup design 2021-10-10 11:40:08 +02:00
Krille Fear
fca234e20a design: Change design of verification page 2021-10-10 10:58:03 +02:00
Krille Fear
92523cb7b0 feat: Enable E2EE by default for new rooms 2021-10-10 10:43:50 +02:00
Krille Fear
efa001e350 feat: Make QR Code clickable 2021-10-08 07:30:41 +02:00
Krille Fear
6d304d3fc3 fix: One space always missing 2021-09-27 08:13:50 +02:00
Krille Fear
446bedbac2 feat: Implement nice profile bottom sheet 2021-09-24 15:51:33 +02:00
Sorunome
727d8ab2e6 feat: Open user bottom sheet on tapping user pills 2021-09-22 15:13:17 +02:00
Krille Fear
39b4e9ab3e Merge branch 'soru/multiaccount-typing' into 'main'
fix: Stop typing when switching sending client

Closes #565

See merge request famedly/fluffychat!526
2021-09-21 09:16:19 +00:00
Krille Fear
6940a69959 Merge branch 'soru/navigate-to-room' into 'main'
fix: navigate to /rooms when switching bundle

Closes #566

See merge request famedly/fluffychat!527
2021-09-21 07:20:56 +00:00
Sorunome
88ffbb6972 fix: navigate to /rooms when switching bundle 2021-09-21 09:16:57 +02:00
Sorunome
3f00a43399 fix: Stop typing when switching sending client 2021-09-21 09:15:25 +02:00
Sorunome
c6cd9a9ed6 fix: Only use prefix switching if we have complex bundles 2021-09-21 09:08:18 +02:00
Christian Pauly
6077c0ab8e fix: Display account picker only if complex bundles is true 2021-09-20 17:43:37 +02:00
Krille Fear
34eb3c0eb2 fix: Multi-Account setup with well-known 2021-09-20 09:02:04 +02:00
Christian Pauly
37d127d8bc chore: Adjust colors 2021-09-19 22:03:57 +02:00
Christian Pauly
f2dfef33b9 fix: EmptyPage appbar on dark mode 2021-09-19 22:00:54 +02:00
Krille Fear
ec68d15586 feat: Allow loading of multiple clients in main.dart 2021-09-19 11:48:23 +00:00
Christian Pauly
fe4dd064d1 fix: Password reset 2021-09-19 13:08:33 +02:00
Christian Pauly
eeca097d1f fix: Possibly fix voice messages on iOS 2021-09-18 10:20:57 +02:00
Sorunome
5d6a377820 fix: emote settings 2021-09-16 14:36:28 +02:00
Krille Fear
eba304556c refactor: Upgrade to Flutter 2.5 2021-09-13 17:41:53 +02:00
Krille Fear
21d7f862dd chore: Update SDK 2021-09-13 15:28:35 +02:00
Christian Pauly
8972204e4b fix: Import sdk 2021-09-10 11:23:40 +02:00
Christian Pauly
65747aecbf chore: Update SDK 2021-09-10 10:44:24 +02:00
Christian Pauly
4f148ca7f7 feat: Implement in-app signup 2021-09-10 10:31:18 +02:00
Christian Pauly
1f7ebeabc1 design: Make divider more thin 2021-09-07 14:25:26 +02:00
Christian Pauly
690ad5c3a5 fix: Status bar on Android tablets invisible 2021-09-07 14:22:47 +02:00
Krille Fear
709495f0aa Merge branch 'soru/fix-empty-timeline' into 'main'
fix: Empty timeline crashing

See merge request famedly/fluffychat!511
2021-09-07 12:21:12 +00:00
Raatty
9ab3a310d7 removeExile was a source of confusion 2021-09-07 17:18:22 +12:00
Krille Fear
ac8b058371 Merge branch 'soru/fix-load-member-in-timeline' into 'main'
fix: Properly re-render the timeline etc. when the full userinformation was fetched

See merge request famedly/fluffychat!500
2021-09-06 18:25:53 +00:00
Sorunome
6fa50beeab fix: Empty timeline crashing 2021-09-06 20:16:01 +02:00
Christian Pauly
b824ef34e4 chore: Add label to homeserver textfield 2021-09-02 10:01:29 +02:00
Christian Pauly
37ee86094d design: CircularProgressIndicator looks better here 2021-09-01 10:31:31 +02:00
Christian Pauly
4d462d9c8b refactor: Rethrow history request fails 2021-09-01 10:31:19 +02:00
Christian Pauly
462e5381e9 chore: Remove gradient and add login wallpaper 2021-08-31 11:51:39 +02:00
Bram van den Heuvel
5df5a5e720 Explicitly add Content-Type header on emote upload 2021-08-29 17:44:56 +00:00
Krille Fear
adec1503f8 Merge branch 'soru/missing-null-check' into 'main'
fix: Make sure that you deselect rooms on leaving, even if that fails

See merge request famedly/fluffychat!504
2021-08-29 15:17:08 +00:00
Christian Pauly
512717da36 chore: Slightly enhance tombstone design 2021-08-29 16:57:50 +02:00
Sorunome
147726dbe3 fix: Make sure that you deselect rooms on leaving, even if that fails 2021-08-29 13:21:18 +02:00
Christian Pauly
41f2d23951 chore: Adjust some colors 2021-08-29 12:15:51 +02:00
Christian Pauly
caaa7bd2dc feat: New chat background colors and chatlist design 2021-08-29 11:29:14 +02:00
Sorunome
18a50f202c fix: Properly re-render the timeline etc. when the full userinformation was fetched 2021-08-28 18:31:37 +02:00
Christian Pauly
eb9fa05979 fix: Display space as room if it contains unread events in timeline 2021-08-28 18:02:01 +02:00
Sorunome
15aa228581 feat: Dismiss keyboard on scroll in iOS 2021-08-28 17:36:23 +02:00
Krille Fear
fd4213746d Merge branch 'soru/fix-devices-page' into 'main'
fix: missing null check

Closes #527

See merge request famedly/fluffychat!496
2021-08-28 09:10:05 +00:00
Christian Pauly
d87c367ca8 fix: Open matrixTo links 2021-08-28 10:50:12 +02:00
Christian Pauly
e8ffa34523 fix: send on enter 2021-08-28 10:35:11 +02:00
Sorunome
e309fe3bd7 fix: missing null check 2021-08-27 16:56:12 +02:00
Christian Pauly
f91919a7c6 fix: Analyzer bugs 2021-08-26 19:03:08 +02:00