Matej Drobnič
Matej Drobnič
Hm, OK, I think the problem here that delete will not mark the episode as played. Maybe we could add "mark as played on deletion" option instead?
I would be interested in eventually making a PR for this, including adding chapter buttons to notification controls. Do you think we need extra ticket for the notification controls?
I did most of the work on the played side in the #6276, so you only need to add the link to the hardware buttons.
PR is done, it just needs to get reviewed.
I agree that it is a bit much, but I would like to at least keep (not turned on by default) option, because I DO want all 3 buttons at...
Maybe we could do something similar to the "Set Compact Notification Buttons" setting, just for the full notification? So the user can select up to X buttons.
How about this? We introduce `set-pause-level` and `get-pause-level` commands to dunst. Property can be: 0 - no pause 1 - pause only low urgency 2 - pause low and normal...
My use case is the same as yours - I want at least two levels (one where most notifications like Slack, but not battery level are suppressed, and one where...
Still experiencing this with the plugin `1.30.0` ``` Could not determine the dependencies of task ':common-android:synthesizeProjectViewDebug'. > Could not create task ':common-android:explodeXmlSourceDebug'. > Could not create an instance of type...
Variant exclusion does not work for all use cases. For example, as far as I can see, disabling instrumented tests can only be achieved by disabling their tasks (and `dependency.analysis.android.ignored.variants`...