Skip to content

Releases: THEOplayer/android-ui

1.9.4

18 Dec 11:21
422ca04
Compare
Choose a tag to compare
  • 🐛 Revert to compileSdk 34. (#56)

1.9.3

17 Dec 10:01
139702c
Compare
Choose a tag to compare
  • 💥 Updated to Jetpack Compose version 1.7.5 (BOM 2024.11.00).
  • 🐛 Fix SeekBar not working for livestreams with a large player.seekable.start(0), such as MPEG-DASH streams that use Unix timestamps for their MPD timeline. (#52)

1.9.2

15 Oct 09:56
2e2bbeb
Compare
Choose a tag to compare
  • 🐛 Fix Player.cast not available before first source change.

1.9.1

01 Oct 12:28
09c1fba
Compare
Choose a tag to compare
  • 🐛 Fix DurationDisplay to show the time of the live point when playing a live or DVR stream.
  • 🐛 Fix CurrentTimeDisplay to show the time offset to the live point when playing a live or DVR stream with showRemaining = true.
  • 💅 Changed DefaultUi to hide the current time display when playing a live stream.
  • 💅 Changed DefaultUi to show the time offset to the live point when playing a DVR stream.
  • 💅 Changed LanguageMenuButton to automatically hide itself when there are no alternative audio or subtitle tracks to select.

1.9.0

10 Sep 09:33
f8a0439
Compare
Choose a tag to compare
  • 💥 Updated to Jetpack Compose version 1.7.0 (BOM 2024.09.00).
  • 💥 Changed colors parameter in IconButton and LiveButton to be an IconButtonColors.
  • 🚀 Added support for Android Lollipop (API 21), to align with the THEOplayer Android SDK.
  • 🚀 Added rememberPlayer(THEOplayerView) to create a Player wrapping an existing THEOplayerView.

1.8.0

06 Sep 14:04
Compare
Choose a tag to compare
  • 🚀 Added support for THEOplayer 8.0.

1.7.4

02 Sep 13:16
Compare
Choose a tag to compare
  • 🐛 Fixed a crash when playing a live stream on Chromecast.

1.7.3

02 Sep 09:01
Compare
Choose a tag to compare

1.7.2

28 Aug 11:11
Compare
Choose a tag to compare
  • 🐛 Fixed ad clickthrough not working. (#33)
  • 🐛 Fixed UI not re-appearing after playing an ad. (#33)
  • 🐛 Fixed exiting fullscreen disabling edge-to-edge display. (#32)

1.7.1

20 Aug 08:52
Compare
Choose a tag to compare
  • 🐛 Disable system gestures on the SeekBar component. (#30)