Releases: RoverPlatform/rover-android
Releases · RoverPlatform/rover-android
4.14.1
4.14.0
- Client ID can now be provided to the SeatGeek integration (see https://developer.rover.io/docs/data/seatgeek)
- Resolve minor race condition issue in Rover API sync
- Bump Compose BoM to 2025.12.01
4.13.0
4.11.3
Release Notes
- YouTube Video Display: Fixed YouTube 153 error that was preventing videos from being displayed
- Deep Link Handling: Fixed crash when processing URIs without schemes or query parameters
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.