Android Monochrome Icon Broken #2628

Closed
opened 2026-02-05 06:23:53 +03:00 by OVERLORD · 6 comments
Owner

Originally created by @CadeusTheGreat on GitHub (Mar 20, 2024).

The bug

Not sure if I'm remembering this incorrectly but the monochrome icon is no longer working and instead displays full colour icon.

The OS that Immich Server is running on

Android 14 (OneUI 6.0)

Version of Immich Server

v.1.98.2

Version of Immich Mobile App

v1.99.0

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

N/A

Your .env content

N/A

Reproduction steps

1. Install mobile app.
2. Set app icons to adaptive/monochrome.
3. Icon for the app won't switch to monochrome as it previously did.

Additional information

No response

Originally created by @CadeusTheGreat on GitHub (Mar 20, 2024). ### The bug Not sure if I'm remembering this incorrectly but the monochrome icon is no longer working and instead displays full colour icon. ### The OS that Immich Server is running on Android 14 (OneUI 6.0) ### Version of Immich Server v.1.98.2 ### Version of Immich Mobile App v1.99.0 ### Platform with the issue - [ ] Server - [ ] Web - [X] Mobile ### Your docker-compose.yml content ```YAML N/A ``` ### Your .env content ```Shell N/A ``` ### Reproduction steps ```bash 1. Install mobile app. 2. Set app icons to adaptive/monochrome. 3. Icon for the app won't switch to monochrome as it previously did. ``` ### Additional information _No response_
OVERLORD added the 📱mobile label 2026-02-05 06:23:53 +03:00
Author
Owner

@Wolfhound905 commented on GitHub (Mar 20, 2024):

https://github.com/immich-app/immich/pull/1457

This feature

@Wolfhound905 commented on GitHub (Mar 20, 2024): https://github.com/immich-app/immich/pull/1457 This feature
Author
Owner

@alextran1502 commented on GitHub (Mar 20, 2024):

@spiralham can you help point me to the generator you use for monochrome icon?

@alextran1502 commented on GitHub (Mar 20, 2024): @spiralham can you help point me to the generator you use for monochrome icon?
Author
Owner

@spiralham commented on GitHub (Mar 20, 2024):

@alextran1502 There was no generator, I just replaced all fillColors to android:fillColor="#fff" within the VectorDrawable

@spiralham commented on GitHub (Mar 20, 2024): @alextran1502 There was no generator, I just replaced all fillColors to `android:fillColor="#fff"` within the VectorDrawable
Author
Owner
@eygraber commented on GitHub (Mar 21, 2024): It looks like the adaptive icons are still using the old logo: https://github.com/immich-app/immich/blob/main/mobile/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml https://github.com/immich-app/immich/blob/main/mobile/android/app/src/main/res/drawable/ic_launcher_foreground.xml https://github.com/immich-app/immich/blob/main/mobile/android/app/src/main/res/drawable/ic_launcher_monochrome.xml So I'm guessing their usage got overwritten in the PR that moved to using the new logo.
Author
Owner

@Edzioindra commented on GitHub (Mar 22, 2024):

Same here in pixel device. Icon turned into full color. No more adaptive icon.

@Edzioindra commented on GitHub (Mar 22, 2024): Same here in pixel device. Icon turned into full color. No more adaptive icon.
Author
Owner

@alextran1502 commented on GitHub (Mar 22, 2024):

Fixed

@alextran1502 commented on GitHub (Mar 22, 2024): Fixed
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#2628