转载

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

#JetBrains 六折贺新春!IntelliJ IDEA,PyCharm,WebStorm,PhpStorm 优惠!

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

Glide 3.5.2 发布,此版本现已提供下载:

  • flickr-debug.apk

  • giphy-debug.apk

  • glide-3.5.2-javadoc.jar

  • glide-3.5.2.jar

  • glide-okhttp-integration-1.2.2-javadoc.jar

  • glide-okhttp-integration-1.2.2.jar

  • glide-volley-integration-1.2.2-javadoc.jar

  • glide-volley-integration-1.2.2.jar

  • svg-debug.apk

  • Source code (zip)

  • Source code (tar.gz)

此版本是个小的 bug 修复版本:

Bug 修复

  • Fix a NPE on ComponentCallbacks ( #329 )

  • Fix an NPE caused by clearing the BitmapPool ( #331 )

  • Ensure requests started before the corresponding Fragment or Activity is started always run ( #346 )

  • Obey Target.ORIGINAL_SIZE when set via override() ( #333 )

  • Correctly parse JPEG image headers ( #334 )

  • Add an assertion when using a request builder as a thumbnail for itself ( #330 )

性能

  • Avoid an unnecessary Bitmap allocation and reference when decoding most GIFs ( e85cf30 )

  • Increase the BitmapPool hit rate on KitKat and Lollipop when using multiple types of Bitmaps ( #335 )

正文到此结束
Loading...