Glide 4.0.0 RC1 发布了,Glide 是一个 Android 上的图片加载和缓存库,其目的是实现平滑的图片列表滚动效果。该版本是 Glide 4 的预发行版。主要更新如下:
特性:
Added support for VectorDrawables to the placeholder methods
Minimal support for additional Bitmap configurations in Android O
Bug 修复:
Fixed a duplicate field error when using GlideExtensions
Fixed VisibleForTesting lint errors in Glide's generated code
Fixed a bug preventing us from falling back to the error Drawable for null models when the fallback drawable isn't specified
Fixed an NPE when obtaining a RequestManager for a View
Propagate HTTP exceptions from the OkHttp library so that they're accessible when requests fail
Fixed a race condition causing resource leaks
Fixed an NPE in MultiModelLoader
Fixed a broken null check
Fixed a bug preventing the placeholder Drawable from being shown for null models when both the fallback and the error Drawables are unspecified
Fixed an IllegalStateException when pending requests were cancelled and restarted
软件详情:https://github.com/bumptech/glide/releases/tag/v4.0.0-RC1
下载地址:https://github.com/bumptech/glide/archive/v4.0.0-RC1.zip
来自:开源中国社区

