Skip to content

Releases: koral--/android-gif-drawable

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

v1.2.18

08 Sep 23:35
v1.2.18
Compare
Choose a tag to compare
  • Add AndroidX annotations warnings supperssion - #671
  • Use relocated ReLinker - #665
  • Fix double free on 0-sized images - #673
  • Fix heap corruption caused by malformed images - #678
  • Do not give up when image contains unknown record type - #667
  • Gradle wrapper regenerated with 5.6.2
  • Android Gradle plugin updated to 3.5.0

v1.2.17

09 Jun 22:22
v1.2.17
Compare
Choose a tag to compare
  • Built-in ReLinker part replaced with complete ReLinker 1.3.1 - #636
  • Android Gradle plugin updated to 3.4.1
  • Gradle wrapper regenerated with 5.4.1

v1.2.16

21 Nov 00:00
v1.2.16
a68901c
Compare
Choose a tag to compare
  • Fixed setting color drawable from Java code - #606
  • Fixed extraneous file descriptor closing - #600
  • Fixed missing null check for NewGlobalRef - #594
  • Fixed missing free of info buffer - #595
  • Android Gradle plugin updated to 3.2.1
  • Gradle wrapper regenerated with 4.10.2
  • NDK updated to r18, minimum API level increased to 17

v1.2.15

17 Jul 01:18
v1.2.15
0b1ac59
Compare
Choose a tag to compare
  • Fix VerifyError on API level older than Lollipop - #570
  • Gradle wrapper regenerated with 4.9

v1.2.14

09 Jul 09:58
Compare
Choose a tag to compare
  • Fix release packaging

v1.2.13

09 Jul 01:47
v1.2.13
273398e
Compare
Choose a tag to compare
  • Kotlin updated to 1.2.51
  • Compile and target SDK version updated to 28
  • Android Support library updated to 27.1.1
  • Android Gradle plugin updated to 3.1.3
  • Gradle wrapper regenerated with 4.8.1
  • Removed private FileDescriptor field usage on Android P and above
  • Added explicit FileDescriptor closing
  • Removed unused code in LibraryLoader
  • Dropped MIPS and MIPS64 targets
  • Added support for NDK r17 and newer (with optional armeabi target built using NDK < r17)
  • Fixed possible race conditions in GifTexImage2D

v1.2.12

24 Mar 20:27
v1.2.12
ac25a5b
Compare
Choose a tag to compare
  • GifDrawable invalidation fixed - #510
  • SIGILL on arm CPUs without NEON fixed - #522

v1.2.11

22 Feb 00:05
v1.2.11
9898b52
Compare
Choose a tag to compare
  • Gradle wrapper regenerated with 4.5.1
  • Kotlin updated to 1.2.21
  • Added GifTexImage2D#getCurrentFrameIndex() - #506

v1.2.10

02 Jan 00:57
v1.2.10
55ab8a3
Compare
Choose a tag to compare
  • Gradle wrapper regenerated with 4.4.1
  • armeabi and mips family targets restored - #494