Skip to content

Commit

Permalink
Migrate image loading from Picasso to Coil (TeamNewPipe#11201)
Browse files Browse the repository at this point in the history
* Load notification icons using Coil

* Migrate to Coil from Picasso

* Clean up Picasso leftovers

* Enable RGB-565 for low-end devices

* Added Coil helper method

* Add annotation

* Simplify newImageLoader implementation

* Use Coil's default disk and memory cache config

* Enable crossfade animation

* Correct method name

* Fix thumbnail not being displayed in media notification
  • Loading branch information
Isira-Seneviratne committed Jul 22, 2024
1 parent 7d92a1d commit 0528604
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import org.schabi.newpipe.BuildConfig;
import org.schabi.newpipe.R;
import org.schabi.newpipe.extractor.Image;
import org.schabi.newpipe.util.image.CoilHelper;
import org.schabi.newpipe.util.image.ImageStrategy;

import java.nio.file.Files;
Expand Down

0 comments on commit 0528604

Please sign in to comment.