android-sdk icon indicating copy to clipboard operation
android-sdk copied to clipboard

Spotify SDK for Android

Results 146 android-sdk issues
Sort by recently updated
recently updated
newest added

Issue found on *23/Oct/2020*. #### SDK Version: 0.7.1 #### OS Version: 7.1.1 #### Steps to reproduce: 1. skipToIndex - the song starts playing; if the player is paused, do not...

I get this error: No IAP endpoint for URI: \"com.spotify.skip_to_index\". Randomly. It used to work and now is not working anymore.

Issue found on 10/29/2020 #### SDK Version: spotify-app-remote-release-0.7.0.aar spotify-auth-release-1.2.3.aar #### OS Version: 7.1.1 Nexus nextbook tablet Model: NX16A10132SPS #### Scope(s): ? not sure what you mean by Scope in this...

play song function working perfectly but i dont want to use spotify's default sticky notification. Can i hide it or create a custom notification for my app when user play...

Currently it is only possible to switch music to play on the (local) device using `connectSwitchToLocalDevice()` of the ConnectApi. I'd love to enable users of my app to choose on...

suggestion

I am trying to get spotify remote as follworing ``` SpotifyAppRemote.connect(application, ConnectionParams.Builder(getString(R.string.SPOTIFY_CLIENT_ID)) .setRedirectUri(getString(R.string.SPOTIFY_REDIRECT_URI)) .showAuthView(true) .build(), object : Connector.ConnectionListener { override fun onConnected(spotifyAppRemote: SpotifyAppRemote) { mSpotifyAppRemote = spotifyAppRemote Log.d(TAG, "Connected! Yay!")...

Is there a way we can detect when a song ends? I'm trying to create some sort of custom queue, as I couldn't find any way to modify the queue,...

question

Will play track as radio be implemented? The iOS SDK has this feature. Is there any workaround, perhaps generating a radio URL somehow?

Issue found on 06-22-19. #### SDK Version: 0.7.0 #### OS Version: Android 9 #### Scope(s): App Remote. #### Steps to reproduce: 1. Force close the Spotify App. 2. Call `SpotifyAppRemote::connect...

To develop a full player frontend queue management is necessary. That is, functions for: - list the current queue - subscribe to updates in the queue - reorder items -...