Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 30, 2020

Bumps android-gif-drawable from 1.2.7 to 1.2.19.

Release notes

Sourced from android-gif-drawable's releases.

v1.2.19

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

v1.2.18

  • 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

  • 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

  • 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

  • Fix VerifyError on API level older than Lollipop - #570
  • Gradle wrapper regenerated with 4.9

v1.2.14

  • Fix release packaging

v1.2.13

  • 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

  • GifDrawable invalidation fixed - #510
  • SIGILL on arm CPUs without NEON fixed - #522
... (truncated)
Changelog

Sourced from android-gif-drawable's changelog.

1.2.19

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

1.2.18

  • 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

1.2.17

  • 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

1.2.16

  • 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

1.2.15

  • Fix VerifyError on API level older than Lollipop - #570
  • Gradle wrapper regenerated with 4.9

1.2.14

  • Fix release packaging

1.2.13

  • 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

1.2.12

  • GifDrawable invalidation fixed - #510
  • SIGILL on arm CPUs without NEON fixed - #522
  • Gradle wrapper regenerated with 4.6
... (truncated)
Commits
  • 2cb19fd Release 1.2.19
  • 5219e25 Gracefully skip bad image blocks when parsing
  • 4d72a9f Merge branch 'master' into dev
  • 599082b Release 1.2.18
  • 8283c9b Update Gradle wrapper to 5.6.2
  • 2575d71 Update changelog
  • 044138b Gradle version bump
  • 2df4d71 Do not give up when unknown record type is encountered. Fixes #667
  • 13f6a8e Let's clear rasterBits if failed to read frame's header.
  • e696417 We should not pass uninitialized GifInfo to DDGifSlurp()
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@yashk2000 yashk2000 merged commit b852234 into development Feb 6, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/pl.droidsonroids.gif-android-gif-drawable-1.2.19 branch February 6, 2020 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants