Skip to content

Changelog

v1.4.0 (2025-01-21)

  • Add support for periodic statistics calculation in video tests. To use it, implement the VideoStatisticsListener interface and pass it to the VideoQualityTest.Builder via .setVideoStatisticsListener(this).

v1.3.1 (2025-01-09)

  • Fix dark theme in demo app
  • Internal build updates

v1.3.0 (2025-01-08)

  • Add GUI for entering the registration key

v1.2.1 (2025-01-08)

  • Fix an issue with the SDK-exported symbols

v1.2.0 (2025-01-08)

  • Add support for video quality tests (YouTube and Netflix (Trailer))

v1.1.4 (2024-11-09)

  • Fix for single MP4 bitrate estimation

v1.1.3 (2024-10-28)

  • Add aborted_at, aborted_reason to the test results
  • Fix lifecycle of tests when fetching statistics fails

v1.1.2 (2024-10-23)

  • Add a stop method for the tests
  • Update dependencies

v1.1.1 (2024-09-17)

  • Fix production build exported Java classes to be used in Android projects

v1.1.0 (2024-09-15)

  • Refactor Java class structure to allow for new quality tests to be added in the future

v1.0.0 (2024-08-06)

  • Refactor ExoPlayer class structure

v0.8.1 (2024-04-17)

  • Add TTFB measurements for ExoPlayer tests

v0.8.0 (2024-04-15)

  • Allow using an external, already-defined ExoPlayer instance

v0.7.0 (2024-04-12)

  • Migrate to Media3 ExoPlayer

(Older changes are not documented here.)