-
Notifications
You must be signed in to change notification settings - Fork 187
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
Migrate to coil3 #4347
base: develop
Are you sure you want to change the base?
Migrate to coil3 #4347
Conversation
add( | ||
OkHttpNetworkFetcherFactory( | ||
callFactory = { | ||
okHttpClient.get() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not seem to be used, not sure what's happening here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is not used exactly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I set a breakpoint on okHttpClient.get()
and starts the application in debug mode (from AS). Images are loaded but the code never breaks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sounds wrong then :/
According to the documentation, should be enough
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added logs and confirm that this code is not used. Still digging
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #4347 +/- ##
===========================================
- Coverage 80.18% 80.17% -0.02%
===========================================
Files 2058 2058
Lines 54802 54815 +13
Branches 6706 6706
===========================================
+ Hits 43945 43949 +4
- Misses 8561 8570 +9
Partials 2296 2296 ☔ View full report in Codecov by Sentry. |
|
Content
Migrate from coil2 to coil3
Ref: https://coil-kt.github.io/coil/upgrading_to_coil3/
Motivation and context
Use up to date dependencies.
Screenshots / GIFs
Tests
Tested devices
Checklist