glide v4.3.1 Release Notes

Release Date: 2017-11-06 // over 6 years ago
  • ๐Ÿš€ This is a bug fix release of Glide 4.3.0.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix ghosting in animated GIFs with certain combinations of disposal settings and frames (c3d0530, #2521, thanks to @michaeimm)
    • ๐Ÿ›  Fix a Bitmap re-use bug causing graphical errors, load failures and/or crashes when loading Drawables with a transformation applied that didn't actually change the image for the requested width and height.
      (2371aa6)
    • ๐Ÿ›  Fix a race condition causing animated Drawables not to be started when loaded into Views from Glide's memory cache (aa2711b, #2541)