Releases: THEOplayer/android-ui
Releases · THEOplayer/android-ui
Release list
1.14.1
1.14.0
1.13.4
1.13.3
- 🐛 Changed the minimum supported THEOplayer version to 7.6.0. (#85)
- This was effectively already the minimum version as of Open Video UI for Android version 1.7.2, but it wasn't noticed until now.
- Future versions will be properly tested with the minimum supported THEOplayer version to avoid similar compatibility issues.
- 🐛
Player.pictureInPicturenow also checks whether theActivityitself is in picture-in-picture mode, in case the activity has custom picture-in-picture logic (that does not use THEOplayer'sPiPManagerAPI). (#89)
1.13.2
- 🐛 Fixed
PictureInPictureButtonto only be shown when the backingTHEOplayerViewhas a validPiPConfiguration. (#81)
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
- 🐛 Fixed clicking on overlays from OptiView Ads not working. (#68)
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