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

Cherry pick PR #3707: Add ArtworkDownloader interface #3723

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

cobalt-github-releaser-bot
Copy link
Collaborator

Refer to the original PR: #3707

Extract and refactor the part of the code in ArtworkLoader to a new interface ArtworkDownloader and its default implementation ArtworkDownloaderDefault, so that we could swap the implementation in Kimono to avoid GMS Extract the artwork downloading functionality from ArtworkLoader into a separate interface (ArtworkDownloader) and a default implementation
(ArtworkDownloaderDefault). This will allow the Kimono project to provide its own implementation without relying on GMS dependencies.

b/347963541

Change-Id: I7edd475991c7dd755aa24f313aaa890db4d5798d

Extract and refactor the part of the code in ArtworkLoader to a new
interface ArtworkDownloader and its default implementation
ArtworkDownloaderDefault, so that we could swap the implementation in
Kimono to avoid GMS Extract the artwork downloading functionality from
ArtworkLoader into a separate interface (ArtworkDownloader) and a
default implementation
(ArtworkDownloaderDefault). This will allow the Kimono project to
provide its own implementation without relying on GMS dependencies.

b/347963541

Change-Id: I7edd475991c7dd755aa24f313aaa890db4d5798d

Co-authored-by: Colin Liang <[email protected]>
(cherry picked from commit 1f75c29)
Copy link
Contributor

@zhongqiliang zhongqiliang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zhongqiliang zhongqiliang merged commit 95125ce into 24.lts.1+ Jul 1, 2024
323 checks passed
@zhongqiliang zhongqiliang deleted the cherry-pick-24.lts.1+-3707 branch July 1, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants