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
Add support for width/height to the SvgDecoder in the sample app (@chggr, 5a814a1)
Add a thumbnail method that takes a list of RequestBuilders so that you don't have to nest a long series of requests (67b01f6)
Add a .error() method that takes a model to more easily start a fallback request. There's a bit of nuance with how this is treated, so if you use it, please read the javadoc carefully (d1aacb5, e442557)
Fix a verificatio nerror in ParcelFileDescriptorRewinder on API levels < 21 (@mkj-gram , 5b117b3)
Fix never returning larger size keys in Flickr sample (@valentinilk, 78ecfd2)
Fix bugs caused by items changing sizes while in Glide's LruCache (5090b6d)
Fix annotation processor with more than 5 library modules on some platforms (#4106, 7cc865a)
Fix ConcurrentModificationException due to race in Glide's trimMemory method (#4162, cce9375)
Note that RequestListener.onLoadFailed's model is Nullable (@opayen, 621e2d5)
Fix an IllegalArgumentException in GifFrameLoader if the GIF is started before it's visible (@dalinaum, 1ae9a2a)
Avoid adding both support and non-support RequestManagers when Glide is used with a FragmentActivity as both a FragmentActivity and a regular Activity (8f354dc)
Avoid a memory leak when starting RequestManagers in some cases (14a0e1a)
Workaround a JDK bug triggered sometimes by Registry (6aa7ad2)
Avoid claiming annotations in Glide's processor (@cushon, e9e5a2e)
Fix issues with clone/autoclone in RequestBuilder (332807a, 11530fd)
Fix a bug where we could decode partial images for large PNG files where obtaining the metadata caused us to skip past the limit of our buffer (danfang@, 2b61482)
Make sure to rethrow in our exception handling streams to workaround an infinite loop in ExifInterface (59ec98c)
Reduce the number of stat() syscalls in Glide's startup (5acc99f)
Deprecations
Behavior Changes
Better http status codes in HttpUrlFetcher failures (efe8023)