badaix / snapdroid

Snapcast client for Android
GNU General Public License v3.0
124 stars 25 forks source link

Make the group title be a stream selector on click, similar to Snapcast web #41

Closed zopieux closed 3 years ago

zopieux commented 3 years ago

Fixes #37.

Screenshot_1618183119

zopieux commented 3 years ago

(the CI is broken btw, can't access dependencies)

badaix commented 3 years ago

Great, thanks! And Sorry for the delay. I actually had already a similar implementation in my local git that is using a Spinner instead of an onClick listener, but the spinner had some different font and I didn't find the time to polish and finish this.

badaix commented 3 years ago

BTW: The CI should work now for PRs. There are some secrets involved for accessing the github hosted maven repo and for signing of the app. The dependencies are now downloaded and used from a local dir and the signing stuff will only run on push events, but not on pull_requests.

zopieux commented 3 years ago

Great, thanks for the update!