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

Android: Replace Picasso with Glide #10626

Merged
merged 1 commit into from Sep 13, 2022
Merged

Android: Replace Picasso with Glide #10626

merged 1 commit into from Sep 13, 2022

Conversation

t895
Copy link
Contributor

@t895 t895 commented May 2, 2022

Glide lets us use less code for image loading and caching. Additionally, I have put image compression on a separate thread.

@JosJuice
Copy link
Member

I wouldn't mind switching to Glide, but unless your fix for the issue with the borders actually depends on switching to Glide, you should put that fix in a separate PR.

@shuffle2
Copy link
Contributor

please rebase on master to fix windows build

@t895
Copy link
Contributor Author

t895 commented Aug 11, 2022

@JosJuice Just took some time to try and get the custom covers working again. I'm not happy with the implementation I have here, but this is the only way I've found how to get the right directory for internal storage. This doesn't even allow for custom covers if the game library is stored on an external sd card. I'm just thinking about just sticking to changing the cached image to get a custom cover for now while I wait for a better solution.

Note - I could not find a way to get our existing URIs to function properly

@t895 t895 force-pushed the glide branch 2 times, most recently from 65f0c7f to d781cec Compare August 17, 2022 00:42
@t895 t895 force-pushed the glide branch 3 times, most recently from 2f4c452 to f400da6 Compare August 25, 2022 17:03
@t895 t895 requested a review from JosJuice August 25, 2022 17:07
@JosJuice JosJuice merged commit 7f450f1 into dolphin-emu:master Sep 13, 2022
11 checks passed
@t895 t895 deleted the glide branch January 1, 2023 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants