Update app icon using new icon.xcf/icon.png artwork #64

Open
opened 2026-07-26 18:37:56 +02:00 by cloudbot · 0 comments
Collaborator

Goal

Replace the current Android launcher icon with the new artwork provided
as icon.xcf (source) / icon.png (exported), generating a proper
adaptive 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

  • Adaptive icon foreground/background layers generated from icon.png
  • ic_launcher (and round variant) regenerated across all
    mipmap-* densities, replacing the existing placeholder
  • mipmap-anydpi-v26/ic_launcher.xml (and _round.xml if present)
    still reference the adaptive icon correctly
  • New icon renders correctly on home screen and app switcher on a
    real device or emulator
  • Source assets (icon.xcf, icon.png) moved into a dedicated
    design/assets folder instead of the repo root

Non-goals / constraints

  • Not redesigning the icon artwork itself — just applying the assets
    already provided
  • Not changing the app's splash screen or other branding unless it
    directly reuses the old launcher icon

none

## Goal Replace the current Android launcher icon with the new artwork provided as `icon.xcf` (source) / `icon.png` (exported), generating a proper adaptive 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 - [ ] Adaptive icon foreground/background layers generated from `icon.png` - [ ] `ic_launcher` (and round variant) regenerated across all `mipmap-*` densities, replacing the existing placeholder - [ ] `mipmap-anydpi-v26/ic_launcher.xml` (and `_round.xml` if present) still reference the adaptive icon correctly - [ ] New icon renders correctly on home screen and app switcher on a real device or emulator - [ ] Source assets (`icon.xcf`, `icon.png`) moved into a dedicated design/assets folder instead of the repo root ## Non-goals / constraints - Not redesigning the icon artwork itself — just applying the assets already provided - Not changing the app's splash screen or other branding unless it directly reuses the old launcher icon ## Related none
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
utilities/Logbook#64
No description provided.