DanielSevillano / music-you

An Android application for streaming music from YouTube Music.
GNU General Public License v3.0
61 stars 2 forks source link

Swipe to delete a song #17

Open siggi1984 opened 6 months ago

siggi1984 commented 6 months ago

Swipe to the left to delete a song from the playlists, at the same time as a message is displayed for a few seconds to undo the action (if you have swiped by mistake).

Screenshot_20240321-090415_Music You

DanielSevillano commented 6 months ago

I will implement this feature soon, thanks for the idea!

DanielSevillano commented 5 months ago

I have implemented swipe to delete in playlists and queue, although without an undo message. Please let me know if it works as expected and if you think that the undo feature is necessary.

siggi1984 commented 5 months ago

I have implemented swipe to delete in playlists and queue, although without an undo message. Please let me know if it works as expected and if you think that the undo feature is necessary.

Swiping to delete works well in the queue and playlists, thank you. I think this function should also be implemented in the song area and the undo option is definitely missing if you swipe by mistake.

DanielSevillano commented 5 months ago

You're right, I would be a great improvement. I'll try to implement the undo option in the future.

yonoff commented 3 months ago

Can you make this "Swipe to delete song" feature optional. IMHO, not everyone likes this feature. This often happens accidentally.

yonoff commented 3 months ago

Also, on the “Now Playing” screen, when I swipe from the edge of the screen to go back, the track often switches to the next or previous one. I think you need to reduce the sensitivity of the gestures so that they do not conflict with Android's navigation gestures.

DanielSevillano commented 3 months ago

Can you make this "Swipe to delete song" feature optional. IMHO, not everyone likes this feature. This often happens accidentally.

That's a good point. I could add gesture settings and allow the user to decide which ones to disable.

Also, on the “Now Playing” screen, when I swipe from the edge of the screen to go back, the track often switches to the next or previous one. I think you need to reduce the sensitivity of the gestures so that they do not conflict with Android's navigation gestures.

That's true, I want to rework that gesture and the one to close the mini player.