All Versions
12
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v2.2.0 Changes
- ๐ New (#66): Expose
GifDecoder#getFrameCount
- ๐ New (#65): Bump compile and target SDK versions to 27,
minSdkVersion
is now 14 - Fix (#58): Apply latest changes from Glide's
GifDecoder
, fixDISPOSE_BACKGROUND
andDISPOSE_PREVIOUS
- ๐ New (#57): Added
OnAnimationStart
callback - ๐ New (#35): Added support for GIFs with a loop count specified
- ๐ New (#66): Expose
-
v2.1.0 Changes
- ๐ Fix (#34): Clear animation when detached from the window
- ๐ New (#18): On stop callback for when animation completes
- ๐ Fix (#36): Division by Zero Exception
- ๐ Fix (#37): IllegalArgumentException due to overflowing buffer length
- ๐ Fix (#28): Memory leak in cleanupRunnable
-
v2.0.0 Changes
- ๐ Ported the
GifDecoder
implementation from Glide which fixes most of the gif weirdnesses and bugs.
- ๐ Ported the
-
v1.2.0 Changes
- โ Adds support for custom frame display duration via
setFramesDisplayDuration()
, thanks to @donvigo
- โ Adds support for custom frame display duration via
-
v1.1.0 Changes
- โ Adds support to
OnFrameAvailable
callback, thanks to @luciofm.
- โ Adds support to
-
v1.0.6 Changes
- โ Adds methods
getGifWidth()
andgetGifHeight()
toGifImageView
class.
- โ Adds methods
-
v1.0.5 Changes
- Catch exceptions in
GifImageView.run()
- Catch exceptions in
-
v1.0.4 Changes
- Safer clear() routine to avoid null pointer exceptions.
-
v1.0.3 Changes
- ๐ PR #5: Fixes crashes when clearing the GIF bytes.
-
v1.0.2 Changes
- PR #4: Replace false image data decoding in readContents with simple skipping.