皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Glide 4.6.0 发布,Android 图片加载和缓存库

Glide 4.6.0 已发布,Glide 是一个 Android 上的图片加载和缓存库,其目的是实现平滑的图片列表滚动效果。

更新内容如下:

功能

  • Use buffered streams when writing Bitmap data (860f7d0)
  • Allow re-using ARGB_8888 and RGBA_F16 Bitmaps via re-configuration (2cd953c17e0943)

Bug 修复

  • Return the correct size of RGBA_F16 Bitmaps in Util.getBitmapByteSize to avoid obtaining incorrectly sized Bitmaps for re-use in Downsampler (a198ef6)
  • Avoid converting RGBA_F16 Bitmaps to ARGB_8888 when running transformations that add transparent pixels (73277df)
  • Avoid an exception when loading remote images that aren’t yet in the cache as Files with DiskCacheStrategy.AUTOMATIC (0917ef3#2824)
  • Avoid inefficiently trying identical parts of load paths multiple times (9d3a6ff, thanks to paulsowden@)

更多内容及下载地址:

转自 http://www.oschina.net/news/93015/glide-4-6-0