Releases: apivideo/api.video-android-player-analytics
Releases · apivideo/api.video-android-player-analytics
v3.0.0
v2.0.2
- Fix a crash on ExoPlayer Analytics when position < 0.0f
- Synchronize generation of ping payload
v2.0.1
- Fix a crash with parsing of URL on old Android versions due to group named capture
- Display the exception in the default error handler
v2.0.0
- Replace Future by Callback to support Android >= 21
- Add support for Android 34
- CI: Upgrade GitHub Actions to fix warnings for documentation workflow
v1.4.0
- Migrate ExoPlayer to
media3
v1.3.1
- Upgrade dependencies
- Fix obfuscation on release builds by updating Kotlin serialization plugin
v1.3.0
- Add support for api.video custom domains with
VideoInfo.fromMediaURL
v1.2.3
- Fix private live stream URL parsing
- Replace
cdn.api.video
byvod.api.video
v1.2.2
- Fix a random 400 error when sending events
- Add an example to test ExoPlayer events
v1.2.1
- Add a specific library for ExoPlayer