Currently clicking on the middle of the notification it pauses the stream as if I clicked on the notification button "pause".
So either the pause button is useless or the main click. :wink:
Actually, the behaviour of the main click is, IMHO, nonstandard for Android.
Instead it should open the main app when tapping in the middle.
Currently clicking on the middle of the notification it pauses the stream as if I clicked on the notification button "pause".
So either the pause button is useless or the main click. :wink:
Actually, the behaviour of the main click is, IMHO, nonstandard for Android.
Instead it should open the main app when tapping in the middle.
(at least for the non-compact player. As for the compact player, I'd say do it too, anyway, because it's still a strange behaviour to just pause/play on main click.
So, IMHO, always open the main app.
(at least for the non-compact player. As for the compact player, I'd say do it too, anyway, because it's still a strange behaviour to just pause/play on main click.
So, IMHO, always open the main app.
Originally the notification was simple, with no Play/Pause/Stop buttons. The behavior of the original notification was: tap=play/pause, remove=stop
IIRC the buttons were introduced to fix this issue, in other words it was the solution to having the controllers on a lock screen.
So, the "tap" behavior was inherited from the original notification. This could be fixed simply by removing the "tap" handler in the "full player" while leaving it for the "compact player".
Originally the notification was simple, with no Play/Pause/Stop buttons. The behavior of the original notification was: tap=play/pause, remove=stop
IIRC the buttons were introduced to fix [this issue](https://notabug.org/metadb-apps/InternetRadio/issues/9), in other words it was the solution to having the controllers on a lock screen.
So, the "tap" behavior was inherited from the original notification. This could be fixed simply by removing the "tap" handler in the "full player" while leaving it for the "compact player".
Currently clicking on the middle of the notification it pauses the stream as if I clicked on the notification button "pause".
So either the pause button is useless or the main click. :wink:
Actually, the behaviour of the main click is, IMHO, nonstandard for Android. Instead it should open the main app when tapping in the middle.
(at least for the non-compact player. As for the compact player, I'd say do it too, anyway, because it's still a strange behaviour to just pause/play on main click.
So, IMHO, always open the main app.
Originally the notification was simple, with no Play/Pause/Stop buttons. The behavior of the original notification was: tap=play/pause, remove=stop
IIRC the buttons were introduced to fix this issue, in other words it was the solution to having the controllers on a lock screen.
So, the "tap" behavior was inherited from the original notification. This could be fixed simply by removing the "tap" handler in the "full player" while leaving it for the "compact player".
Yeah…