Glide 4.6.0 已发布,Glide 是一个 Android 上的图片加载和缓存库,其目的是实现平滑的图片列表滚动效果。
更新内容如下:
功能
Use buffered streams when writing Bitmap data
Allow re-using ARGB_8888 and RGBA_F16 Bitmaps via re-configuration
Bug 修复
Return the correct size of RGBA_F16 Bitmaps in Util.getBitmapByteSize to avoid obtaining incorrectly sized Bitmaps for re-use in Downsampler
Avoid converting RGBA_F16 Bitmaps to ARGB_8888 when running transformations that add transparent pixels
Avoid an exception when loading remote images that aren't yet in the cache as Files with DiskCacheStrategy.AUTOMATIC
Avoid inefficiently trying identical parts of load paths multiple times
更多内容及下载地址:
https://github.com/bumptech/glide/releases/tag/v4.6.0
来自:开源中国社区