Glide 4.1.0 已发布。Glide 是一个 Android 上的图片加载和缓存库,其目的是实现平滑的图片列表滚动效果。部分更新如下:
Bug 修复
Fixed a bug where options applied in GlideExtensions could be ignored if the extension option was applied to a RequestOptions object that had autoClone() enabled
Fixed an issue default options set in RequestManager could be ignored if autoClone() was enabled
Fixed double logging parts of GlideExceptions
Fixed a bug where DiskCacheStrategy.ALL and DiskCachceStrategy.RESOURCE when used while loading a GIF might lead to a partial or invalid cache file
Fixed a concurrent modification exception in ViewTarget
Fixed an error attempting to load files more than Integer.MAX_VALUE in length
Fixed an issue with using cross fades in RecyclerView
Clarified nullability of properties in DataFetcher
软件详情:https://github.com/bumptech/glide/releases/tag/v4.1.0
下载地址:https://github.com/bumptech/glide/releases/tag/v4.1.0
来自:开源中国社区

