Christian Kußowski
1ea649f01e
refactor: Update to Dart 3.10 with . shorthands
2025-11-30 12:54:06 +01:00
Christian Kußowski
a445ec4b43
refactor: Remove unused feature tor browser detector
2025-11-14 16:37:09 +01:00
Christian Kußowski
4c357f6249
refactor: Use AppSettings enum based configuration everywhere and fix load from json on web
2025-10-19 19:51:06 +02:00
Christian Kußowski
765bff9e32
chore: Follow up spaces UX
2025-10-19 13:00:47 +02:00
Christian Kußowski
57a5e1c96f
refactor: Rename models for matrix spec 1.16
2025-09-30 14:11:57 +02:00
ggurdin
87c2639625
resolve merge conflicts
2025-05-23 09:26:13 -04:00
Christian Kußowski
b8547c4792
build: Upgrade to flutter 3.22
2025-05-21 08:06:52 +02:00
ggurdin
4b926935bd
feat: add setting for whether to show space navigation rail on mobile
2025-05-19 16:13:42 -04:00
Krille
c01e4ba797
refactor: Move public room bottom sheet into dialog
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-04-13 13:34:58 +02:00
Krille
5e7b0bf724
feat: Filter for room members page and easier approve knocking users
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-04-13 13:13:42 +02:00
Krille
7e8f223eff
refactor: Replace user bottom sheet with menu and small dialog
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-04-10 18:27:36 +02:00
Krille
a12c48fae6
refactor: Replace user bottom sheet with menu and small dialog
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-04-10 18:27:16 +02:00
Krille
05847c37f0
chore: Add medium font
2025-02-04 15:55:14 +01:00
Krille
7599ce8627
chore: Better connection status indicator
2025-02-02 16:34:09 +01:00
krille-chan
f143a60b61
chore: Improve spaces design
2024-11-01 07:36:03 +01:00
krille-chan
0d4b7d67cc
refactor: Use non nullable localizations builder and lazy load on web
2024-10-06 08:35:37 +02:00
krille-chan
612711d602
chore: Follow up no more chats found label
2024-08-11 11:35:26 +02:00
krille-chan
664548d937
chore: Nicer empty chat list placeholder
2024-08-11 09:40:08 +02:00
Krille
89309ca15e
chore: Follow up chatlist design
2024-08-10 10:23:41 +02:00
Thomas Klein Langenhorst
5d2aaef3ca
Refactor: Reduce .of(context) calls theme
...
Signed commit
2024-08-06 13:24:08 +02:00
krille-chan
0760acaa40
chore: Bring back separate chat types
2024-07-22 19:46:59 +02:00
krille-chan
b05eb891a6
chore: Bring back navrail
2024-07-15 21:14:49 +02:00
Krille
47d1165b45
chore: Follow up chat list context menu
2024-07-15 16:34:48 +02:00
Krille
3bd7257249
chore: Follow up spaces ui
2024-07-15 13:57:29 +02:00
Krille
8a5cd9bf16
chore: Follow up spaces ui
2024-07-15 13:45:02 +02:00
Krille
7b0e0404c0
chore: Follow up select chats
2024-07-15 13:39:12 +02:00
Krille
254f21ce00
chore: Follow up new spaces design
2024-07-15 13:18:15 +02:00
krille-chan
5c23453e66
feat: New spaces and chat list design
2024-07-15 09:36:45 +02:00
krille-chan
3c85786c10
refactor: Improve performance of chat list
2024-05-10 16:32:14 +02:00
krille-chan
88f1fc1720
fix: BuildContext crash when joining room
2024-02-17 08:41:28 +01:00
Marcus Hoffmann
f8f73b7661
feat: add dialog to hide presence list with long-press
2024-02-11 22:24:49 +01:00
Marcus Hoffmann
ccfa3fa8f6
feat: make showing user presence info optional
...
895de76e70 replaced the stories feature
with presence status messages. Stories were an optional feature but
right now presence information can only be disabled on a homeserver
level.
Introduce a setting to make this feature optional on a client level.
2024-02-11 20:21:13 +01:00
krille-chan
d64b532afe
refactor: Spaces UX improvements
2023-12-23 15:40:53 +01:00
krille-chan
715e615e3a
feat: Search for public spaces
2023-12-23 12:14:51 +01:00
krille-chan
107374cf60
chore: Follow up status feature
2023-12-22 20:18:51 +01:00
Krille
fa543e93b8
chore: Follow up status feature
2023-12-22 19:38:29 +01:00
Krille
895de76e70
refactor: Replace stories feature with presence status msg
2023-12-22 17:15:14 +01:00
krille-chan
eca4825c70
build: Update packages and flutter super.key refactoring
2023-10-28 13:03:25 +02:00
krille-chan
924e4bce23
design: Nicer user bottom sheet
2023-08-11 07:55:15 +02:00
Krille
a7cd290067
design: Replace anime images with neutral cupertino icons
2023-06-03 18:27:26 +02:00
Krille
4f55561269
feat: Display progress value for initial sync
2023-06-03 17:28:32 +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
a76bb64d21
chore: Follow up styling
2023-03-20 07:56:49 +01:00
Krille
61c4d0e61f
style: Use SliverList for chatlist
2023-03-19 19:59:50 +01:00
Krille
ae99606531
style: Minor adjustments for modal bottom sheets
2023-03-15 19:31:14 +01:00
Malin Errenst
ec7acc5385
refactor: Added and applied require_trailing_commas linter rule
2023-03-02 11:21:40 +01: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
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