0xf104a / NextcloudServices

Android app to send notifications from Nextcloud without using GCM(Google cloud messaging)
GNU General Public License v3.0
65 stars 11 forks source link

Monochrome icon #63

Closed julianfairfax closed 1 year ago

julianfairfax commented 1 year ago

A monochrome icon would be a nice addition to make Nextcloud Services blend in on the Android home screen.

0xf104a commented 1 year ago

Thankyou for suggestion. Unfortunately I am not sure whether it is possible, since what I have seen in custom ROMs(like crDroid and LineageOS) the monochrome icons are either generated automatically or just pre-installed to the ROM. Though I will look into whether the AOSP default API has any specific support for icon theming from app itself

julianfairfax commented 1 year ago

Any app can add a monochrome icon. It is as simple as this: https://github.com/aivanovski/kpassnotes/pull/134/commits/664c8c182cf1ff542151e882dd0bf3b0de87f0a2 (although you may have to modify the foreground file a bit, to make it look nice).

0xf104a commented 1 year ago

Thankyou for giving an example. I would add a monochrome icon in one of next releases