Analytics Android / AndroidTV Releases
Latest Releases
Stable
1.22.0
2/1/2021
Stable
2/1/2021
1.22.0
Added
- Functionality to retry sending of samples that couldn't be sent due to a HTTP timeout
- Ability to attach the
ExoPlayerCollector
to a player that's already in a loading state.
Stable
1/10/2021
1.21.0
Added
- ability to override the
mpdUrl
andm3u8Url
via the analytics configuration
Stable
10/27/2020
1.20.0
Added
- If the video startup fails due to a timeout, we add a
ANALYTICS_VIDEOSTART_TIMEOUT_REACHED
error to the sample, so it can be easily filtered in the dashboard
Changed
- We now stop collecting events after the collector encounters a video startup failure
Stable
8/31/2020
1.19.0
Changed
- Calculations for available screen width and height to now include screen density and be more independent of physical pixel
- Make collectors more resilient to exceptions in event listeners
Stable
8/3/2020
1.18.0
Added
- maximum threshold for quality change events error sample sent if quality change threshold has been exceeded (ANALYTICS_QUALITY_CHANGE_THRESHOLD_EXCEEDED)
- error sample sent if continuous buffering exceeds threshold (ANALYTICS_BUFFERING_TIMEOUT_REACHED)
Stable
6/21/2020
1.17.0
Changed
- tracking of video startup times when autoplay is enabled in order to be consistent with the web collector
Fixed
- memory issues with
CountDownTimer
after player adapter is released
Stable
6/21/2020
1.16.0
Changed
- only send
qualitychanged
sample when bitrate changed - changed player error mapping to improve transparency for Bitmovin Player & ExoPlayer
- persist DRM information fields
drmType
in every sample
Fixed
- crash when
onAdError
was fired with empty ad tag url
Stable
5/10/2020
1.14.0
Added
- Detection for AndroidTV devices
- playback start failure metrics to ExoPlayer
Changed
- Updated support libraries to androidX
Fixed
- Bug with ever increasing download speed measurements
- Missing audio codec data for bitmovin player
Stable
4/27/2020
1.13.0
Added
- Added a heartbeat to rebuffering to increase rebuffer accuracy
- Data downloaded metrics to ExoPlayer
Fixed
- issue in Exoplayer related to rebuffering during seeks