anandnet / Harmony-Music

A cross platform App for streaming Music
GNU General Public License v3.0
1.04k stars 81 forks source link

feat(player): add slide gesture to song tile for playing next song #288

Closed DarkNinja15 closed 2 months ago

DarkNinja15 commented 2 months ago

Image 1 Image 2

On sliding right on any song or video tile the user will get an option to play the selected song next.

DarkNinja15 commented 2 months ago

@anandnet Hi there!, please review this PR

DarkNinja15 commented 2 months ago

Hey @anandnet I think there is some problem with the workflows. After the last failure of the build I updated the project to use java 17 and kotlin 1.8.0, I tweaked the code_quality.yml file and made a new one code_quality_test.yml. You can review it I have just installed java 17 on the runner before running "flutter build apk" command.

I have also tested the app on linux and android and it is working fine. Please review it and give me some feedback on whether we can update the existing workflows or not.

anandnet commented 2 months ago

Yes, there is some issue with the workflow which i had to check. Thanks for looking into it. Could you please raise a separate PR for that?

DarkNinja15 commented 2 months ago

Sure

anandnet commented 2 months ago

For now just reset 4 top commits git reset HEAD~4 and force push git push -f . I'll merge this PR.

DarkNinja15 commented 2 months ago

ok, by the way I have already raised a pr for workflows.

DarkNinja15 commented 2 months ago

you can merge this too now.