-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP]: Implement susi music playback control #2299
base: development
Are you sure you want to change the base?
Conversation
The build is failing✨ Good work on this PR so far! ✨ Unfortunately, the Circle CI build is failing as of 4ccabe7. Here's the output:
|
The work in this PR has been delayed due to problems in the susi smart speaker. I will resume the work after it is fixed. I have put up the errors in the gitter channel in susi_hardware. |
Please state what are the issues to complete this here in the tracker. We don't know where and when this was discussed. The final point of reference is always the tracker/PR discussion. |
Yah sure. I will mention all of the required points very soon. |
@@ -40,7 +40,44 @@ | |||
android:layout_height="wrap_content" | |||
android:layout_gravity="center_vertical" | |||
android:layout_marginLeft="@dimen/margin_moderate" | |||
android:text="Spotify" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
android:tect="spotify"
Fixes #2282
Changes:
Control the music service playback from the app.
Screenshots for the change:
Will be updated later