As we all know, to open PlayerQueueActivity if you play something background, you have to drop down notification bar, and click playback notification.
That is not a quite pleasant experience if you a large queue and want to manage it frequently, via this tedious way to access PlayerQueueActivity.
Now this PR provides 2 new ways to access PlayerQueue much more easily:
- Long press
PlayPausebutton deck player bar. (Only when backgroud streaming) - Long press
Backgroundbutton in video detail fragment (this means enqueue it as well), PlayerQueueActivity would be showed, only after starting background streaming (i.e the second stream). This behavior may be controversial, there may be some room to discuss whether to leave a user opt-in preference to control this behavior.
As we all know, to open PlayerQueueActivity if you play something background, you have to drop down notification bar, and click playback notification.
That is not a quite pleasant experience if you a large queue and want to manage it frequently, via this tedious way to access PlayerQueueActivity.
Now this PR provides 2 new ways to access PlayerQueue much more easily:
1. Long press `PlayPause` button deck player bar. (Only when backgroud streaming)
2. Long press `Background` button in video detail fragment (this means enqueue it as well), PlayerQueueActivity would be showed, only after starting background streaming (i.e the second stream). _This behavior may be controversial, there may be some room to discuss whether to leave a user opt-in preference to control this behavior._