Commit graph

1,891 commits

Author SHA1 Message Date
bf21b7f42c feat: Implement paste shortcut and remove popup menu option
taken from https://github.com/krille-chan/fluffychat/pull/2775
2026-04-23 12:13:10 +03:00
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
dependabot[bot]
7b2bffc195
build: (deps): bump matrix from 6.2.0 to 7.0.0
Bumps [matrix](https://github.com/famedly/matrix-dart-sdk) from 6.2.0 to 7.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/v6.2.0...v7.0.0)

---
updated-dependencies:
- dependency-name: matrix
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-19 11:51:02 +09:00
krille-chan
3e01544a75
fix: UX feedback for sending events 2026-04-19 10:42:43 +09:00
Halil Kaskavalci
bcc4d4d204
feat(chat): make messagePreviewMaxLines configurable, with default 128 2026-04-10 21:57:50 +02:00
Christian Kußowski
101578bc9d
feat: Implement room tags 2026-04-01 08:24:59 +02:00
Krille-chan
b38d111264
Merge pull request #2803 from krille-chan/krille/persist-active-filter
feat: Persist chat filters
2026-03-31 12:42:10 +02:00
Christian Kußowski
6bc233ceee
feat: Persist chat filters 2026-03-31 07:51:48 +02:00
Krille-chan
0419079fbe
Merge pull request #2802 from krille-chan/krille/highlight-new-messages
chore: Highlight unread chats at timestamp
2026-03-31 07:49:28 +02:00
Christian Kußowski
afaf61bbeb
chore: Highlight unread chats at timestamp 2026-03-31 07:24:57 +02:00
Christian Kußowski
c35e3f8b2b
fix: DMs in spaces are displayed as empty chats 2026-03-30 13:22:26 +02:00
Christian Kußowski
383d708500
fix: Open deep link on android 2026-03-30 10:22:15 +02:00
Christian Kußowski
f0545aaa85
fix: Send on enter broken on iOS 2026-03-30 09:09:31 +02:00
Krille-chan
1b0c4d3f0b
Merge pull request #2778 from krille-chan/krille/logout-on-dismiss-dialog
fix: Getting logged out on dialog dismissed
2026-03-28 16:52:03 +01:00
Krille-chan
0e77ce53ec
Merge pull request #2780 from krille-chan/krille/bring-back-notification-sound
refactor: Bring back notification web sound but make configurable
2026-03-28 16:09:01 +01:00
Christian Kußowski
0a59598188
refactor: Bring back notification web sound but make configurable 2026-03-28 15:45:47 +01:00
Christian Kußowski
a34909ad5d
chore: Small design adjustments 2026-03-28 15:18:06 +01:00
Christian Kußowski
dbf0894b53
fix: Getting logged out on dialog dismissed
closes https://github.com/krille-chan/fluffychat/issues/2777
2026-03-28 15:06:38 +01:00
Christian Kußowski
d40cbd1bc0
fix: Chat view crashes if events list empty 2026-03-28 13:15:10 +01:00
Christian Kußowski
3296c0d92d
refactor: Enable lint use_build_context_synchronously 2026-03-27 11:57:04 +01:00
5931f4733f feat: Show time on message groups
Some checks failed
Main Deploy Workflow / deploy_web (push) Has been cancelled
Main Deploy Workflow / deploy_playstore_internal (push) Has been cancelled
2026-03-25 15:43:20 +03:00
b93b263427 Merge branch 'main' of krille-chan/fluffychat 2026-03-25 14:39:04 +03:00
Christian Kußowski
2a0405df08
chore: Disable web voice message again 2026-03-22 15:07:52 +01:00
Christian Kußowski
5ebe891c7b
chore: Disable broken opus recording on web 2026-03-22 13:30:51 +01:00
Christian Kußowski
2eb3d81dd1
fix: Always calc correct file extension for voice messages 2026-03-22 12:45:51 +01:00
Christian Kußowski
69588b8d69
refactor: Replace import_sorter with directives_ordering lint 2026-03-21 13:09:45 +01:00
Krille-chan
695a03e730
Merge pull request #2742 from krille-chan/krille/fix-receive-sharing
fix: GoRouter captures receive sharing intents sometimes
2026-03-21 11:53:03 +01:00
Krille-chan
c94b4ebe47
Merge pull request #2741 from krille-chan/krille/implement-jitsi
feat: Implement experimental jitsi group calls behind a feature flag
2026-03-21 11:38:20 +01:00
Christian Kußowski
dcdaededd2
fix: GoRouter captures receive sharing intents sometimes 2026-03-21 11:29:37 +01:00
Christian Kußowski
e427c84c02
chore: Remove inspect calls 2026-03-21 11:23:17 +01:00
Krille-chan
19d8ceae03
Merge branch 'main' into krille/implement-jitsi 2026-03-21 11:14:01 +01:00
Krille-chan
4a949680b2
Merge branch 'main' into krille/fix-fetch-well-known-crashes 2026-03-21 11:09:29 +01:00
Christian Kußowski
bb188724ae
chore: Split up tests even more 2026-03-21 10:52:49 +01:00
Christian Kußowski
e988a34b76
feat: Implement experimental jitsi group calls behind a feature flag 2026-03-21 09:26:06 +01:00
Christian Kußowski
e38dd75c4f
fix: Unable to delete devices if server has no valid well known 2026-03-21 08:01:21 +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
aea906f801 feat: Paste image from clipboard on desktop/web 2026-03-20 14:38:41 +03:00
Christian Kußowski
0a42f28cf1
refactor: Switch from maestro to flutter integration tests 2026-03-20 10:34:30 +01:00
c0888d47be feat: avatar cropping 2026-03-20 11:16:03 +03:00
f043e191d2 feat: enable video player in linux 2026-03-20 11:16:03 +03:00
41cc0560d0 merge a 2026-03-20 11:16:03 +03:00
Christian Kußowski
8643d35a1e
chore: Follow up animate in 2026-03-18 08:36:33 +01:00
Christian Kußowski
ac24b86a3a
chore: Follow up low priority 2026-03-13 19:12:38 +01:00
Christian Kußowski
f961b22435
feat: Implement low priority for rooms 2026-03-13 17:21:00 +01:00
Christian Kußowski
3b204373e9
chore: Make banner light red 2026-03-13 16:21:04 +01:00
Christian Kußowski
54ba19d39e
chore: Adjust support button design 2026-03-13 08:30:47 +01:00
Krille-chan
eea4e431b4
Merge pull request #2693 from krille-chan/krille/login-with-localhost
chore: Login with localhost
2026-03-12 18:31:12 +01:00
Christian Kußowski
9ede56427f
chore: Login with localhost 2026-03-12 17:55:50 +01:00
Christian Kußowski
6c05ed8aaa
chore: Add support button everywhere 2026-03-12 17:48:31 +01:00
Christian Kußowski
9724b852bb
chore: Adjust styles and animations 2026-03-12 12:03:03 +01:00