Commit graph

33 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
510f9ca9d0
fix: Follow up fix rectangle avatars 2025-08-18 08:24:01 +02:00
krille-chan
85139f533c
fix: Use animatedswitcher instead of crashing animatedcrossfade 2025-08-17 08:34:37 +02:00
imnotlxy
d2c2fd48d4 fix: Avoid using MediaQuery.of() 2025-08-01 06:15:23 +08:00
gilice
e1ec87d3aa fix: fix compile error related to MxcImage
We ran into this error after updating Flutter from 3.27 to 3.32:
```
lib/widgets/mxc_image.dart:119:16: Error: The getter '_' isn't defined for the class '_MxcImageState'.
     - '_MxcImageState' is from 'package:fluffychat/widgets/mxc_image.dart' ('lib/widgets/mxc_image.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named '_'.
          _tryLoad(_);
```

This patch fixes that error.
2025-06-17 07:43:51 +02:00
Christian Kußowski
dbba21f552
fix: Add missing mounted check to mxcImage 2025-06-01 10:27:27 +02:00
Christian Kußowski
55705d761d
feat: Move videoplayer into multi image viewer
Also fixes video thumbnails

Signed-off-by: Christian Kußowski <c.kussowski@famedly.com>
2025-05-11 10:59:21 +02:00
krille-chan
221c3ef6bd
chore: Better error handling for image rendering 2025-02-22 12:17:50 +01:00
krille-chan
f301d5edd1
fix: Only try again load mxc image on io exception 2025-01-01 12:48:53 +01:00
krille-chan
da857d6abe
chore: Follow up design 2024-11-03 12:51:22 +01:00
krille-chan
838dcb413e
chore: Make imageviewer full window 2024-09-22 09:38:57 +02:00
Krille
158a6855c3
feat: Use matrix authenticated media 2024-08-25 12:46:15 +02:00
krille-chan
b1a9c6e92d
chore: Follow up user bottom sheet 2024-07-26 19:36:07 +02:00
krille-chan
b8345e2ca6
chore: Follow up avatars 2024-07-18 17:41:45 +02:00
Krille
86b1314c61
refactor: Use cached network image for mxc image uris 2024-07-17 10:27:56 +02:00
Krille
938e1a91ae
Revert "refactor: Move back to cached network image for better avatar performance"
This reverts commit d9ab6ad8b3.
2024-05-10 12:49:40 +02:00
Krille
d9ab6ad8b3
refactor: Move back to cached network image for better avatar performance 2024-05-10 12:49:32 +02:00
krille-chan
c51fc600a2
chore: Follow up sticker design 2024-03-30 08:37:24 +01:00
krille-chan
45e1122648
chore: Follow up image rendering 2024-03-24 10:56:44 +01:00
Krille
989c6146ce
chore: Calc blurhash in other thread 2024-03-21 10:19:14 +01:00
Krille
a518f8a019
chore: New performant fade in for images 2024-03-21 09:55:49 +01:00
Krille
5573c7fcbc
chore: Disable image transition for better performance 2024-03-21 09:04:35 +01:00
krille-chan
db8e4c2916
chore: Follow up stickers 2024-02-25 19:57:59 +01:00
krille-chan
eca4825c70
build: Update packages and flutter super.key refactoring 2023-10-28 13:03:25 +02:00
noob_tea
ab0b7cb6b9 treewide: Container -> SizedBox.shrink()
This helps performance without any user-facing changes,
since SizedBox is constant while Container isn't
2023-03-22 20:30:59 +01:00
Krille
4376070733 refactor: Same animations everywhere in app 2023-01-07 09:22:31 +01:00
Krille
5cf18aabbf refactor: Remove dart from folder name 2022-12-30 17:54:50 +01:00
Mg138
a04b8ad8c7 improved (most) icons/image scaling, including avatar scaling 2022-10-31 05:07:18 +08:00
Christian Pauly
a1bf8d9f90 chore: Follow up flickering avatars 2022-07-30 10:33:25 +02:00
Christian Pauly
8d30c95333 chore: Follow up mxc image fixes 2022-07-29 21:01:18 +02:00
Christian Pauly
01c930fb66 chore: Follow up fix mxc Image 2022-07-29 19:50:39 +02:00
Christian Pauly
20c37cb51a refactor: Simplify MxcImage and replace CachedNetworkImage 2022-07-29 18:41:05 +02:00