feat: add Material You monochrome launcher icon - #230
Open
0xbrayo wants to merge 1 commit into
Open
Conversation
Add a monochrome adaptive-icon layer so the home-screen icon can follow the system wallpaper palette on Android 13+ launchers with themed icons enabled. The existing full-color clock icon is unchanged elsewhere.
Greptile SummaryAdds a monochrome ActivityWatch clock vector so Android 13+ launchers can apply Material You themed-icon colors.
Confidence Score: 5/5The PR appears safe to merge, with no concrete functional or compatibility defects identified. The new resource is referenced consistently by both manifest-selected adaptive icons, supported by the project’s Android resource tooling, and safely ignored by pre-Android 13 framework parsers. Important Files Changed
Reviews (1): Last reviewed commit: "feat: add Material You monochrome launch..." | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The home-screen icon had no monochrome layer, so Android 13+ launchers with Material You themed icons enabled could not tint it to the wallpaper palette. Lint already flagged this as
MonochromeLauncherIcon.This adds a single-color vector of the ActivityWatch clock mark (ring, Varela Round A/W, hands, hub) and wires it into both adaptive icons:
mobile/src/main/res/drawable/aw_launcher_monochrome.xml<monochrome>onaw_launcherandaw_launcher_roundThe existing full-color clock icon is unchanged on older Android versions and on launchers that do not theme icons.
To verify: install on Android 13+, enable Themed icons under Wallpaper & style, and confirm the ActivityWatch icon picks up the system accent colors.