Update app icon using new icon.xcf/icon.png artwork #64
Labels
No labels
bug
chore
feature
spike
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
utilities/Logbook#64
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Replace the current Android launcher icon with the new artwork provided
as
icon.xcf(source) /icon.png(exported), generating a properadaptive icon (foreground + background layers, all mipmap densities)
via the Image Asset tool.
Motivation
New icon artwork was added to the repo root and needs to be wired into
the app so it actually shows on-device.
Acceptance criteria
icon.pngic_launcher(and round variant) regenerated across allmipmap-*densities, replacing the existing placeholdermipmap-anydpi-v26/ic_launcher.xml(and_round.xmlif present)still reference the adaptive icon correctly
real device or emulator
icon.xcf,icon.png) moved into a dedicateddesign/assets folder instead of the repo root
Non-goals / constraints
already provided
directly reuses the old launcher icon
Related
none