Skip to content

Glide 4.3.1

Compare
Choose a tag to compare
@sjudd sjudd released this 06 Nov 20:28
· 1066 commits to master since this release

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)