chore: distinct app icon (amber open book) vs MakeACopy - #17
Merged
Conversation
Sermon Scanner shared MakeACopy's launcher icon (purple #5B26B6 + MakeACopy art), confusing when both are sideloaded. Replace the adaptive icon's foreground with a new white open-book vector (drawable/ic_launcher_foreground.xml) + a monochrome (themed-icon) variant, and change the background to amber #FF8F00. minSdk 29 → every launcher uses the adaptive icon, so no raster regeneration is needed; the legacy per-density webps remain only as a non-adaptive fallback. Package/label unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Distinct app icon — Sermon Scanner ≠ MakeACopy
Sermon Scanner shared upstream MakeACopy's launcher icon (adaptive: purple
#5B26B6background + MakeACopy's foreground art), so with both sideloaded they were easy to confuse. The label already differs ("Sermon Scanner" vs "MakeACopy"); this changes the art.What changed
res/drawable/ic_launcher_foreground.xml— a clean white open-book vector, centered in the adaptive icon's 66dp safe zone (Materialmenu_bookpath, scaled in a<group>).res/mipmap-anydpi/ic_launcher.xml—<foreground>now points at the new vector; added<monochrome>(same glyph) so the Android-13+ themed icon is also distinct.res/values/ic_launcher_background.xml—#5B26B6→#FF8F00(amber).minSdk 29means every launcher renders the adaptive icon, so no raster regeneration was needed. The legacy per-densityic_launcher*.webpfiles remain only as a non-adaptive fallback (effectively unused at this minSdk); the old foreground webp is no longer referenced.roundIcon/iconstay@mipmap/ic_launcher(adaptive handles round masking) — no manifest change.Verified
compile + testPaddleDebugUnitTest + lintPaddleDebug(no icon lint issues) + cleanassemblePaddleDebug.ic_launcher_background=#ffff8f00; adaptive icon hasbackground/foreground/monochromeresolving to the new drawable.io.github.kbennett2000.sermonscanner/ "Sermon Scanner"); 22 paddle assets intact; frozen-core zero-diff. 3 files changed.Gate
Sideload → the launcher shows an amber open-book icon, clearly different from MakeACopy's purple one. (If the old icon lingers, the launcher cached it — reinstall or clear the launcher cache.)
🤖 Generated with Claude Code