Skip to content

Releases: RoverPlatform/rover-android

4.11.3

27 Nov 16:01

Choose a tag to compare

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

05 Nov 15:28

Choose a tag to compare

Release Notes

  • Resolve issue where experience content could appear under the status bar/camera punchout area (window insets).
  • Bump Compose BoM to 2025.06.01.

4.11.1

28 Aug 21:12

Choose a tag to compare

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 sourceColor to 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

08 Aug 17:29

Choose a tag to compare

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

24 Jul 18:50

Choose a tag to compare

Release Notes

  • Fix for an issue when displaying multiple experiences at the same time with the Experience() composable

4.10.1

09 Jul 13:56

Choose a tag to compare

Release Notes

  • Resolve a crash with incorrectly nested scroll containers
  • Enable authenticated usage of multiple internal Rover data APIs

4.10.0

07 Mar 18:10

Choose a tag to compare

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

18 Dec 18:14

Choose a tag to compare

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

31 Oct 19:59

Choose a tag to compare

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

4.8.0

28 Aug 21:01

Choose a tag to compare

Release Notes

  • Added support for AXS
  • Resolve an issue where an empty Carousel with looping enabled would cause a crash.

This release uses Jetpack Compose BOM 2024.04.01