[PR #1487] [MERGED] Android App Launcher Icon Improvements #1895

Closed
opened 2026-02-25 23:31:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/1487
Author: @sebastien46
Created: 12/18/2023
Status: Merged
Merged: 8/3/2025
Merged by: @marcelklehr

Base: developHead: develop


📝 Commits (5)

  • 8cc9757 Remove Generic Android Project Assets
  • 97f00c3 Create ic_launcher_foreground VectorDrawable
  • 8430bfb Use VectorDrawable instead of Mipmap Icon
  • 1d669c8 Add Themed / Monochrome App Icon
  • 2fb3b65 Merge branch 'floccusaddon:develop' into develop

📊 Changes

5 files changed (+13 additions, -206 deletions)

View changed files

android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml (+0 -34)
android/app/src/main/res/drawable-v26/ic_launcher_foreground.xml (+9 -0)
android/app/src/main/res/drawable/ic_launcher_background.xml (+0 -170)
📝 android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml (+2 -1)
📝 android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml (+2 -1)

📄 Description

Closes #1424
This adds support for a VectorDrawable version of the Android icon for TargetSDK 26 & up.
It also adds Themed / Monochrome for TargetSDK 33 & up.
I used the logo.svg vector file present in icons as reference for the VectorDrawable.
I have no way of telling if this PR worked, since I don't have a Javascript development environment set up, only Android Studio.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/1487 **Author:** [@sebastien46](https://github.com/sebastien46) **Created:** 12/18/2023 **Status:** ✅ Merged **Merged:** 8/3/2025 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (5) - [`8cc9757`](https://github.com/floccusaddon/floccus/commit/8cc97572fbee13553460d293d6d89b160187dca5) Remove Generic Android Project Assets - [`97f00c3`](https://github.com/floccusaddon/floccus/commit/97f00c329861f0ef19dde6500b340a8368101553) Create ic_launcher_foreground VectorDrawable - [`8430bfb`](https://github.com/floccusaddon/floccus/commit/8430bfba86620190ee0b9268662a8675bee8a249) Use VectorDrawable instead of Mipmap Icon - [`1d669c8`](https://github.com/floccusaddon/floccus/commit/1d669c8be7955a56ba6b2a6b5714563b15e5c4a4) Add Themed / Monochrome App Icon - [`2fb3b65`](https://github.com/floccusaddon/floccus/commit/2fb3b65eb355cc0cc0a94fbd66c68c516d1db466) Merge branch 'floccusaddon:develop' into develop ### 📊 Changes **5 files changed** (+13 additions, -206 deletions) <details> <summary>View changed files</summary> ➖ `android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml` (+0 -34) ➕ `android/app/src/main/res/drawable-v26/ic_launcher_foreground.xml` (+9 -0) ➖ `android/app/src/main/res/drawable/ic_launcher_background.xml` (+0 -170) 📝 `android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml` (+2 -1) 📝 `android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml` (+2 -1) </details> ### 📄 Description Closes #1424 This adds support for a VectorDrawable version of the Android icon for TargetSDK 26 & up. It also adds Themed / Monochrome for TargetSDK 33 & up. I used the `logo.svg` vector file present in `icons` as reference for the VectorDrawable. I have no way of telling if this PR worked, since I don't have a Javascript development environment set up, only Android Studio. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:31:10 +03:00
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
starred/floccus#1895
No description provided.