CurtisMJ / LogoPlus

Open Source Implementation of Lighting Effects for Razer Phone 2
Apache License 2.0
20 stars 3 forks source link

Certain applications don't have their effects applied #3

Closed CurtisMJ closed 5 years ago

CurtisMJ commented 5 years ago

Effects don't seem to work for certain applications. Gmail notably doesn't seem to work

CurtisMJ commented 5 years ago

Note: Notification listener is not getting notified in these cases. Ensure implementation follows Android guidelines.

CurtisMJ commented 5 years ago

Likely due to use of shared preferences across different processes. Preference writing may need to be delegate away from the main UI

CurtisMJ commented 5 years ago

Use of room DB and strategic fetching of state into RAM alleviates issue.