Skip to content

Releases: muxinc/stats-sdk-android

v0.9.0

31 Aug 20:22
cf2d735
Compare
Choose a tag to compare

New

  • Allow player SDKs to report some detected media metadata (#43)

Co-authored-by: Emily Dixon [email protected]
Co-authored-by: GitHub [email protected]

v0.8.0

18 Aug 20:21
39e5eca
Compare
Choose a tag to compare

Fixes

  • fix: Remove check for seeked every position update (#39)
  • fix: player size not detected if using non-activity context and setting playerView late (#41)

Co-authored-by: Emily Dixon [email protected]
Co-authored-by: GitHub [email protected]

v0.7.5

30 Jun 19:36
7a48a84
Compare
Choose a tag to compare

Improvements

  • Add dropped frame metrics
  • Add a Rendition List (#36)
  • Add Live Latency Metrics (#37)

Co-authored-by: Emily Dixon [email protected]
Co-authored-by: GitHub [email protected]

v0.7.4

15 Jun 21:11
f319610
Compare
Choose a tag to compare

Fixes

  • Fix views always long-resume due to data race (#34)

Co-authored-by: Emily Dixon [email protected]
Co-authored-by: GitHub [email protected]

v0.7.3

05 Jun 19:10
6fe411a
Compare
Choose a tag to compare

Improvements

  • fix: CustomerData should allow null customerPlayerData (#30)

Co-authored-by: Emily Dixon [email protected]
Co-authored-by: GitHub [email protected]

v0.7.2

23 Dec 15:14
cd36103
Compare
Choose a tag to compare

Improvements

  • Make players weakly reachable again (#27)

v0.7.1

22 Dec 17:43
b896857
Compare
Choose a tag to compare

Improvements

  • Move HttpClient to the common lib (#24)
  • Fix beacons unsent due to static INetworkRequest being null at time of Tracker creation (#25)

v0.7.0

30 Nov 00:33
d756035
Compare
Choose a tag to compare

Improvements

  • Improve MuxUiDelegate to measure screen via View's context (#22)

v0.6.0

29 Nov 19:42
e1fe6bc
Compare
Choose a tag to compare

Updates

  • Update AndroidDevice package info logic for API 33 (#20)

Improvements

  • Add the 'utils-kt' library with some useful tools (#19)

v0.5.1

29 Nov 00:28
09fc82c
Compare
Choose a tag to compare

Improvements

  • The PlayerWatcher should keep a weak reference at all times