ShootingStarDragons
cc99459701
feat: change to flutterwebauth2
2023-03-19 07:51:59 +01:00
Krille
d9aa2f8e44
refactor: Switch to file_picker package and get rid of some dependency overrides
2023-03-18 17:02:12 +01:00
Krille
5606cb8252
chore: Follow up redesign listtiles in user bottom sheet
2023-03-18 15:26:17 +01:00
Krille
fc675aebaa
style: Move chats to top
2023-03-15 21:07:36 +01:00
Krille
ae99606531
style: Minor adjustments for modal bottom sheets
2023-03-15 19:31:14 +01:00
Christian Kußowski
d235f3e511
chore: Follow up qr code width
2023-03-12 17:39:04 +01:00
Nicolas Werner
906f8c3161
fix: type error in emote pack list in rooms with only non-default packs
...
If a room has emote packs, but none of them have an empty state key, we
insert 'null' to also add a default pack people can easily edit.
However, in that case we initialized the Map<String, Event?> variable
with a Map<String, Event>. As such assigning null will throw. Converting
manually with Map.of fixes that.
fixes #1138
2023-03-11 15:05:08 +01:00
Christian Pauly
1aaf2f9a15
chore: Fix formatting
2023-03-02 11:54:20 +01:00
Malin Errenst
ec7acc5385
refactor: Added and applied require_trailing_commas linter rule
2023-03-02 11:21:40 +01:00
Krille
c1bc6d1090
style: Adjust new chat page
2023-02-26 21:13:56 +01:00
Christian Pauly
55b46f2b85
style: Adjust key verification dialog
2023-02-22 15:21:38 +01:00
Krille
1489b60687
chore: Follow up chat encryption desgin
2023-02-17 16:34:01 +01:00
Christian Pauly
4d8244d391
style: Encryption page adjustments
2023-02-17 13:01:44 +01:00
Christian Pauly
aefe047682
style: Bootstrap design adjustments
2023-02-17 09:34:23 +01:00
Christian Pauly
339276b94a
style: Use robotomono to display device keys
2023-02-17 08:45:49 +01:00
Christian Pauly
41f847ccbf
chore: Follow up fix audioplayer on android
2023-02-15 15:46:14 +01:00
Christian Pauly
02de389b5d
refactor: Remove syncstatus verbose logs
2023-02-15 15:27:23 +01:00
Krille
49bf5bdb0a
chore: Follow up audioplayer on linux
2023-02-14 17:21:06 +01:00
Christian Pauly
e2aa5584a2
style: Link underline color
2023-02-14 14:05:18 +01:00
Christian Pauly
ab23ba6c2c
refactor: Do only instantiate AudioPlayer() object when in use
2023-02-14 12:54:57 +01:00
Christian Pauly
c24295580b
feat: Enable audioplayer for web and linux
2023-02-14 09:15:47 +01:00
Christian Pauly
aff10ab0ed
fix: Display error when user tries to send too large file
2023-02-13 15:38:08 +01:00
Christian Pauly
96cacac084
chore: Follow up settings page design
2023-02-07 13:52:14 +01:00
Krille
f0e765c3ce
style: Make invite page more pretty
2023-02-05 13:08:58 +01:00
Krille
5bd0689172
style: Enhance user device settings design
2023-02-05 10:41:28 +01:00
Krille
c089262ea9
chore: Display warning when logout without backup
2023-02-05 10:34:50 +01:00
Krille
a0baa747ca
chore: Follow up style adjustments
2023-02-05 10:22:24 +01:00
Krille
da6ac90cf2
chore: Follow up remove hero animation
2023-02-05 10:09:31 +01:00
Krille
fce7475801
chore: Follow up formatting
2023-02-05 07:39:03 +01:00
Krille
9c802c905b
chore: Follow up settings page
2023-02-04 21:59:53 +01:00
Krille
05f72815b3
style: Enhanced chat details design
2023-02-04 19:10:27 +01:00
Krille
7d4bc6262f
chore: Follow up secrity settings design
2023-02-04 18:52:04 +01:00
Krille
7c777c0b7b
style: Give chat list list tiles rounded corners
2023-02-04 18:50:15 +01:00
Krille
5d53a37e2e
style: New settings design
2023-02-04 18:32:56 +01:00
Krille
0b7799357a
style: Nicer chips in encryption settings and icons showing device status
2023-02-04 16:56:42 +01:00
Christian Pauly
541775d675
fix: Set room visibility on group creation
2023-02-03 08:05:44 +01:00
Christian Pauly
39b830d0c1
fix: Notification settings
2023-02-02 09:57:56 +01:00
Christian Pauly
b176811f7c
design: Adjust design to new material 3 capabilities of Flutter 3.7
2023-02-02 09:57:53 +01:00
Gabriel Rodríguez
d226bf6020
fix: avatar color
2023-02-02 08:56:15 +00:00
Gabriel Rodríguez
704ee5ef9c
fix: display name contrast in dark mode
2023-02-02 08:56:15 +00:00
Christian Pauly
35174cb859
refactor: Migrate to Flutter 3.7.0
2023-01-26 13:18:42 +01:00
Krille
d343c71703
chore: Update Matrix SDK and refactor
2023-01-20 16:59:50 +01:00
Krille
033cc8de31
chore: Follow up leave abandoned DM room
2023-01-15 10:05:54 +01:00
TheOneWithTheBraid
863da6a3be
chore: add integration tests for spaces
...
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2023-01-14 10:46:18 +01:00
Krille
eac784e33b
fix: Archive
2023-01-13 10:38:39 +00:00
Krille
2df72b5d13
style: New modal bottom sheets
2023-01-08 11:07:31 +01:00
Krille
4376070733
refactor: Same animations everywhere in app
2023-01-07 09:22:31 +01:00
Krille
1c632bead9
style: Animate in out search results
2023-01-07 09:14:14 +01:00
Christian Pauly
06305b8300
feat: Nicer design for abandonded DM rooms
2023-01-06 08:54:17 +01:00
Krille
c47ca99aaa
chore: Update dependencies
2023-01-05 18:21:13 +01:00