You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate .thumbnail(float) to simplify the thumbnail logic, particularly around request listeners. The same behavior can be easily reproduced by using .thumbnail() with a RequestBuilder on which you set size multiplier. (aa23eed)
Behavior Changes
Set the default color space to null instead of SRGB (ce6852d, 9dc1f60, thanks @skyinu)
Fallback to decoding data from source if possible when writing the source to the disk cache fails (755c39f)
Avoid using deprecated APIs for detecting connectivity state on API 24+ (dbdae56, 833ef21)
Added support for detecting animated webp's to Glide's ImageHeaderParser (42654b2)
Breaking Changes
Build Changes
Bump Gradle version once, then replace gradle version with a checked internal one (#4484, 9f81339, 15d9648, thanks @EwoutH)