内容简介:Glide 4.5.0 已发布,Glide 是一个 Android 上的图片加载和缓存库,其目的是实现平滑的图片列表滚动效果。 该版本引入了以下新特性: Add an API to pause all requests for a given Activity or Fragment t...
Glide 4.5.0 已发布,Glide 是一个 Android 上的图片加载和缓存库,其目的是实现平滑的图片列表滚动效果。
该版本引入了以下新特性:
Add an API to pause all requests for a given
Activity
orFragment
to allow callers to manually reduce memory when their Fragment or Application is backgroundedFully support Bitmap re-use for
RGBA_F16
Bitmap
s. Previously Glide supported decodingRGBA_F16
Bitmap
s, but would not re-use any stored in theBitmapPool
when doing soSupport decoding Videos from resources as
AssetFileDescriptor
sAdded support for the
MediaMetadataRetriever#getScaledFrameAtTime
method added in OMR1 to marginally reduce memory usage when decoding video framesSupport transcoding
BitmapDrawable
s tobyte[]
s
Breaking Changes:
Removed deprecated constructors requiring
Context
s in most of Glide's defaultTransformation
The
@NonNull
and@Nullable
annotations added in this release may break builds that depend on compiler plugins that do static nullability analysis, typically due a lack of annotations on any implemenations you might have of Glide's interfaces.
此外,还包含大量修复和其他改进,详情和下载地址可查阅发行列表。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Glide 4.5.0 发布,Android 图片加载和缓存库》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Glide 4.1.0 发布,Android 图片加载和缓存库
- Glide 4.1.1 发布,Android 图片加载和缓存库
- Glide 4.2.0 发布,Android 图片加载和缓存库
- Glide 4.3.0 发布,Android 图片加载和缓存库
- Glide 4.3.1 发布,Android 图片加载和缓存库
- Glide 4.6.0 发布,Android 图片加载和缓存库
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。