From 979e6525b77ade1286dece63c1e7a61976391e2b Mon Sep 17 00:00:00 2001 From: Dorian Date: Fri, 19 Jun 2026 22:17:39 +0100 Subject: [PATCH] fix(android): icon ring at visible crop edge (scale 0.50) + version 0.4.4 Device App-info screenshot showed the launcher only renders the central ~54% of the adaptive icon, clipping the ring. Calibrated the ring to scale 0.50 so it lands at the visible circle edge; grid to 0.55. Bump versionCode 8 so launcher3 refreshes its icon cache (it keys the cached bitmap by versionCode). Co-Authored-By: Claude Opus 4.8 (1M context) --- Android/app/build.gradle.kts | 4 ++-- .../main/res/drawable/ic_launcher_background.xml | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Android/app/build.gradle.kts b/Android/app/build.gradle.kts index 0c660ce2..015a399c 100644 --- a/Android/app/build.gradle.kts +++ b/Android/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "com.archipelago.app" minSdk = 26 targetSdk = 35 - versionCode = 6 - versionName = "0.4.2" + versionCode = 8 + versionName = "0.4.4" vectorDrawables { useSupportLibrary = true diff --git a/Android/app/src/main/res/drawable/ic_launcher_background.xml b/Android/app/src/main/res/drawable/ic_launcher_background.xml index 89a5db16..fb23dd6d 100644 --- a/Android/app/src/main/res/drawable/ic_launcher_background.xml +++ b/Android/app/src/main/res/drawable/ic_launcher_background.xml @@ -14,15 +14,16 @@ android:fillColor="#0A0A0A" android:pathData="M0,0h752v752H0z" /> - + + android:scaleX="0.50" + android:scaleY="0.50"> + android:scaleX="0.55" + android:scaleY="0.55">