Glide 4.0.0
This is the July release of Glide.
We're calling this release 4.0.0, which means it's the first stable release of Glide v4.
Bug fixes
- Fixed an error initializing the Glide singleton allowing callers in some cases to obtain a partially initialized object (6c56e38, thanks to @Codeintheory for fixing this in the v3 branch in #2061).
- Fixed an issue where requesting only identity encodings from some image backends caused those image backends to return compressed streams that were not transparently decoded by HttpUrlConnection, resulting in decoding failures (#2132)
- Updated some old documentation in
DataFetcher
(#2153, thanks to @Teovald) - Fixed an issue causing Glide to wait forever to obtain View sizes for Views that we're re-attached to windows without requiring a size change (#1981)
- Fixed a few typos in the Readme (#2191, thanks to @rmtheis)
- Fixed a crash in
DefaultConnectivityMonitorFactory
when Glide was called via an IPC from an application that had the ACCESS_NETWORK_STATE permission but in an application that did not have the ACCESS_NETWORK_STATE permission (#2121).