Skip to content

0.6.1

Compare
Choose a tag to compare
@saket saket released this 21 Sep 03:51
· 177 commits to trunk since this release
  • #39: Significant improvement in performance for large images by,
    • Throttling decoding of tiles when image is animating its pan or zoom.
    • Reducing parallel decoding of tiles, especially for large images.
  • #43: Improved detection of double taps.
  • When zooming in a tiled image, prioritize loading of the tile under the finger(s).
  • Hide placeholder after state restoration if the image was previously zoomed in.

Bug fixes

  • #44: Fix positioning of images in RTL mode.
  • #41: Quick zooming images by a large distance in a single frame occasionally cause a division by zero error.
  • Updated Compose to 1.5.0.