Skip to content

Releases: bumptech/glide

2.0.4 Release

15 Jun 19:30
Compare
Choose a tag to compare

Allow null models (urls etc.) by canceling previous loads and showing the placeholder (if set).

v3.1.0a

15 Apr 14:28
Compare
Choose a tag to compare
v3.1.0a Pre-release
Pre-release
bump version

2.0.3

15 Apr 02:12
Compare
Choose a tag to compare

Incremental release:

Improved bitmap pool performance, particularly on newer devices.
More efficient fit center transformations
Better quality image transformations.
Various small bugfixes.

v2.0.2

02 Mar 23:26
Compare
Choose a tag to compare

Incremental release with a variety of bugfixes and small features including:

A class for preloading images when using ListView
Support for reconfigurable bitmaps in KitKat
Improved image quality for transparent images
Support for onTrimMemory callbacks

2.0.1

05 Sep 19:36
Compare
Choose a tag to compare

Fix defaulting to not using a disk cache
Fix throwing an IllegalArgumentException when setting an error drawable
Disable logging by default (accessible via Log.DEBUG)
Fix loads into targets other than image views failing silently due to weak references
Fix an IllegalArgumentException loading certain pngs

2.0 release

27 Aug 18:13
Compare
Choose a tag to compare

The first stable release of Glide.

2.0 Alpha

08 Aug 22:16
Compare
Choose a tag to compare
2.0 Alpha Pre-release
Pre-release

Pre release for v2, should have a stable api at this point, though package names may change.

glide.jar includes Glide and a recent version of Volley. You can also download glide-minus-volley.jar if you don't plan on using Volley or want to use a different version of Volley.