Status
Status copied to clipboard
A no-root status bar replacement for Android.
I tried looking for a way to hide application notifications from the status bar like the i can with the clock, batter and wifi icons. I didn't find it, so...
In order to speed up development time, I ask that you use the below text as a template for creating your issue report. While it is not required, issues that...
Maybe this is not an issue, but, as a developer, I can suggest you a very simple workaround for the problem that Android O doesn't allow to create overlays on...
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)...