Android Gif Drawable Versions Save

Views and Drawable for displaying animated GIFs on Android

v1.2.28

8 months ago

What's Changed

Full Changelog: https://github.com/koral--/android-gif-drawable/compare/v1.2.27...v1.2.28

v1.2.27

10 months ago

v1.2.26

10 months ago

What's Changed

  • Update dependency versions
  • Update NDK to 25.2.9519653
  • Update Android Gradle plugin to 8.0.2
  • Use Java 17 for building
  • Switch to upstream ReLinker and update to 1.4.5
  • Update compile and target SDK to 33

Full Changelog: https://github.com/koral--/android-gif-drawable/compare/v1.2.25...v1.2.26

v1.2.25

1 year ago

1.2.25

  • 2022-08-18 - commits
  • Fix sample size not taken into account (#797) (#798)
  • Stop further decoding on error (#801)
  • Clear GifTextureView when removing source (#745)
  • Fix negative current position (#657)
  • Dependency versions bump

v1.2.24

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/koral--/android-gif-drawable/compare/v1.2.23...v1.2.24

v1.2.23

3 years ago

Release notes were automatically generated by Shipkit

1.2.23

v1.2.22

3 years ago

Release notes were automatically generated by Shipkit

1.2.22

v1.2.21

3 years ago

Release notes were automatically generated by Shipkit

1.2.21

  • 2020-08-26 - 1 commit by 默默 - published to Bintray
  • fix bug "Abort message: 'attempted to close file descriptor 165, expe… (#747)

v1.2.20

4 years ago
  • Update NDK version to 21 (#734)
  • Fix artifacts when disposal to previous frame method is used
  • Revert "Let's clear rasterBits if failed to read frame's header." and… (#714)

v1.2.19

4 years ago
  • Fix out of bounds read/write in gif decoding - #697