Commit Graph

28 Commits (krille/convert-ogg-to-aac-on-ios)

Author SHA1 Message Date
Krille 938e1a91ae
Revert "refactor: Move back to cached network image for better avatar performance"
This reverts commit d9ab6ad8b3.
1 year ago
Krille d9ab6ad8b3
refactor: Move back to cached network image for better avatar performance 1 year ago
krille-chan 6ea4d0c263
feat: Search feature 1 year ago
Krille 71afa17806
fix: Background color of images with transparency 1 year ago
Krille 935e7215e4
refactor: Sticker widget code 1 year ago
Krille bac2dceae4
chore: Follow up image bubble performance 1 year ago
Krille 25ec229ace
refactor: Use dart blurhash 1 year ago
krille-chan 1271441eb0
chore: Follow up imagebubble 1 year ago
Krille ba05050c2b
chore: Follow up image size 1 year ago
krille-chan 2104793ecd
design: Display images in correct ratio in timeline 1 year ago
krille-chan db8e4c2916
chore: Follow up stickers 1 year ago
Krille 3fa9c65a2b
Revert "refactor: Dialog BuildContext"
This reverts commit 315a43c1a4.
2 years ago
krille-chan 315a43c1a4
refactor: Dialog BuildContext 2 years ago
krille-chan b71023954d
chore: Follow up stickers 2 years ago
krille-chan 5f94ecf1a0
fix: Blurhash crashes on height 0 2 years ago
Krille cdc844a4c0
chore: Follow up imagebubble borderradius 2 years ago
krille-chan 0aaee82ec7
chore: Add border to images in timeline 2 years ago
krille-chan eca4825c70
build: Update packages and flutter super.key refactoring 2 years ago
krille-chan b7dac8365a
chore: Follow up router fixes 2 years ago
Krille 4376070733 refactor: Same animations everywhere in app 3 years ago
Christian Pauly 20c37cb51a refactor: Simplify MxcImage and replace CachedNetworkImage 3 years ago
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