-
Notifications
You must be signed in to change notification settings - Fork 915
Remove songs from the queue by swiping #1163
base: master
Are you sure you want to change the base?
Conversation
Thanks for taking a stub at this, and I apologize for the late reply. I didn't run the code, but from what I see, the song gets suddenly removed from the list (an animation is mandatory). Other than that, extra attention is needed when mixing vertical and horizontal drag gestures in compose (#154 (comment), https://stackoverflow.com/questions/74391528/detect-strict-horizontal-drag-gestures-in-jetpack-compose). |
Hey @vfsfitvnm, I added the animations like you said. But I am not sure what you mean when you mention mixing vertical and horizontal drag gestures, as I am using the draggable modifier with the orientation set to horizontal only. Could you please clarify what you mean? Also, please let me know if there is a better way to go about implementing this feature, as this is my first time working with compose and Android development in general 😅. Thank you! |
…ckly in ascending order
Sync up with vfsfitvnm's repository
There is a request from my side to add a button to share the whole playlist at once in the form of a link which can be shared to different platforms like WhatsApp and Instagram. |
How can I apply thus to my apk someone plz help😭😭 |
Is this feature in the APK yet? |
Hey guys, since this PR has not been merged yet, if you want a built apk with this feature then you can check out my fork here. You can download the apk in the "releases" section. |
…Credits to LlinksRechts @ vfsfitvnm#1654.
I love using this app but find it slightly tedious to have to hold down on each song in the queue to remove it. Therefore, based on issue #540, I've decided to add this feature. Please let me know if this would be an appropriate enhancement to this wonderful app!