immich/mobile/lib/presentation/widgets/images
Luis Nachtigall e7db3b220d
feat(mobile): show animated images in asset viewer (#26614)
* Add support for showing animated images in AssetViewer with AnimatedImageStreamCompleter

* Add GIF overlay to thumbnail tile for animated assets

* formatting

* require isAnimated parameter in image providers for better asset handling

* feat: refactor AnimatedImageStreamCompleter to use streams for codec loading and initial image handling

* formatting

* add isAnimatedImage property to BaseAsset

* remove ApiService.getRequestHeaders() usage
2026-03-11 12:07:06 -05:00
..
animated_image_stream_completer.dart feat(mobile): show animated images in asset viewer (#26614) 2026-03-11 12:07:06 -05:00
full_image.widget.dart feat(mobile): sqlite asset viewer (#19552) 2025-07-02 18:24:37 +00:00
image_provider.dart feat(mobile): show animated images in asset viewer (#26614) 2026-03-11 12:07:06 -05:00
local_album_thumbnail.widget.dart feat(mobile): optimized thumbnail widget (#21073) 2025-08-21 18:06:02 +00:00
local_image_provider.dart feat(mobile): show animated images in asset viewer (#26614) 2026-03-11 12:07:06 -05:00
one_frame_multi_image_stream_completer.dart fix(mobile): handle image stream completion when no image is emitted (#25984) 2026-02-09 16:59:29 -05:00
remote_image_provider.dart feat(mobile): show animated images in asset viewer (#26614) 2026-03-11 12:07:06 -05:00
thumb_hash_provider.dart fix(mobile): handle image stream completion when no image is emitted (#25984) 2026-02-09 16:59:29 -05:00
thumbnail.widget.dart fix(mobile): handle image stream completion when no image is emitted (#25984) 2026-02-09 16:59:29 -05:00
thumbnail_tile.widget.dart feat(mobile): show animated images in asset viewer (#26614) 2026-03-11 12:07:06 -05:00