-
Updated
Jun 3, 2020 - Java
player
Here are 187 public repositories matching this topic...
-
Updated
May 27, 2020 - Java
-
Updated
Dec 2, 2018 - Java
-
Updated
Jun 1, 2020 - Java
-
Updated
Jun 1, 2020 - Java
-
Updated
Apr 28, 2019 - Java
-
Updated
Nov 7, 2018 - Java
-
Updated
Jul 25, 2018 - Java
-
Updated
Feb 24, 2020 - Java
When I swipe a song to remove it from the queue and click the 'undo' button in the Snackbar, it doesn't update the songs' position numbers on the left side.
Example: the queue is
-2 A
-1 B
0 C
1 D
C is currently playing. Then swipe B, the queue becomes
-1 A
0 C
1 D
The position values update as expected. Then click undo, the queue becomes
-1 A
0 B
1
-
Updated
May 20, 2020 - Java
-
Updated
May 7, 2020 - Java
I don't know yet if this is a bug report or a feature proposal :
When I go to the "Titles" tab (the third one) and select a song in the list, I usually expect it to start from this place and continue to read the following songs, instead of just putting the title I choose in the queue.
- Right now, it just plays one song.
- It needs to add all the following songs in the queue.
If I'm
-
Updated
Feb 22, 2020 - Java
-
Updated
Nov 12, 2019 - Java
-
Updated
Feb 26, 2019 - Java
-
Updated
Jan 12, 2020 - Java
-
Updated
Apr 29, 2020 - Java
-
Updated
May 22, 2020 - Java
-
Updated
Aug 16, 2018 - Java
Improve this page
Add a description, image, and links to the player topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the player topic, visit your repo's landing page and select "manage topics."
When user click Stop in Notification, Does it send an event to react native saying that status is Stop playing streaming song ?