From 41ab2f21a4feef44231e957410a374721f7f2b4d Mon Sep 17 00:00:00 2001 From: Kara Zajac Date: Wed, 15 Jul 2026 17:56:00 -0400 Subject: [PATCH] New app icon: Radar Eye (adaptive + themed monochrome) Replaces the inherited OVERWATCH shield with VIGIL's own mark: a watchful eye with a radar-target iris and a green centre contact, in Catppuccin Mocha. Foreground vector (safe-zone sized) + radial-gradient background layer + monochrome layer for Android 13+ themed icons. Release 0.1.6. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_0187UiEtasyowhEBYs6s9iF5 --- app/build.gradle.kts | 4 +-- .../res/drawable/ic_launcher_background.xml | 20 ++++++++++++++ .../res/drawable/ic_launcher_foreground.xml | 27 ++++++++++++++++--- .../res/mipmap-anydpi-v26/ic_launcher.xml | 3 ++- .../mipmap-anydpi-v26/ic_launcher_round.xml | 3 ++- 5 files changed, 49 insertions(+), 8 deletions(-) create mode 100644 app/src/main/res/drawable/ic_launcher_background.xml diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 60a8d61..07bef91 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ android { applicationId = "org.soulstone.vigil" minSdk = 26 targetSdk = 35 - versionCode = 6 - versionName = "0.1.5" + versionCode = 7 + versionName = "0.1.6" } // Fixed debug keystore committed to the repo (a debug key is non-secret — its diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 0000000..433ba2a --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,20 @@ + + + + + + + + + diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml index 3e4e766..62dc088 100644 --- a/app/src/main/res/drawable/ic_launcher_foreground.xml +++ b/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -1,13 +1,32 @@ + + + android:pathData="M26,54 Q54,30 82,54 Q54,78 26,54 Z" + android:strokeColor="#89B4FA" + android:strokeWidth="4.5" + android:strokeLineJoin="round" + android:fillColor="#00000000" /> + + android:pathData="M54,54 m-11,0 a11,11 0 1,0 22,0 a11,11 0 1,0 -22,0" + android:strokeColor="#89B4FA" + android:strokeWidth="3.2" + android:fillColor="#00000000" /> + + + + diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index ad95a53..b3e26b4 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,6 @@ - + + diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index ad95a53..b3e26b4 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,5 +1,6 @@ - + +