feat(android-llmservice): add shard-J launcher icon#349
Merged
Conversation
Wire the new adaptive launcher-icon set (from the shared workspace logo: the shard-J on #111111) into the LLM Service app. Adds the mipmap-* PNGs, the adaptive-icon descriptor + ic_launcher_background colour, and sets android:icon/android:roundIcon in the manifest (the app previously shipped no icon). Documents it as requirement R1.7 and REUSE-annotates the PNGs as MIT OR Apache-2.0 (the XMLs carry inline SPDX). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EqBKwPNJSfaSnTVgw87CPT
bernardladenthin
had a problem deploying
to
maven-central
July 17, 2026 19:14 — with
GitHub Actions
Failure
bernardladenthin
temporarily deployed
to
startgate
July 17, 2026 19:14 — with
GitHub Actions
Inactive
bernardladenthin
had a problem deploying
to
maven-central
July 17, 2026 19:14 — with
GitHub Actions
Failure
|
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.



Wires the shard-
Jlauncher icon (from the sharedworkspacelogo set) into the LLM Service Android app, which previously shipped with no icon (default Android launcher glyph).This is the launcher-icon commit that did not land when #348 was merged (only the README-logo commit made it into that merge); the branch has been rebased onto the current
main, so this PR now contains only the launcher-icon change.Changes
android-llmservice/app/src/main/res/:mipmap-{m,h,x,xx,xxx}dpi/ic_launcher.png+ic_launcher_foreground.pngmipmap-anydpi-v26/ic_launcher.xml(adaptive foreground +@color/ic_launcher_background)values/ic_launcher_background.xml(#111111)android:icon/android:roundIcon=@mipmap/ic_launcherinAndroidManifest.xml.android-llmservice/requirements.md.MIT OR Apache-2.0inREUSE.toml; the two XMLs carry inline SPDX headers.reuse lintis green.Verification
reuse lint→ compliant (431/431 files).@mipmap/ic_launcher_foreground,@color/ic_launcher_background) resolve. A full Gradle/AGP build was not run locally (no Android SDK in the sandbox) — thebuild-android-llmserviceCI job is the build gate.🤖 Generated with Claude Code
https://claude.ai/code/session_01EqBKwPNJSfaSnTVgw87CPT
Generated by Claude Code