Skip to content

Glide 3.5.2

Compare
Choose a tag to compare
@sjudd sjudd released this 22 Feb 19:08
· 1958 commits to master since this release

Glide 3.5.2 is a minor bug fix release.

Bugfixes

  • Fix a NPE on ComponentCallbacks (#329)
  • Fix an NPE caused by clearing the BitmapPool (#331)
  • Ensure requests started before the corresponding Fragment or Activity is started always run (#346)
  • Obey Target.ORIGINAL_SIZE when set via override() (#333)
  • Correctly parse JPEG image headers (#334)
  • Add an assertion when using a request builder as a thumbnail for itself (#330)

Performance

  • Avoid an unnecessary Bitmap allocation and reference when decoding most GIFs (e85cf30)
  • Increase the BitmapPool hit rate on KitKat and Lollipop when using multiple types of Bitmaps (#335)