James Fenn
James Fenn
Specifies a callback for when each element is rendered; could be called multiple times if bound to an array with `.forEach`. Useful for running functionality when a component is displayed.
The idea here is to have different components that can be exchanged throughout different stages of the rendering process. A "loading" state would be given a custom ID and rendered...
The library UI should have some kind of error message / popup to display when there isn't a network connection or any other issue occurs in the api, as suggested...
If the system time zone is changed, Status's clock won't update unless the service is restarted.
Currently, Android O doesn't allow overlays to display on top of the status bar, regardless of the target SDK. It doesn't seem like the Android devs are planning on changing...
Requested feature. No clue how to make it work, but I've seen a few other apps do similar things so it shouldn't be too difficult to figure out. Biggest issue...
As a result of #135 and #113, several features, including heads-up notifications, have been removed to simplify the app and allow me to change a few things. I don't think...
This would prevent crashes and have huge performance benefits. Should've done this to begin with. - [x] icon settings - [x] resource-based colors - [x] default color - [x] home...
They use the same listeners, so this is not a difficult change, but #132 will need to be completed first for this to actually be of any use. - [x]...
This is a stack trace from [`v3.8-beta3`](https://github.com/TheAndroidMaster/Status/tree/v3.8-beta3). It is a pain. Crash occurs on [this line](https://github.com/TheAndroidMaster/Status/blob/v3.8-beta3/app/src/main/java/com/james/status/services/StatusServiceImpl.java#L257). ``` java.lang.RuntimeException: at android.app.ActivityThread.handleCreateService (ActivityThread.java:3081) at android.app.ActivityThread.-wrap4 (ActivityThread.java) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1575) at android.os.Handler.dispatchMessage (Handler.java:111)...