ryanheise
ryanheise
This would be good to have. At the moment, we use `onMediaButtonEvent` in Java to handle all notification clicks and these are created in the notification via: ```java NotificationCompat.Action action(String...
You have stumbled onto the reason why I have overridden it. All of that work is specifically so that I can present button click events to the app rather than...
I do use a custom receiver now. If you look through the history of different hacks I used, I originally coopted some of the rarely used MEDIA_* keycodes and remapped...
The main reason why I have not yet removed that historical hack is because the overriding goal is to serve the app developers and provide the features and stability that...
> ok i think i'm gonna contribute quite a bit to the plugin. Great to hear! As you're probably aware, I am struggling with a medical condition now so I...
Learning the style guide takes time (for all contributors), communicating this to all contributors takes time, enforcing this among all contributors takes time, dealing with PRs by people who use...
People are already starting to use this branch and I have promised that things will not change in any "major" way before the release. So any radical changes like this...
I see this as two separate things: a feature and a renaming. The feature can actually be added in a non-breaking way, and could probably happen in the 0.18.x series...
> i don't actually see what breaking changes i suggested? everything i proposed can be integrated in the 100% non-breaking way. Even if renaming `systemActions` (etc.) can be done in...
Hi @kurtisnelson This is not one of the features scheduled for inclusion in the next release, but in the meantime, you have a couple of options: 1. Help by submitting...