Commit graph

883 commits

Author SHA1 Message Date
e12723fdaa Merge branch 'main' of https://github.com/krille-chan/fluffychat
Some checks failed
Main Deploy Workflow / deploy_web (push) Has been cancelled
Main Deploy Workflow / deploy_playstore_internal (push) Has been cancelled
2026-04-23 10:59:25 +03:00
krille-chan
144fbb4872
chore: Follow up summary notification autoCancel false 2026-04-22 17:34:33 +09:00
krille-chan
8e3f46eee6
feat: Add Android summary notification 2026-04-19 11:44:21 +09:00
dependabot[bot]
e994f61baa
build: (deps): bump file_picker from 10.3.10 to 11.0.2
Bumps [file_picker](https://github.com/miguelpruivo/flutter_file_picker) from 10.3.10 to 11.0.2.
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Changelog](https://github.com/miguelpruivo/flutter_file_picker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/miguelpruivo/flutter_file_picker/compare/v10.3.10...v11.0.2)

---
updated-dependencies:
- dependency-name: file_picker
  dependency-version: 11.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-11 17:05:25 +09:00
Christian Kußowski
3296c0d92d
refactor: Enable lint use_build_context_synchronously 2026-03-27 11:57:04 +01:00
Christian Kußowski
2ad2b1e52c
build: Update fcm shared isolate 2026-03-27 08:16:44 +01:00
b93b263427 Merge branch 'main' of krille-chan/fluffychat 2026-03-25 14:39:04 +03:00
Christian Kußowski
0c00ee6475
chore: Follow up android deep link 2026-03-24 07:36:03 +01:00
Christian Kußowski
2a0405df08
chore: Disable web voice message again 2026-03-22 15:07:52 +01:00
Christian Kußowski
74602ecb91
build: Update flutter 2026-03-21 13:32:03 +01:00
Christian Kußowski
69588b8d69
refactor: Replace import_sorter with directives_ordering lint 2026-03-21 13:09:45 +01:00
Christian Kußowski
e427c84c02
chore: Remove inspect calls 2026-03-21 11:23:17 +01:00
2c8d415475 Merge remote-tracking branch 'origin/main'
Some checks failed
Main Deploy Workflow / deploy_web (push) Has been cancelled
Main Deploy Workflow / deploy_playstore_internal (push) Has been cancelled
2026-03-20 14:50:02 +03:00
Christian Kußowski
0a42f28cf1
refactor: Switch from maestro to flutter integration tests 2026-03-20 10:34:30 +01:00
41cc0560d0 merge a 2026-03-20 11:16:03 +03:00
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