Releases: THEOplayer/android-ui
Releases · THEOplayer/android-ui
1.13.0
- 💥 The
minSdk
is now API 23 (Android 6.0 "Marshmallow"), to align with THEOplayer 10.0. (#74) - 💥 Open Video UI for Android is now compiled using the Kotlin 2 compiler. Update your app to use Kotlin Gradle Plugin 2.0.0 or newer. (#74)
- 💥 Updated to Jetpack Compose version 1.9.0 (BOM 2025.08.01).
- 🚀 Added support for THEOplayer 10.0. (#74)
1.12.0
1.11.1
1.11.0
- 💥 Bumped
compileSdk
to API 35 (Android 15). - 🚀 Added localization support.
- See
res/values/strings.xml
for the full list of translatable strings, which you can override in your app'sstrings.xml
. - For more information, see Localize your app on Android Developers.
- See
1.10.0
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
.