Commit graph

853 commits

Author SHA1 Message Date
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
Christian Kußowski
f8bb996622
chore: Simplify adaptive bottom sheet code 2025-11-17 13:34:18 +01:00
Christian Kußowski
a445ec4b43
refactor: Remove unused feature tor browser detector 2025-11-14 16:37:09 +01:00
Christian Kußowski
31b3758622
chore: Remove Notification actions when using UnifiedPush 2025-11-14 09:27:00 +01:00
Christian Kußowski
3c049211ca
chore: Follow up notification action isolate handling 2025-11-12 08:51:32 +01:00
Christian Kußowski
b7e112a224
chore: Follow up notification actions 2025-11-12 08:37:10 +01:00
Christian Kußowski
92fcfacfc4
fix: Database corruption because notification tab isolate starts too late 2025-11-11 14:30:34 +01:00
Christian Kußowski
582797b5f6
Revert "fix: Possible database corruption cause by allow multiple instances" 2025-11-11 11:08:29 +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
1d53b180b6
chore: Use correct endpoint for auth 2025-11-09 13:44:56 +01:00
Christian Kußowski
20dc024922
refactor: Improved UIA support for OIDC and SSO 2025-11-09 13:13:13 +01:00
Christian Kußowski
6f059b8b5d
chore: Improve bottomsheet text input 2025-11-05 16:18:50 +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
6e87353e08
feat: Enable native imaging for web 2025-10-24 13:32:59 +02:00