Releases: RoverPlatform/rover-android
Releases · RoverPlatform/rover-android
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
4.8.0
4.7.0
Release Notes
- String interpolation is now supported by conversion tags
- Support for the Adobe Experience Cloud Platform has been added
- Added support for the Ticketmaster Ignite SDK
- Removed support for the Ticketmaster Presence SDK
- Added new Analytic Event when the user views carousel pages
This release uses Jetpack Compose BOM 2024.04.01
4.7.0 RC 1
Release Notes
- String interpolation is now supported by conversion tags
- Support for the Adobe Experience Cloud Platform has been added
- Added support for the Ticketmaster Ignite SDK
- Removed support for the Ticketmaster Presence SDK
- Added new Analytic Event when the user views carousel pages
This release uses Jetpack Compose BOM 2024.04.01
4.6.1
4.6.0
Release Notes
- Breaking change: removal of the no-longer-supported Bluetooth and Advertising ID modules. If these modules are present in your project, you should remove the dependency on them and remove their Assemblers from Rover.initialize { }
- Add support for interpolating fields from Device Context in experiences (for example,
{{ device.location.address.city }}
) - To improve privacy footprint and PII usage, location module has been changed to only use coarse location (~1km minimum) and no longer includes geocoded street address
- Resolve a rendering bug with Rover experiences that could cause some content to be sized incorrectly
- Add support for the Tiled image resizing mode in Image layers
This release uses Jetpack Compose BOM 2023.10.01
4.5.0
Release Notes
- Support for Story-style experiences
- Add API for receiving callbacks for button taps in Experiences (see docs https://developer.rover.io/docs/data/3rd-party-analytics#button-taps)
- Upgrade to Compose BoM 2023.10.01 (aka Compose 1.5.4)
4.4.1
Release Notes
- Resolve an issue where Classic Experience events were not being emitted correctly
- Add experience URL to the Experience Screen Viewed event
- Resolve an issue where a Null Pointer Exception could occur in image handling logic when device memory is low
- Resolve an issue where location might not be cleared after enabling Anonymized mode
- Resolve an issue where location permission fields in events would appear incorrect in Anonymized mode
4.4.0
- New API for Privacy Controls, see developer site
- Collection filters are now properly supported on Carousels
- Settings screen now uses Jetpack Compose
Note: Rover is no longer compatible with the ExoPlayer library, please upgrade to AndroidX Media3. See the AndroidX Media3 migration guide.