James Fenn
James Fenn
I'm not exactly sure what's causing this issue (it works fine for me on every device I've tried), but a few users have reported that the GPS icon doesn't disappear...
Notification listener api isn't available, listens for notifications through the AccessibilityService but cannot detect when they are dismissed - temporary solution: remove all icons when the notification panel is opened.
I've created an IconData class for it [here](https://github.com/TheAndroidMaster/Status/blob/master/app/src/main/java/com/james/status/data/icon/DualNetworkIconData.java), but it doesn't seem to be working properly.
When I was re-organizing a couple parts of the project, I took a few shortcuts that should _probably_ be fixed before the next release. Mostly just issues with stuff being...
The [`DiffUtil`](https://developer.android.com/reference/android/support/v7/util/DiffUtil.html) class will make transitions nicer and prevent frequent calls to `onBindViewHolder` while the content is still loading.
Makes an annoying toast message titled "ERROR_PLAYBACK" or something.
Add buttons to the layout used for the collapsed notification so you can still switch the songs, the same as the official spotify app. Another thought is to change the...
Doesn't work properly in the settings, about, categories, and search fragments.