Releases: spotify/android-sdk
Releases · spotify/android-sdk
Spotify Android SDK v0.8.0 AppRemote, v2.1.0 Auth
What's new?
- Changed the way App Remote connects to the Spotify App. We do not longer start a foreground service when running Spotify 8.8.36 or newer. This means we will not display the foreground notification on recent versions.
Spotify Android SDK v0.7.2 AppRemote, v2.1.0 Auth
What's new?
- Updated android-auth library to the latest released version 2.1.0
Spotify Android SDK v0.7.2 AppRemote
What's new?
- Fixed package visibility issues on API > 30
You can get the latest Auth library version from Maven Central. More info here: https://github.com/spotify/android-auth.
Spotify Android SDK v0.7.1 AppRemote v1.2.3 Auth
What's new?
- Replaced LoggedOutException usages with NotLoggedInException and removed LoggedOutException completely.
- Introduced VolumeState class and added volume control to ConnectApi.
Spotify Android SDK v0.7.0 AppRemote v1.2.3 Auth
What's new?
auth-lib
- Stability fixes on WebView based auth
- Set LoginActivity launch mode to CLEAR_TOP but not SINGLE_TOP, so the activity will be recreated
Spotify Android SDK v0.7.0 AppRemote v1.2.2 Auth
What's New
auth-lib
- Remove custom-tabs handling due to issues
Spotify Android SDK v0.7.0 AppRemote v1.2.1 Auth
What's New
auth-lib
- Fixes an issue that produced a redirect error when the redirect uri contains CAPS.
Spotify Android SDK v0.7.0 AppRemote v1.2.0 Auth
What's New
auth-lib
- Breaking changes: Rename classes from
Authentication<ClassName>
toAuthorization<ClassName>
- Pass state parameter in
AuthorizationResponse
Spotify Android SDK v0.7.0 AppRemote v1.1.0 Auth
What's New
- Potentially breaking API change in
ContentApi
. The methodgetRecommendedContentItems
will now take aString
astype
. We are making this change to support new dynamic categories. - Fixed bug in Track.equals method.
- Fixed
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/spotify/android/appremote/api/ConnectionParams$Builder
- Added the method
getCrossfadeState
inPlayerApi
. This method will return the state of the audio Crossfade setting. (Supported in Spotify 8.5.31.398) - Skip to index - Skip to track at specified index in album or playlist
Spotify Android SDK v0.6.3 AppRemote v1.1.0 Auth
What's New
- Fix: Add rule to avoid proguard warning of missing classes