Skip to content

Releases: koral--/android-gif-drawable

v1.2.28

29 Aug 18:08
9080ef9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.27...v1.2.28

v1.2.27

03 Jul 12:03
c10c4f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.26...v1.2.27

v1.2.26

30 Jun 18:55
84a9259
Compare
Choose a tag to compare

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: v1.2.25...v1.2.26

v1.2.25

18 Aug 00:26
7a700e9
Compare
Choose a tag to compare

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

17 Jan 01:51
v1.2.24
fd4d76a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.23...v1.2.24

v1.2.23

08 Mar 07:32
Compare
Choose a tag to compare

Release notes were automatically generated by Shipkit

1.2.23

v1.2.22

03 Feb 00:21
Compare
Choose a tag to compare

Release notes were automatically generated by Shipkit

1.2.22

v1.2.21

26 Aug 16:37
Compare
Choose a tag to compare

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

03 May 20:19
Compare
Choose a tag to compare
  • 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

19 Oct 01:57
v1.2.19
Compare
Choose a tag to compare
  • Fix out of bounds read/write in gif decoding - #697