Commit Graph

531 Commits (bac8f39ecb003a361f6bf33f6d65efe5e9155f80)

Author SHA1 Message Date
Christian Kußowski 422e94ab45
fix: Notifications on web not working when avatar could not be pre downloaded 3 months ago
Christian Kußowski ae29f949d2
fix: Correctly pass through obscure text
fixes https://github.com/krille-chan/fluffychat/issues/2266
3 months ago
Christian Kußowski 136ddd7681
chore: Make privacy url not configurable 3 months ago
Christian Kußowski 4c357f6249
refactor: Use AppSettings enum based configuration everywhere and fix load from json on web 3 months ago
Christian Kußowski 9eb1f4fc1e
fix: Cupertino text dialogs 3 months ago
Christian Kußowski 70c5f03e8d
chore: Better routing to space id 3 months ago
Christian Kußowski 765bff9e32
chore: Follow up spaces UX 3 months ago
Christian Kußowski 2538f31351
design: Improved spaces UX 3 months ago
Christian Kußowski 662a4ee17d
refactor: Remove unused directories 4 months ago
Christian Kußowski 57a5e1c96f
refactor: Rename models for matrix spec 1.16 4 months ago
Christian Kußowski 524a63e1d6
chore: Move emote settings button to chat popup menu 4 months ago
Christian Kußowski 69bbfa5389
feat: Display progress on redact events and clear archive dialogs 4 months ago
krille-chan 6370c486a0
chore: Adjust material dialog button design 4 months ago
Christian Kußowski 2710e66fae
chore: Slightly adjust font sizes and design 5 months ago
Christian Kußowski 510f9ca9d0
fix: Follow up fix rectangle avatars 5 months ago
krille-chan 85139f533c
fix: Use animatedswitcher instead of crashing animatedcrossfade 5 months ago
krille-chan 565926809d
fix: BuildContext crash when starting a new chat 5 months ago
imnotlxy d2c2fd48d4 fix: Avoid using MediaQuery.of() 6 months ago
krille-chan 9643242cc8
refactor: Make notification avatars rounded 6 months ago
Christian Kußowski 1991707be7
fix: Config viewer not updating state 7 months ago
Christian Kußowski cf6b34f8c0
chore: Remove lifecyclestate logs 7 months ago
ShootingStarDragons a217213f77 feat(linux/notify): support avarar icon
support avarar icon
7 months ago
Krille-chan c06b2cf640
Merge pull request #1976 from Decodetalkers/messagejumpfix
fix(notification/linux): default action also need to be handled
7 months ago
Christian Kußowski 103cb8328d
feat: Collapse all state events by default 7 months ago
ShootingStarDragons 5d8bad7458 chore: do format 7 months ago
ShootingStarDragons 4802277dca fix: notification clicked still cannot jump
the context in context.go is the BuildContext by flutter, not that one
from go_router.
example is here: https://github.com/flutter/packages/blob/main/packages/go_router/example/lib/main.dart

it was a mistaken
7 months ago
ShootingStarDragons e41537271f fix: open chat from notification
default should not be ignored
7 months ago
Christian Kußowski 7d798c5770
fix: Route back to room list after leaving a chat 7 months ago
Christian Kußowski 29a2dc83c0
fix: Ban button displayed for already banned users 7 months ago
gilice e1ec87d3aa fix: fix compile error related to MxcImage
We ran into this error after updating Flutter from 3.27 to 3.32:
```
lib/widgets/mxc_image.dart:119:16: Error: The getter '_' isn't defined for the class '_MxcImageState'.
     - '_MxcImageState' is from 'package:fluffychat/widgets/mxc_image.dart' ('lib/widgets/mxc_image.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named '_'.
          _tryLoad(_);
```

This patch fixes that error.
7 months ago
Christian Kußowski 37d313c271
refactor: Nicer popupmenus 7 months ago
Christian Kußowski 2616ba6e4b
refactor: Follow up handle logout and login with new client 7 months ago
Christian Kußowski e548d8f895
refactor: sdk 1.0 7 months ago
Christian Kußowski 970de1f4b0
Merge remote-tracking branch 'ggurdin/display-navigation-rail-setting' 7 months ago
ggurdin fef96359c9
chore: make space nav bar narrower on mobile and ensure space nav bar matches user's theme 8 months ago
Christian Kußowski fb134cba2f
fix: Keep state of text input dialogs 8 months ago
Christian Kußowski dbba21f552
fix: Add missing mounted check to mxcImage 8 months ago
Christian Kußowski 49780b01fe
fix: App crash on page navigation with open popup menu 8 months ago
ggurdin 87c2639625
resolve merge conflicts 8 months ago
Christian Kußowski b8547c4792
build: Upgrade to flutter 3.22 8 months ago
ggurdin 4b926935bd
feat: add setting for whether to show space navigation rail on mobile 8 months ago
Krille-chan ae2086f3c2
Merge pull request #1778 from midnight-blue/fix-jagged-avatar-edges
Fix: Fix jagged avatar edges
8 months ago
Christian Kußowski 55705d761d
feat: Move videoplayer into multi image viewer
Also fixes video thumbnails

Signed-off-by: Christian Kußowski <c.kussowski@famedly.com>
8 months ago
Christian Kußowski 7cc341ac91
feat: Background audio player
Signed-off-by: Christian Kußowski <c.kussowski@famedly.com>
8 months ago
Martin Wege c5b61aba64
Merge branch 'main' into fix-jagged-avatar-edges 9 months ago
martin 9672bdd11d Fix: Fix jagged avatar edges
Use anti-alias Clipping allowing for round Avatar circles
9 months ago
Krille 60fe90233b
fix: Text scale factor in Linkify widgets
Signed-off-by: Krille <c.kussowski@famedly.com>
9 months ago
Krille a1223c0e9b
chore: Follow up public rooms dialog
Signed-off-by: Krille <c.kussowski@famedly.com>
9 months ago
Krille c01e4ba797
refactor: Move public room bottom sheet into dialog
Signed-off-by: Krille <c.kussowski@famedly.com>
9 months ago
Krille 5e7b0bf724
feat: Filter for room members page and easier approve knocking users
Signed-off-by: Krille <c.kussowski@famedly.com>
9 months ago