Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

28 lines (25 loc) · 1.59 KB

1.1.9

  • proguard configuration is now bundled with the library - #193
  • Android gradle plugin updated to 1.3.0
  • fixed segfault when frame is not confined to canvas - #196, #194
  • fixed relationship between drawable visibility and animation state - #195

1.1.8

  • toolchain changed to clang
  • InputStream source reading optimization
  • fixed support for API level 8 - #173
  • fixed seeking in paused state - #180
  • added missing default frame duration - #186
  • gradle version updated to 2.5
  • support annotations version updated to 22.2.1

1.1.7

  • fixed warning about attaching nameless thread on ART
  • support annotations version updated to 22.1.1
  • Android gradle plugin updated to 1.2.3
  • fixed NPE when GifTextureView is constructed without attributes
  • fixed background artifacts - #167
  • single drawable assigned to multiple views support added (MultiCallback)
  • NDK version updated to r10e
  • GifDrawable#setLoopCount() added
  • fixed firing AnimationListener#onAnimationCompleted()
  • gradle wrapper version updated to 2.4

Updates also contain documentation updates, typofixes, and trivial code clean-ups.