-
-
Notifications
You must be signed in to change notification settings - Fork 61
fix(deps): update coil to v3.3.0 #170
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/coil
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d9a920a to
64db75c
Compare
64db75c to
0d3df4f
Compare
ab225c2 to
2fa9739
Compare
2fa9739 to
f5fd1d2
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
f5fd1d2 to
061297f
Compare
061297f to
249ad9c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.0.3→3.3.03.0.3→3.3.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
coil-kt/coil (io.coil-kt.coil3:coil-network-okhttp)
v3.3.0Compare Source
MemoryCache.maxSizeon Android while the app is backgrounded.ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackgroundis set, theImageLoader's memory cache will be limited to a percent of its max size while the app is backgrounded. This setting is currently disabled by default.AsyncImage,ImageView, etc.) it will still be present in the memory cache.Svg.Parserargument toSvgDecoder.densityargument toSvgDecoderto support providing a custom density multiplier.Uri.Builderto support copying and modifyingUris.ImageLoader.Builder.mainCoroutineContextto support overriding Coil'sDispatchers.main.immediateusage in tests.CrossfadePainter.intrinsicSizechanging when thestartimage is dereferenced at the end of the animation. This aligns with the behaviour ofCrossfadeDrawable.ImageLoaders.executeBlockingbeing inaccessible from Java.kotlinx.io's Okio interop module incoil-network-ktor3.kotlinx-datetimeto0.7.1.coil-network-cache-controlmodule. See here for more info.v3.2.0Compare Source
Changes since
3.1.0:coil-composeandcoil-compose-corenow require Java 11 bytecode due to Compose1.8.0requiring it. See here for how to enable it.AsyncImagePreviewHandler's functional constructor to returnAsyncImagePainter.State.Successinstead ofAsyncImagePainter.State.Loading.ConstraintsSizeResolver#size().PlatformContextwhen building with R8.FakeImageLoaderEnginenot settingTransition.Factory.NONEwhen the defaultFakeImageLoaderEngineresponse is returned.ColorImage.CacheControlCacheStrategy.CircleCropTransformationandRoundedCornersTransformationto share common code.BitmapFactoryinternally ifExifOrientationStrategyis notRESPECT_PERFORMANCE.accompanist-drawablepainterto 0.37.3.Changes since
3.2.0-rc02:BitmapFactoryinternally ifExifOrientationStrategyis notRESPECT_PERFORMANCE.accompanist-drawablepainterto 0.37.3.v3.1.0Compare Source
AsyncImageperformance.ColorImageand deprecateFakeImage.ColorImageis useful for returning a fake value in tests and previews. It solves the same use case asFakeImage, but is more easily accessible incoil-coreinstead ofcoil-test.coil-compose-core's dependency onDispatchers.Main.immedate.AsyncImagePainterwould not executeImageRequests synchronously in Paparazzi and Roborazzi screenshot tests.data:[<mediatype>][;base64],<data>AnimatedImageDecoder.ENCODED_LOOP_COUNTto support using the encoded repeat count in a GIF's metadata.ExtrastoNetworkRequestto support custom extensions.DiskCache.Builder.cleanupCoroutineContextand deprecateDiskCache.Builder.cleanupDispatcher.ImageLoader.Builder.imageDecoderEnabledto optionally disable usingandroid.graphics.ImageDecoderon API 29 and above.Keyerfor anImageRequest's data type.CrossfadePainterpublic.Transformations on all multiplatform targets.Expiresheader value inCacheControlCacheStrategy.AsyncImage/SubcomposeAsyncImage/rememberAsyncImagenot launching a newImageRequestif itsContentScalechanges to/fromNone.androidx.coreto 1.15.0.v3.0.4Compare Source
maxBitmapSize.FakeImagenot rendering on Android.Transformations change when used withAsyncImage/rememberAsyncImagePainter/SubcomposeAsyncImage.ScaleDrawableandCrossfadeDrawablenot respecting tint states.ImageDecoderto decode partial image sources. This matches the behavior inBitmapFactory.Bitmap.prepareToDraw()not being called after decoding.SvgDecodershould not returnisSampled = truefor non-rasterized images.Dispatchers.Unconfinedin Compose if an immediate main dispatcher is unavailable. This is only used in preview/test environments.2.3.13.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.
This PR was generated by Mend Renovate. View the repository job log.