mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 14:16:12 +03:00
[PR #1487] [MERGED] Android App Launcher Icon Improvements #1895
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#1895
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:develop📝 Commits (5)
8cc9757Remove Generic Android Project Assets97f00c3Create ic_launcher_foreground VectorDrawable8430bfbUse VectorDrawable instead of Mipmap Icon1d669c8Add Themed / Monochrome App Icon2fb3b65Merge 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.svgvector file present iniconsas 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.