-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 Coil 3 #11723
Migrate to Coil 3 #11723
Conversation
dd7ca1a
to
341386c
Compare
341386c
to
ca855cb
Compare
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.
Tried it out, app still works the same for thumbnails, code looks 🆗
I think you have to run the auto-formatter on the .kt file, otherwise the linter fails |
Co-authored-by: Tobi <[email protected]>
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 tested the following things and everything worked well:
- clearing cache actually removes the files on disk
- the player thumbnail loads normally (also in SoundCloud songs)
- the notification thumbnail also loads fine
- changing image quality works
- sharing a video also shows its image in the share sheet, so the image is correctly obtained from cache
Thank you!
app/src/main/java/org/schabi/newpipe/settings/ContentSettingsFragment.java
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
What is it?
Description of the changes in your PR
ImageLoader.Builder
being converted to extension functions.Fixes the following issue(s)
APK testing
The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR. You can find more info and a video demonstration on this wiki page.
Due diligence