Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update coil to v2.4.0 #554

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update coil to v2.4.0 #554

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.coil-kt:coil-gif 2.2.0 -> 2.4.0 age adoption passing confidence
io.coil-kt:coil 2.2.0 -> 2.4.0 age adoption passing confidence
io.coil-kt:coil-compose 2.2.0 -> 2.4.0 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

coil-kt/coil

v2.4.0

Compare Source

  • Rename DiskCache get/edit to openSnapshot/openEditor.
  • Don't automatically convert ColorDrawable to ColorPainter in AsyncImagePainter.
  • Annotate simple AsyncImage overloads with @NonRestartableComposable.
  • Fix: Call Context.cacheDir lazily in ImageSource.
  • Fix: Fix publishing coil-bom.
  • Fix: Fix always setting bitmap config to ARGB_8888 if hardware bitmaps are disabled.
  • Update Kotlin to 1.8.21.
  • Update Coroutines to 1.7.1.
  • Update accompanist-drawablepainter to 0.30.1.
  • Update androidx.compose.foundation to 1.4.3.
  • Update androidx.profileinstaller:profileinstaller to 1.3.1.
  • Update com.squareup.okhttp3 to 4.11.0.

v2.3.0

Compare Source

  • New: Introduce a new coil-test artifact, which includes FakeImageLoaderEngine. This class is useful for hardcoding image loader responses to ensure consistent and synchronous (from the main thread) responses in tests. See here for more info.
  • New: Add baseline profiles to coil-base (child module of coil) and coil-compose-base (child module of coil-compose).
    • This improves Coil's runtime performance and should offer better frame timings depending on how Coil is used in your app.
  • Fix: Fix parsing file:// URIs with encoded data. #​1601
  • Fix: DiskCache now properly computes its maximum size if passed a directory that does not exist. #​1620
  • Make Coil.reset public API. #​1506
  • Enable Java default method generation. #​1491
  • Update Kotlin to 1.8.10.
  • Update accompanist-drawablepainter to 0.30.0.
  • Update androidx.annotation to 1.6.0.
  • Update androidx.appcompat:appcompat-resources to 1.6.1.
  • Update androidx.compose.foundation to 1.4.0.
  • Update androidx.core to 1.9.0.
  • Update androidx.exifinterface:exifinterface to 1.3.6.
  • Update androidx.lifecycle to 2.6.1.
  • Update okio to 3.3.0.

v2.2.2

Compare Source

  • Ensure an image loader is fully initialized before registering its system callbacks. #​1465
  • Set the preferred bitmap config in VideoFrameDecoder on API 30+ to avoid banding. #​1487
  • Fix parsing paths containing # in FileUriMapper. #​1466
  • Fix reading responses with non-ascii headers from the disk cache. #​1468
  • Fix decoding videos inside asset subfolders. #​1489
  • Update androidx.annotation to 1.5.0.

v2.2.1

Compare Source

  • Fix: RoundedCornersTransformation now properly scales the input bitmap.
  • Remove dependency on the kotlin-parcelize plugin.
  • Update compile SDK to 33.
  • Downgrade androidx.appcompat:appcompat-resources to 1.4.2 to work around #​1423.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from RBusarow as a code owner September 8, 2022 07:52
@renovate renovate bot changed the title Update coil to v2.2.1 Update coil to v2.2.2 Oct 2, 2022
@renovate renovate bot changed the title Update coil to v2.2.2 Update coil to v2.3.0 Mar 30, 2023
@renovate renovate bot force-pushed the renovate/coil branch from 4d41ea0 to ad68a71 Compare March 30, 2023 22:01
@renovate renovate bot changed the title Update coil to v2.3.0 Update coil to v2.4.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/coil branch from ad68a71 to 3308543 Compare May 28, 2023 11:57
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.

0 participants