Releases: RoverPlatform/rover-android
Releases · RoverPlatform/rover-android
4.11.3
4.11.2
4.11.1
Release Notes
- The Communication Hub now has support for automatic theme generation using an accent/source color using the Material Design 3’s scheme tonal spot algorithm. Pass the parameter
sourceColorto the CommunicationHubView() to get this behaviour. If the parameter is not given, then the Comm Hub will adopt the enclosing Material 3 theme as usual.
4.11.0
Release Notes
- Introducing the new Inbox. See https://developer.rover.io/docs/android/inbox for guidance on how to adopt it.
- Upgrade to Android SDK target version 35 and Kotlin 2.2.0
- Resolve an Experiences issue with app bar positioning with window insets (safe areas) on apps targeting Android 15
Compose BoM version: 2024.09.02
4.10.2
4.10.1
4.10.0
Release Notes
This release introduces SDK Authentication, which enables developers to integrate identity information from their backend with Rover in the form of a JWT ID Token. See SDK Authentication on the Rover documentation for further details and usage.
4.9.0
Release Notes
- For AXS ticketing integration, support FlashSeats Member and Mobile IDs
- Remove use of legacy Android HttpsURLConnection. The
Rover.installSaneGlobalHttpCache()call is now deprecated and no longer needed. May resolve a compatibility issue with another SDK, “I Got It”
4.8.1
Release Notes
- Improve compatibility with future versions of Jetpack Compose. This should improve crashes when the app’s Compose version is newer than the one the Rover SDK shipped with.
- Correct an issue where videos in experiences could end up with an incorrect z-index
- Update to Compose 2024.09.02