SimpleMobileTools / Simple-Music-Player

A clean music player with a customizable widget, stylish interface and no ads.
https://www.simplemobiletools.com
GNU General Public License v3.0
1.26k stars 410 forks source link

Fix #397 shuffle and play #575

Closed Yashraj254 closed 11 months ago

Yashraj254 commented 11 months ago

Fix #397 : Long press the shuffle button to shuffle the playlist and play the next song in it, press it again to disable the shuffle

https://github.com/SimpleMobileTools/Simple-Music-Player/assets/52420957/dd85f085-9903-4cd8-a96a-9af94c98a103

tibbi commented 11 months ago

long clicks shouldnt change state, they are reserved for showing toast about the button state

Yashraj254 commented 11 months ago

@tibbi so should i replace the current shuffle functionality with this shuffle and play..? or can you suggest any other way to add this feature.. or in settings i can add a feature to enable/disable shuffle/shuffle and play functionality..

tibbi commented 11 months ago

no need to complicate the app with single clicks and long clicks having different functions

Yashraj254 commented 11 months ago

i am asking for single click functionality only... in settings i can add a feature to enable/disable (shuffle)/(shuffle and play) functionality.. if that's fine

Screenshot 2023-07-26 205736

Like if the Shuffle and Play feature is enabled then users can simply single click (not the Long Click) the shuffle button and playlist will be shuffled and next music will start playing automatically.. and if disabled the shuffle button will only Shuffle the playlist ..