Releases: THEOplayer/android-ui
Releases · THEOplayer/android-ui
1.9.4
1.9.3
1.9.2
- 🐛 Fix
Player.cast
not available before first source change.
1.9.1
- 🐛 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 withshowRemaining = 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
- 💥 Updated to Jetpack Compose version 1.7.0 (BOM 2024.09.00).
- 💥 Changed
colors
parameter inIconButton
andLiveButton
to be anIconButtonColors
. - 🚀 Added support for Android Lollipop (API 21), to align with the THEOplayer Android SDK.
- 🚀 Added
rememberPlayer(THEOplayerView)
to create aPlayer
wrapping an existingTHEOplayerView
.
1.8.0
- 🚀 Added support for THEOplayer 8.0.
1.7.4
- 🐛 Fixed a crash when playing a live stream on Chromecast.
1.7.3
- 🐛 Fixed the Chromecast button never appearing. (#34)
- 🐛 Fixed the seek bar being disabled while casting. (#35, #36)
- 📝 Added a "Setting up Chromecast" guide.
1.7.2
- 🐛 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)