Glide 3.5.0 发布,此版本是增量版本,包括一些新特性和重要的 bug 修复。
新特性
添加 GlideModules,更简单的延迟配置 (#311).
支持原始大小 (#274):
改进 ListPrerloader API, including an interface allowing different sizes per position thanks to @DavidWiesner (#273)
[ALPHA] AppWidget 和 Notification Target 实现 thanks to @pavlospt (#242):
Override values are passed through to thumbnails (#236).
Automatically call trim/clear memory based on ComponentCallbacks (9063f6c).
Build/Infrastructure
更新到 Robolectric 2.4 thanks to @TWiStErRob (#249).
更新到 Android gradle plugin 1.0+ (ba32d32).
添加 Intellij 文件,开发更方便 (e34df44)
Bugs 修复
性能
Fixed needlessly copying Bitmaps decoded from data without an EXIF orientation tag (#270).
Freed thumbnails eagerly when full loads finish (#237).
Fixed a strict mode violation initializing the disk cache on Lollipop (#298).
Fixed a NetworkOnMainThread exception in the OkHttp integration library (#257)
Calculate sample size correctly thanks to @jisung (#288)
Rendering
Worked around a framework issue in KitKat and Lollipop causing certain types of Bitmaps to render old data (#301).
Fixed large BMPs failing to render (#283).
Fixed decode failure for images with minimal EXIF segments (#286).
Fixed a bug causing shared color filters (#276).
其他
Fixed a crash when the Glide singleton is instantiated on a background thread (#295).
Fixed a crash when completing loads started or cancelled other loads (#303).
Fixed skipMemoryCache not always skipping the memory cache (#258).
Glide 是一个 Android 上的图片加载和缓存库,其目的是实现平滑的图片列表滚动效果。
软件详情:https://github.com/bumptech/glide
下载地址:https://github.com/bumptech/glide/releases
来自:开源中国社区

