Commit graph

54 commits

Author SHA1 Message Date
Christian Kußowski
1ea649f01e
refactor: Update to Dart 3.10 with . shorthands 2025-11-30 12:54:06 +01:00
krille-chan
380625327a
feat: Implement threads 2025-11-04 21:24:54 +01:00
Krille-chan
ce9d21a203
Merge pull request #1533 from dohoanggiahuy317/FluffyChat_JaWeee
fix: LoadingSnackBar consistently remains visible until the upload is complete
2025-07-25 12:51:52 +02:00
Christian Kußowski
3d0a3ee226
fix: Workaround for reversed width and height of compressed videos sent from Android 2025-06-21 10:05:14 +02:00
Christian Kußowski
b8547c4792
build: Upgrade to flutter 3.22 2025-05-21 08:06:52 +02:00
Krille
a8bf39aca0
chore: Better no compression supported UX 2025-02-25 17:53:10 +01:00
Krille
5ec25ec2ed
chore: Follow up paddings 2025-02-25 15:06:27 +01:00
Krille
7e8bb14c69
chore: Follow up paddings 2025-02-25 14:56:59 +01:00
Krille
2e7eea9308
chore: Follow up paddings in room input row 2025-02-25 14:43:38 +01:00
Krille
8da9ef06ff
chore: Follow up send file dialog design 2025-02-25 14:19:07 +01:00
Krille
4f67992d9e
feat: Send optional message with images or files 2025-02-25 13:44:46 +01:00
krille-chan
221c3ef6bd
chore: Better error handling for image rendering 2025-02-22 12:17:50 +01:00
Krille
1c5580ba62
chore: Combine mimetype types in send file dialog logic 2025-02-20 16:45:51 +01:00
Krille
25872eeb26
refactor: Update arb file types 2025-02-14 08:58:23 +01:00
Krille
2fef6faa1a
chore: Follow up other party has no keys 2025-01-13 16:08:08 +01:00
Krille
aa010767de
feat: Prevent sending messages if other party has no encryption keys 2025-01-13 13:58:46 +01:00
JaWeee
92dada533b
fix: LoadingSnackBar consistently remains visible until the upload is complete
- Adjusted the `SendFileDialogState` file to ensure that the `showLoadingSnackBar` remains visible throughout the file upload process.
- the SnackBar is cleared only after the image/file is uploaded and displayed in the chat.

Signed-off-by: JaWeee <dohoanggiahuy310703@gmail.com>
2024-12-31 09:44:02 -05: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-chan
8819c40ebd
refactor: Implement own adaptive dialogs and remove package 2024-12-10 18:47:58 +01:00
krille-chan
63d5d6e61f
chore: Check file size before loading 2024-12-01 12:26:20 +01:00
Krille
ae0999e6ce
chore: Follow up send multiple images 2024-11-26 08:54:10 +01:00
Krille
363eabbe1c
chore: Follow up send file dialog for images 2024-11-25 15:13:51 +01:00
Krille
9fab7630a3
chore: Follow up send file dialog 2024-11-15 07:50:19 +01:00
Krille
ae8965b03f
chore: Follow up send file dialog 2024-11-08 09:57:45 +01:00
Krille
d1e211adee
refactor: Use adaptive dialog action 2024-10-18 15:49:46 +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
dfb2605829
chore: Follow up send file snackbars 2024-09-22 19:47:47 +02:00
krille-chan
d53d0d8083
chore: Follow up sendfile snackbars 2024-09-22 19:20:10 +02:00
krille-chan
b83503585f
feat: Sending multiple files at once 2024-09-22 19:18:08 +02:00
krille-chan
5c9880f0b2
refactor: Load bytes from sending files later to not let app crash 2024-09-22 15:45:41 +02:00
krille-chan
75800ccdd5
chore: Follow up send file dialog fix 2024-08-25 08:59:35 +02:00
Thomas Klein Langenhorst
5d2aaef3ca
Refactor: Reduce .of(context) calls theme
Signed commit
2024-08-06 13:24:08 +02:00
Krille
9d0cefce18
chore: Do not hide error on file sending 2024-07-24 08:38:11 +02:00
Krille
ef5ea57c58
refactor: Omit local types 2024-07-04 15:42:00 +02:00
Mubeen Rizvi
49caebcaa8 enhanced send video functionality by adding toggle send original 2024-02-18 21:50:20 +05:00
krille-chan
dd758e16cf
chore: Follow up sendfiledialog fixes 2023-11-01 11:45:21 +01:00
krille-chan
e710491679
chore: File dialog follow up 2023-10-29 09:33:41 +01:00
krille-chan
d1ce1e3ba7
refactor: Make file dialog adaptive and adjust design 2023-10-29 09:32:06 +01:00
krille-chan
eca4825c70
build: Update packages and flutter super.key refactoring 2023-10-28 13:03:25 +02:00
krille-chan
27d15612d9
refactor: Update to Flutter 3.13.0 2023-08-18 07:24:31 +02:00
Malin Errenst
ec7acc5385 refactor: Added and applied require_trailing_commas linter rule 2023-03-02 11:21:40 +01:00
Christian Pauly
aff10ab0ed fix: Display error when user tries to send too large file 2023-02-13 15:38:08 +01:00
Christian Pauly
35174cb859 refactor: Migrate to Flutter 3.7.0 2023-01-26 13:18:42 +01:00
Christian Pauly
7a74a8a93f chore: Update dependencies 2022-08-14 17:22:16 +02:00
Christian Pauly
765583dbbe feat: Send multiple images at once 2022-07-10 09:59:47 +02:00
Christian Pauly
514f73999a chore: Display error message on file
send failed
2022-04-01 11:39:28 +02:00
Christian Pauly
cc0eba83fd feat: Better image sending experience 2022-03-30 11:46:24 +02:00
Christian Pauly
c600c74e3e fix: Set image width and height
Uses the thumbnail generation of Matrix SDK.
2022-02-03 07:35:44 +01:00
Krille Fear
55f0300f9f refactor: Migrate to null safety 2022-01-31 16:33:42 +01:00
Christian Pauly
ab9d7fcc7d feat: Enable compression and thumbnails for videos 2021-12-27 13:01:51 +01:00