koral--/android-gif-drawable
 Watch   
 Star   
 Fork   
2023-08-30 01:59:15
android-gif-drawable
2023-07-03 19:36:35
android-gif-drawable
2023-07-01 02:54:33
android-gif-drawable

v1.2.26

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

2022-08-18 08:24:35
android-gif-drawable

v1.2.25

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
2022-01-17 09:34:10
android-gif-drawable

v1.2.24

What's Changed

New Contributors

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

2021-03-08 15:32:02
android-gif-drawable

v1.2.23

Release notes were automatically generated by Shipkit

1.2.23

2021-02-03 08:21:26
android-gif-drawable

v1.2.22

Release notes were automatically generated by Shipkit

1.2.22

2020-08-27 00:37:40
android-gif-drawable

v1.2.21

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)
2020-05-04 04:19:13
android-gif-drawable

v1.2.20

  • 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)
2019-10-19 09:56:11
android-gif-drawable

v1.2.19

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