Commit graph

90 commits

Author SHA1 Message Date
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
28af7bb0c7
refactor: Enable more strict lints 2026-02-24 10:06:39 +01:00
Christian Kußowski
df847abbeb
feat: OIDC Login on same page 2026-02-22 10:47:58 +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
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
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
fc052c84ac
refactor: Adjust state event design 2025-12-06 10:37:07 +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
8589a17eb3
refactor: Remove workaround for download files 2025-11-18 08:19:31 +01:00
Christian Kußowski
0d7807bed3
fix: Possible database corruption cause by allow multiple instances 2025-11-11 10:52:26 +01:00
Christian Kußowski
39bdc34eb9
chore: Follow up threads 2025-11-05 08:38:35 +01:00
krille-chan
380625327a
feat: Implement threads 2025-11-04 21:24:54 +01:00
Christian Kußowski
71fa853f05
feat: Implement polls 2025-11-04 07:27:01 +01: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
krille-chan
04b5ecce54
feat: Add notification actions 2025-10-02 09:46:58 +02:00
Christian Kußowski
969f1deb48
feat: Display progress for downloading content 2025-10-01 07:59:20 +02:00
Christian Kußowski
2add91fc57
chore: Update to matrix sdk main 2025-09-30 12:59:08 +02:00
krille-chan
161ae539d7
Revert "fix: Create a subdirectory in the tmp directory"
This reverts commit 6540a6303f.
2025-09-21 09:38:26 +02:00
Inex Code
6540a6303f
fix: Create a subdirectory in the tmp directory 2025-08-31 17:37:35 +03:00
ShootingStarDragons
b020c90ac5 feat: support xdp selector for linux
use xdp selector
2025-08-14 22:12:15 +09:00
dependabot[bot]
163c3352db
build: (deps): bump share_plus from 10.1.4 to 11.0.0
Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus) from 10.1.4 to 11.0.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v11.0.0/packages/share_plus)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-30 08:30:09 +02:00
krille-chan
a37810c061
fix: Open database crashes on start 2025-07-19 12:33:47 +02:00
krille-chan
9e416eefa1
fix: Delete database correctly after corruption 2025-07-19 12:10:03 +02:00
Christian Kußowski
103cb8328d
feat: Collapse all state events by default 2025-06-21 11:15:28 +02:00
Christian Kußowski
e548d8f895
refactor: sdk 1.0 2025-06-08 11:21:09 +02:00
Christian Kußowski
647ed04901
chore: Follow up voice message localization 2025-06-01 13:07:05 +02:00
Christian Kußowski
c65c6f7e09
chore: Follow up formatting 2025-05-22 15:52:08 +02:00
Christian Kußowski
40cceb2176
chore: Simplify voiceMessage getter 2025-05-22 15:51:39 +02:00
Christian Kußowski
b8547c4792
build: Upgrade to flutter 3.22 2025-05-21 08:06:52 +02:00
Christian Kußowski
8664f21ad8
build: Update matrix dart sdk to 0.40.0
Signed-off-by: Christian Kußowski <c.kussowski@famedly.com>
2025-05-09 12:55:40 +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
67dd7f7028
fix: Use MB and KB instead of MiB and KiB for file sizes 2024-12-18 09:46:14 +01:00
Krille
9bd6399cd5
refactor: Update to new receive sharing intent package 2024-11-30 11:20:13 +01:00
krille-chan
0dc8a015d3
chore: Follow up save file on desktop 2024-11-29 19:25:49 +01:00
krille-chan
8f483c64c0
build: Use file selector to save files 2024-11-29 19:12:43 +01:00
krille-chan
3faf6df558
feat: Nicer room creation UI 2024-10-19 08:58:02 +02:00
krille-chan
831adceeca
refactor: Better future loading dialog without flickering 2024-10-13 09:55:18 +02:00
krille-chan
0d4b7d67cc
refactor: Use non nullable localizations builder and lazy load on web 2024-10-06 08:35:37 +02:00
krille-chan
542b4bf928
chore: Nicer representation of invited DMs 2024-10-03 14:10:47 +02:00
Krille
02430a952d
build: Update to Matrix SDK 0.32.0 2024-08-09 11:35:11 +02:00
Krille
21e7c3f8cb
build: Update matrix dart sdk 2024-07-29 08:37:43 +02:00
Krille
ef5ea57c58
refactor: Omit local types 2024-07-04 15:42:00 +02:00
krille-chan
f7096d5dee
refactor: Delete database file on failed app start 2024-05-26 08:39:05 +02:00
krille-chan
a705a5b399
refactor: Download on android and iOS with file_picker 2024-04-21 10:34:09 +02:00
krille-chan
d2f12452fc
build: Update matrix dart sdk 2024-04-17 09:54:35 +02:00
krille-chan
e43a4ad65f
design: Adjust chat settings design 2024-04-14 12:00:43 +02:00