Christian Kußowski
a7c89418eb
chore: Implement pick SSO provider from dialog and add tchncs.de
2026-03-10 10:07:43 +01:00
Christian Kußowski
c90fdc3e75
chore: make sendTimelineEventTimeout configurable
2026-03-10 09:13:57 +01:00
Christian Kußowski
e8ee58d6d9
refactor: Disable custom image resizer for macOS and windows
2026-03-10 09:06:03 +01:00
Christian Kußowski
aba8c3faf2
chore: Follow up matrix native oidc
2026-03-08 10:15:45 +01:00
Christian Kußowski
e0c20f249b
chore: Update redirect android scheme
2026-03-07 08:21:50 +01:00
Christian Kußowski
d1abd71527
feat: Add mute notification action
2026-03-05 14:35:08 +01:00
Christian Kußowski
a22c8fa6fa
fix: Do not cancel notification on reply
2026-03-05 12:38:46 +01:00
Christian Kußowski
c206a51515
fix: Use correct own person for android notification replies
2026-03-05 09:37:38 +01:00
Philip Fritzsche
f6a96617c7
fix: Fix formatting of messages with newlines
...
Newlines were previously not formatted correctly in HTML/markdown messages.
Formatting is of newlines is implemented in the matrix-dart-sdk, but
was explicitly disabled when creating the matrix Client object.
This fixes formatting by removing the parameter from the client config,
causing the client to follow the expected, default behavior.
This only affects outgoing new messages, both old wrongly formatted
messages and new messages are rendered correctly in FluffyChat.
New messages are now also correctly formatted in other clients.
2026-03-02 16:39:21 +01:00
Christian Kußowski
e7116c97e2
chore: Follow up subdirectory for file caches
2026-02-27 19:07:53 +01:00
Christian Kußowski
6f0ab83ffc
chore: Move file cache to subdirectory
...
fixes #2592
2026-02-27 18:43:53 +01:00
Christian Kußowski
1ea607f633
chore: Put oidc behind a feature flag until fixed
2026-02-25 12:33:59 +01:00
Christian Kußowski
740f04206a
fix: Do not route to backup on soft logout
2026-02-25 06:47:46 +01:00
Christian Kußowski
2408568f36
chore: Follow up sign up design
2026-02-24 20:23:35 +01:00
Christian Kußowski
0401456481
feat: Remember last successful logged in homeserver
2026-02-24 19:08:09 +01:00
Christian Kußowski
28af7bb0c7
refactor: Enable more strict lints
2026-02-24 10:06:39 +01:00
Christian Kußowski
ab976db8e7
refactor: Enable avoid-returning-widgets lint
2026-02-24 09:09:49 +01:00
Christian Kußowski
bed0a89d65
chore: Fix oidc login on web
2026-02-22 12:12:45 +01:00
Christian Kußowski
e9efce150e
feat: Add presetHomeserver config to enforce a homeserver for web
2026-02-22 11:14:45 +01:00
Christian Kußowski
df847abbeb
feat: OIDC Login on same page
2026-02-22 10:47:58 +01:00
Christian Kußowski
d434489f39
chore: Follow up import format
2026-02-21 07:33:07 +01:00
Christian Kußowski
162a594d80
feat: Reenable native imaging for all platforms
2026-02-20 17:28:19 +01:00
Christian Kußowski
a9a8b39465
Revert "refactor: Avoid unnecessary bool comparison"
...
This reverts commit 1cd3a91037 .
2026-02-20 17:12:53 +01:00
Christian Kußowski
a0a03941c2
chore: Avoid unnecessary lambdas
2026-02-20 14:19:13 +01:00
Christian Kußowski
5283d0fcc8
refactor: Add more stricter lints
2026-02-20 14:03:46 +01:00
Christian Kußowski
7a1eded1bb
refactor: Add more linter rules
2026-02-19 09:19:05 +01:00
Christian Kußowski
1cd3a91037
refactor: Avoid unnecessary bool comparison
2026-02-19 08:53:18 +01:00
Christian Kußowski
d08364688e
refactor: Avoid redundant async
2026-02-19 08:47:10 +01:00
Christian Kußowski
9d007815df
refactor: Enable rule avoid dynamic
2026-02-19 08:42:35 +01:00
Christian Kußowski
1896c56544
chore: Add code lint check for unused code
2026-02-18 16:10:23 +01:00
Christian Kußowski
299174c922
feat: Enable audio recording on web
2026-02-16 15:51:54 +01:00
Christian Kußowski
acda3e40ff
chore: Follow up file description
2026-02-14 12:50:26 +01:00
Christian Kußowski
db4b3240c3
chore: Follow up calculate file description
2026-02-14 09:01:23 +01:00
Christian Kußowski
da8336b1fe
fix: Reply voice message displays a broken html body
2026-02-14 08:31:07 +01:00
Christian Kußowski
58351535ae
fix: Join room by alias even if not found
2026-02-11 09:12:54 +01:00
dependabot[bot]
49003af949
build: (deps): bump flutter_local_notifications from 19.5.0 to 20.0.0
...
Bumps [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications ) from 19.5.0 to 20.0.0.
- [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases )
- [Commits](https://github.com/MaikuB/flutter_local_notifications/compare/flutter_local_notifications-v19.5.0...flutter_local_notifications-v20.0.0 )
---
updated-dependencies:
- dependency-name: flutter_local_notifications
dependency-version: 20.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-07 17:46:29 +01:00
Christian Kußowski
2e22f8b2c4
fix: Do not display formatted body if body is just filename
2026-02-01 18:01:49 +01:00
Christian Kußowski
4d7f0295ca
feat: Implement new sign in flow
2026-02-01 17:57:03 +01:00
dependabot[bot]
3a6d18038e
build: (deps): bump matrix from 4.1.0 to 5.0.0
...
Bumps [matrix](https://github.com/famedly/matrix-dart-sdk ) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/famedly/matrix-dart-sdk/releases )
- [Changelog](https://github.com/famedly/matrix-dart-sdk/blob/main/CHANGELOG.md )
- [Commits](https://github.com/famedly/matrix-dart-sdk/compare/v4.1.0...v5.0.0 )
---
updated-dependencies:
- dependency-name: matrix
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-01-15 16:12:58 +01:00
Christian Kußowski
dba2d2eb98
fix: Locale unlocalized strings
2026-01-12 10:29:33 +01:00
Christian Kußowski
70d2a81fee
refactor: Remove native imaging and enable web worker
2025-12-24 13:09:57 +01:00
Christian Kußowski
fc052c84ac
refactor: Adjust state event design
2025-12-06 10:37:07 +01:00
Christian Kußowski
53af09227f
refactor: File selector just use default FileType
...
and remove not working zip selector
2025-12-06 09:34:22 +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
75a37f3f7c
fix: Hide no fcm warning after dismissed
2025-11-30 12:47:49 +01:00
Christian Kußowski
22eb82f7d2
fix: Do not display empty file description body
2025-11-22 15:04:58 +01:00
Christian Kußowski
d8d0abf27c
refactor: Use own highlight rendering with working scrollbar and text selection
2025-11-19 09:55:34 +01:00
Christian Kußowski
8589a17eb3
refactor: Remove workaround for download files
2025-11-18 08:19:31 +01:00
Christian Kußowski
06fe6ad37b
fix: No description for video and audio messages displayed
2025-11-17 13:54:59 +01:00
Christian Kußowski
09f96e48d1
fix: Make keyboard moving bottom sheet up
2025-11-17 13:51:19 +01:00