Coil v0.9.2 Release Notes

Release Date: 2020-01-19 // over 4 years ago
    • ๐Ÿ›  Fix: Fix decoding GIFs on pre-API 19. Thanks @mario.
    • ๐Ÿ›  Fix: Fix rasterized vector drawables not being marked as sampled.
    • ๐Ÿ›  Fix: Throw exception if Movie dimensions are <= 0.
    • ๐Ÿ›  Fix: Fix CrossfadeTransition not being resumed for a memory cache event.
    • ๐Ÿ›  Fix: Prevent returning hardware bitmaps to all target methods if disallowed.
    • ๐Ÿ›  Fix: Fix MovieDrawable not positioning itself in the center of its bounds.

    • โœ‚ Remove automatic scaling from CrossfadeDrawable.
    • ๐Ÿ‘‰ Make BitmapPool.trimMemory public.
    • Wrap AnimatedImageDrawable in a ScaleDrawable to ensure it fills its bounds.
    • โž• Add @JvmOverloads to RequestBuilder.setParameter.
    • Set an SVG's view box to its size if the view box is not set.
    • Pass state and level changes to CrossfadeDrawable children.

    • โšก๏ธ Update OkHttp to 3.12.8.