Christian Kußowski
e40d9b5df2
chore: Always show filter for messages
2026-01-29 18:11:54 +01:00
Christian Kußowski
1ea649f01e
refactor: Update to Dart 3.10 with . shorthands
2025-11-30 12:54:06 +01:00
Christian Kußowski
35983437e2
refactor: Update flutter lints
2025-11-30 12:42:04 +01:00
Christian Kußowski
31a204f1ea
refactor: Always open Chat Backup as page right after login
2025-11-22 14:58:07 +01:00
Christian Kußowski
34a58c5962
chore: Link how do I get stickers FAQ entry
2025-11-22 13:51:13 +01:00
krille-chan
3c86da7932
refactor: Display all sticker packs in same editor with filterchips
2025-11-20 19:50:27 +01:00
krille-chan
419f57a14c
chore: make locale for emoji suggestions configureable
2025-11-18 16:09:09 +01:00
Christian Kußowski
3c049211ca
chore: Follow up notification action isolate handling
2025-11-12 08:51:32 +01:00
Christian Kußowski
fbc5924ace
chore: Make store getter type safe
2025-10-26 08:06:29 +01:00
krille-chan
8cf46f0a7f
chore: Migrate wrong datatype for fontSizeFactor
2025-10-25 20:39:54 +02:00
Christian Kußowski
7b8059466b
refactor: Redirect to new website
2025-10-24 07:47:52 +02:00
Christian Kußowski
dfc97aa3d7
chore: Follow up donation button
2025-10-20 07:15:23 +02:00
Christian Kußowski
136ddd7681
chore: Make privacy url not configurable
2025-10-20 07:10:53 +02:00
Christian Kußowski
b856e83e83
chore: Fix load config.json
2025-10-20 07:08:52 +02: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
70c5f03e8d
chore: Better routing to space id
2025-10-19 13:16:39 +02:00
Christian Kußowski
495efef591
chore: Make progress indicators rounder
2025-10-01 09:02:38 +02:00
Christian Kußowski
87704700cb
chore: Add close icon to snackbar in column mode
2025-09-25 17:01:19 +02:00
Christian Kußowski
25057408ed
chore: Add ActionsPadding in column mode
2025-09-25 15:25:37 +02:00
Christian Kußowski
0c37ac97d4
chore: Follow up subtitle font style
2025-08-22 11:33:29 +02:00
Christian Kußowski
2710e66fae
chore: Slightly adjust font sizes and design
2025-08-20 09:46:27 +02:00
imnotlxy
d2c2fd48d4
fix: Avoid using MediaQuery.of()
2025-08-01 06:15:23 +08:00
Christian Kußowski
87a2449f41
chore: Set text message max length to 16384 but make it configurable
2025-06-26 10:23:52 +02:00
Christian Kußowski
103cb8328d
feat: Collapse all state events by default
2025-06-21 11:15:28 +02:00
Christian Kußowski
48ec98c614
chore: Follow up popupmenu theme
2025-06-17 13:18:35 +02:00
Christian Kußowski
7673795077
chore: Make max timeline width smaller
2025-06-17 10:32:56 +02:00
Christian Kußowski
13f27eda9f
chore: Follow up new reactions picker
2025-06-17 09:20:22 +02:00
Christian Kußowski
37d313c271
refactor: Nicer popupmenus
2025-06-16 18:21:10 +02:00
Christian Kußowski
033feed6b1
refactor: New message context menu
2025-06-16 18:11:49 +02:00
Christian Kußowski
2616ba6e4b
refactor: Follow up handle logout and login with new client
2025-06-11 08:19:54 +02:00
Christian Kußowski
e548d8f895
refactor: sdk 1.0
2025-06-08 11:21:09 +02:00
Christian Kußowski
970de1f4b0
Merge remote-tracking branch 'ggurdin/display-navigation-rail-setting'
2025-06-05 08:47:19 +02:00
Christian Kußowski
c445a6a294
feat: Add feature flag for refresh tokens
2025-05-30 09:44:22 +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
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
b6ebe960e7
chore: Follow up dialog themes
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-04-11 08:56:25 +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
5a96438ceb
refactor: Migrate more config options to config viewer
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-03-29 16:12:48 +01:00
Krille
92db578365
chore: Make push gateway configurable
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-03-16 14:07:27 +01:00
Krille
4c37811878
chore: disable echoCancel for audio messages
2025-03-13 10:41:11 +01:00
Krille
b645193f7b
refactor: Improved UX for room upgrades
2025-03-07 12:29:31 +01:00
Krille
730fb22be3
feat: Add advanced configuration page
2025-03-05 19:01:34 +01:00
krille-chan
cd83c6e5ab
refactor: Remove custom font and emoji font workaround
2025-03-03 18:00:37 +01:00
Rafał Hirsch
7b3c1ada03
fix: never use a transition on the shell route
...
Changing the PageBuilder here based on a MediaQuery causes the child to briefly
be rendered twice with the same GlobalKey, blowing up the rendering.
I believe this fixes https://github.com/krille-chan/fluffychat/issues/1534 .
2025-02-24 22:16:46 +01:00
krille-chan
139117e47b
refactor: Display navigationrail in settings page
2025-02-08 16:35:33 +01:00
Krille
f8b5ce5201
chore: Follow up message bubble color
2025-02-06 09:28:09 +01:00
krille-chan
b6ea44da2e
chore: Message bubble color follow up
2025-02-05 19:57:53 +01:00
Krille
27a2361ba8
Merge branch 'krille/pick-share-keys-with'
2025-02-05 14:39:18 +01:00
Krille
1147ddf91d
chore: Adjust navrail design
2025-02-05 12:14:05 +01:00
Krille
00165d925e
chore: Adjust design
2025-02-04 15:47:53 +01:00