Releases: THEOplayer/android-ui
Releases · THEOplayer/android-ui
1.13.1
1.13.0
- 💥 The
minSdkis 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
compileSdkto API 35 (Android 15). - 🚀 Added localization support.
- See
res/values/strings.xmlfor 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.castnot available before first source change.
1.9.1
- 🐛 Fix
DurationDisplayto show the time of the live point when playing a live or DVR stream. - 🐛 Fix
CurrentTimeDisplayto show the time offset to the live point when playing a live or DVR stream withshowRemaining = true. - 💅 Changed
DefaultUito hide the current time display when playing a live stream. - 💅 Changed
DefaultUito show the time offset to the live point when playing a DVR stream. - 💅 Changed
LanguageMenuButtonto automatically hide itself when there are no alternative audio or subtitle tracks to select.