Commit graph

56 commits

Author SHA1 Message Date
Krille-chan
d9edf9f05b
Merge branch 'main' into flutter-3.22 2024-05-26 08:41:24 +02:00
krille-chan
ff54610e5b
refactor: Use onRoomState stream instead of room.onUpdate to not update on messages but state changes only 2024-05-19 07:52:18 +02:00
lauren n. liberda
ae0c8f73d2
chore: upgrade flutter to 3.22.0 2024-05-16 09:07:45 +02:00
krille-chan
3b71705d2e
design: Fix color of invite button 2024-04-18 09:42:14 +02:00
krille-chan
9720dcf8ee
chore: Follow up share room alias 2024-04-15 07:58:13 +02:00
krille-chan
c300220773
design: New chat access settings 2024-04-14 15:49:46 +02:00
krille-chan
1366113823
design: Follow up chat settings design 2024-04-14 12:39:37 +02:00
krille-chan
e11195f4fc
design: Adjust settings design 2024-04-14 11:48:51 +02:00
krille-chan
02ceddf9e8
feat: Show/hide third column in chat view 2024-04-07 10:30:21 +02:00
Krille
1324ce517d
refactor: Remove old aliases workaround 2024-02-25 09:34:00 +01:00
Krille
46a12d5225
fix: Share invite link of rooms 2024-02-04 06:56:21 +01:00
krille-chan
89540ec7ef
fix: Darktheme contrast fixes with primary color 2023-12-26 14:03:14 +01:00
krille-chan
715e615e3a
feat: Search for public spaces 2023-12-23 12:14:51 +01:00
krille-chan
7930150cb4
feat: Display presences in the app 2023-11-11 17:56:23 +01:00
krille-chan
eca4825c70
build: Update packages and flutter super.key refactoring 2023-10-28 13:03:25 +02:00
krille-chan
9c1c5a4aec
fix: Unable to use file picker with applock 2023-10-07 10:59:00 +02:00
krille-chan
e20f7f7576
chore: Follow up wrong wording 2023-08-21 06:40:27 +02:00
krille-chan
27d15612d9
refactor: Update to Flutter 3.13.0 2023-08-18 07:24:31 +02:00
Krille
f36d5f8a89
chore: Follow up chat settings 2023-08-13 16:25:56 +02:00
krille-chan
0836a5c862
refactor: Change group description to chat description 2023-08-13 08:07:03 +02:00
krille-chan
d9c5cbea26
design: New three column layout for wide screens 2023-08-12 13:37:42 +02:00
krille-chan
b27af74918
chore: Follow up design changes 2023-08-12 12:33:01 +02:00
krille-chan
a9448f293c
chore: Follow up design changes 2023-08-12 12:17:28 +02:00
krille-chan
9e13bd8dfd
design: Big redesign of three column mode to advanced two column mode 2023-08-12 11:52:20 +02:00
krille-chan
ee957ab1f6
refactor: Migrate routes to go router 2023-08-10 19:15:14 +02:00
Krille
739edde729
refactor: Replace vrouter with gorouter 2023-08-10 11:12:09 +02:00
Krille
91fc889bce refactor: Update dependencies 2023-07-13 19:46:16 +09:00
Krille
ec9aff28c8 chore: do not humanize links 2023-05-23 08:22:34 +02:00
Krille
796a6fdae1 refactor: Reimplement flutter matrix html locally 2023-05-17 12:26:59 +02:00
Krille
cb0fe173d9 chore: Minor code clean up 2023-05-15 18:55:27 +02:00
noob_tea
ab0b7cb6b9 treewide: Container -> SizedBox.shrink()
This helps performance without any user-facing changes,
since SizedBox is constant while Container isn't
2023-03-22 20:30: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
Malin Errenst
ec7acc5385 refactor: Added and applied require_trailing_commas linter rule 2023-03-02 11:21:40 +01:00
Christian Pauly
e2aa5584a2 style: Link underline color 2023-02-14 14:05:18 +01:00
Krille
05f72815b3 style: Enhanced chat details design 2023-02-04 19:10:27 +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
Christian Pauly
35174cb859 refactor: Migrate to Flutter 3.7.0 2023-01-26 13:18:42 +01:00
Krille
2df72b5d13 style: New modal bottom sheets 2023-01-08 11:07:31 +01:00
Krille
5cf18aabbf refactor: Remove dart from folder name 2022-12-30 17:54:50 +01:00
Christian Pauly
92fa413156 fix: Popup menu without elevation 2022-09-10 12:11:11 +02:00
Christian Pauly
7a74a8a93f chore: Update dependencies 2022-08-14 17:22:16 +02:00
Christian Pauly
26cd07b900 fix: Missing null checks in chat details view 2022-07-29 18:52:41 +02:00
Christian Pauly
c4c594adf1 chore: Minor design improvements 2022-07-08 10:13:44 +02:00
Christian Pauly
df30adb724 fix: Set avatar on only single action available 2022-07-01 11:53:41 +02:00
Christian Pauly
15f41f77f0 feat: Initial material you support 2022-05-18 08:54:50 +02:00
Krille Fear
55f0300f9f refactor: Migrate to null safety 2022-01-31 16:33:42 +01:00
Krille Fear
20228380be design: Use more adaptive elements
This uses iOS styled Sliders and share
icons on iOS.
2021-12-23 13:34:04 +01:00
Krille Fear
585eefa9de design: Make not joined participants transparent in list
This should make it easier to distinguish
between actual participants of a
room and users who have been
invited, who are knocking or who
have been banned.
2021-12-01 12:42:15 +01:00
Krille Fear
5775f54552 fix: Remove avatar from room 2021-11-24 07:29:05 +01:00
Krille Fear
b44f309151 refactor: Use image package to resize images 2021-11-21 09:35:10 +01:00