Skip to content

Releases: muxinc/mux-stats-sdk-exoplayer

v2.4.5

26 Mar 00:10
a9ee23f
Compare
Choose a tag to compare
  • Added support for Exoplayer version 2.13.1 (#98)

v2.4.4

12 Mar 18:51
5a88550
Compare
Choose a tag to compare
  • Removed all content from res directory under MuxExoPlayer. (#92)
  • Added test for playback end events and view end event. (#94)
  • Reformat code with Google Java style (#88)
  • Upgrade MuxCore to 6.2.0, which includes:
    • Added viewEnd event on player release.

v2.4.3

18 Feb 17:09
811cf6a
Compare
Choose a tag to compare
  • Propagate customerViewData through the constructors for 2.9.6, 2.11.1, and 2.12.1 as well.

v2.4.2

17 Feb 18:55
a406e1e
Compare
Choose a tag to compare
  • Fix propagation of customerViewData through all constructors.

v2.4.1

17 Feb 01:42
4221e1e
Compare
Choose a tag to compare
  • Fix detection of rebuffering after seeking
  • Use a random UUID stored in shared preferences for mux_viewer_id
  • Fix sending of view_session_id

v2.4.0

01 Feb 23:32
dd4e369
Compare
Choose a tag to compare
  • Fix an issue where additional icons and image files were included
  • Fix an issue where the application would crash on Android 11
  • Expose additional fatal playback errors

v2.3.1

08 Jan 06:05
3103be2
Compare
Choose a tag to compare
  • Fix an issue where AAR file size was too large due to inadverting inclusion of a video file

v2.3.0

22 Dec 04:38
281540f
Compare
Choose a tag to compare
  • Fix an issue where logical resolution was calculated incorrectly
  • Report wired instead of ethernet for certain connection types
  • [internal] Integrate automated integration tests

v2.2.0

18 Dec 13:56
0353d43
Compare
Choose a tag to compare
  • Upgrade to Android Studio 4.1
  • Upgrade to Gradle 6.1.1
  • Update dockerfile and build script for new tooling
  • Support back to minAPI 16 via multidexing support

v2.1.0

07 Dec 22:45
019f7df
Compare
Choose a tag to compare
  • Support ExoPlayer r2.12.1
  • Expose CustomerViewData through ProGuard
  • Ensure packages are scoped to com.mux.stats.sdk in ProGuard
  • Update version reported by the plugin (v2.0.0 reported v1.5.0 unintentionally, now will report v2.1.0)
  • Fix an issue where accessing ad integration could cause a crash
  • Bump to MuxCore v6.0.0
  • Fix invalid rebuffering reported for audio-only and playback
  • Ensure that events are sent in a more timely manner (some events are held after a PauseEvent until the next active event)