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

Feature: App icon improvements #515

Merged
merged 5 commits into from
Feb 28, 2024
Merged

Conversation

sebastien46
Copy link
Contributor

@sebastien46 sebastien46 commented Feb 28, 2024

closes #284

This PR:

  • Adds support for Android 13+ Themed Icons

    • Light Theme, Turquoise Swatch

    SCR2_light_turquoise

    • Dark Theme, Turquoise Swatch

    SCR3_dark_turquoise

  • Replaces the launcher icon bitmaps for Android 8+ by an equivalent VectorDrawable

    • Before (xxxhDPI)

    SCR0_reference

    • After (xxxhDPI)

    SCR1_vectordrawable

  • Regenerates legacy icons (i.e before Android 8) based on the new VectorDrawable Icon

  • Removes unused icon assets

  • Adds the vectors of the launcher icons to assets

Signed-off-by: Sébastien Delord <57289288+sebastien46@users.noreply.github.com>
Signed-off-by: Sébastien Delord <57289288+sebastien46@users.noreply.github.com>
Signed-off-by: Sébastien Delord <57289288+sebastien46@users.noreply.github.com>
Signed-off-by: Sébastien Delord <57289288+sebastien46@users.noreply.github.com>
Signed-off-by: Sébastien Delord <57289288+sebastien46@users.noreply.github.com>
@mateusz-bak
Copy link
Owner

Looks good, thank you!

@mateusz-bak mateusz-bak merged commit d359c17 into mateusz-bak:master Feb 28, 2024
2 of 4 checks passed
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.

[FEATURE_REQUEST] Android custom icon theming support
2 participants