Commit Graph

7 Commits (9ba8340400db576a719e204f6ca4e7e1bbf7db98)

Author SHA1 Message Date
Christian Pauly 22ad34ab0a refactor: Upgrade to Flutter 3.0.0 3 years ago
Krille Fear 55f0300f9f refactor: Migrate to null safety 4 years ago
Sorunome f4d723c0b1 fix: Thumbnails in the image bubble not always showing a cached thumbnail
When in the timeline an image bubble with animated=false was displayed and
you tapped on an image, it would attempt to show the thumbnail with animated=true.
This thumbnail, of course, was not cached, thus not showing the cached image, and
actually downloading the thumbnail multiple times. This PR fixes that by
first checking if the animated=false thumbnail is cached, and if so, display
that while the final image is loading.
4 years ago
Krille Fear 08670e60f8 fix: Remove unused imports 4 years ago
Krille Fear d9260a4785 fix: Do display error image widget 4 years ago
Krille Fear 080942d36c chore: Adjust image chat design 4 years ago
Krille Fear 1abb7310f3 refactor: Pages folder structure 4 years ago