From 2e7c6409ff777b48c7623c0b1fdbf5fa073b449e Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Sat, 26 Nov 2022 22:38:25 -0500 Subject: [PATCH] Adaptive icons --- .../res/drawable/ic_launcher_monochrome.xml | 31 +++++++++++++++++++ .../res/mipmap-anydpi-v26/ic_launcher.xml | 8 +++++ .../mipmap-anydpi-v26/ic_launcher_round.xml | 10 +++++- .../metadata/android/en-US/changelog/29.txt | 3 ++ 4 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/drawable/ic_launcher_monochrome.xml diff --git a/app/src/main/res/drawable/ic_launcher_monochrome.xml b/app/src/main/res/drawable/ic_launcher_monochrome.xml new file mode 100644 index 0000000..d02140a --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_monochrome.xml @@ -0,0 +1,31 @@ + + + + + + + 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 cb73a95..ef271e9 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -2,4 +2,12 @@ + + + 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 4ae7d12..ef271e9 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 @@ -2,4 +2,12 @@ - \ No newline at end of file + + + + diff --git a/fastlane/metadata/android/en-US/changelog/29.txt b/fastlane/metadata/android/en-US/changelog/29.txt index cb3518c..26c7710 100644 --- a/fastlane/metadata/android/en-US/changelog/29.txt +++ b/fastlane/metadata/android/en-US/changelog/29.txt @@ -1,3 +1,6 @@ +Features: +* Support for thematic/adaptive icons for launcher (#513, thanks to @daedric7 for reporting) + Bug fixes + maintenance: * Upgrade Android dependencies and build toolchain to SDK 33 (no ticket) * Simplify F-Droid build: Disable tasks for Google Services (#516, thanks to @markosopcic)