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

Add android themed icons support #917

Merged
merged 3 commits into from
Jan 6, 2024

Conversation

edgarogh
Copy link
Contributor

⁉️ Related Issue

Closes #916

📖 Description

I really just added a single line of XML code, reusing the existing adaptive icon drawable

🧪 How Has This Been Tested?

Tested both in the emulator and on my own phone. Due to not having access to some required keys, and being unable to downgrade dart to the old version that you're using, I had to strip out all flutter code and build it as a normal android app, just for testing. The nature of the change probably doesn't warrant any additional testing.

🖼️ Screenshots

First screenshot shows the app launcher without Themed Icons enabled, and the second shows how it now looks with Themed Icons enabled.

The ÉTS icon's outline looks less sharp than other icons, I'm not sure what causes that. Since the source file is a PNG, I can't really edit it as I would've done with an SVG. That'll be ok I guess anyway, but if somebody has an SVG version of the icon with a sharper outline, it might look ever-so-slightly better.

@edgarogh edgarogh requested a review from a team as a code owner December 31, 2023 14:37
@XavierPaquet-Rapold
Copy link
Contributor

Closing for the CI to build correctly

@XavierPaquet-Rapold
Copy link
Contributor

@edgarogh Can you increment the patch version in the pubspec.yaml file ?
version: 4.33.2+1
I will be able to force push your changes after that.

@XavierPaquet-Rapold XavierPaquet-Rapold merged commit 156c556 into ApplETS:master Jan 6, 2024
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android 13: themed icons support
3 participants