Skip to content

Releases: THEOplayer/android-ui

1.13.4

07 Apr 14:56
a7e2a7f

Choose a tag to compare

  • 🐛 The language menu now prefers to show CEA-608/708 closed caption tracks with their localized language name (if available) instead of their language code (e.g. "en") or channel number (e.g. "CC1"). (#84, #95)

1.13.3

23 Mar 17:51
fb6572b

Choose a tag to compare

  • 🐛 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.pictureInPicture now also checks whether the Activity itself is in picture-in-picture mode, in case the activity has custom picture-in-picture logic (that does not use THEOplayer's PiPManager API). (#89)

1.13.2

03 Mar 13:52
34cdd86

Choose a tag to compare

  • 🐛 Fixed PictureInPictureButton to only be shown when the backing THEOplayerView has a valid PiPConfiguration. (#81)

1.13.1

05 Jan 14:01
7a085cc

Choose a tag to compare

  • 🐛 Changed THEOplayer to be an api dependency in Gradle. (#76)
  • 🐛 The alpha value of the UIController's background color is now correctly preserved. (#78, #79)

1.13.0

12 Sep 13:34
7e378d7

Choose a tag to compare

  • 💥 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

08 Sep 09:53
fe67834

Choose a tag to compare

  • 🚀 Added PictureInPictureButton. (#19, #70)
  • 🚀 The default UI now shows a minimal set of controls while playing an ad. (#71)
  • 🚀 UIController no longer hides all controls while playing an ad. (#71)

1.11.1

01 Aug 13:14
33044ad

Choose a tag to compare

  • 🐛 Fixed clicking on overlays from OptiView Ads not working. (#68)

1.11.0

29 Apr 16:34
b9f8004

Choose a tag to compare

  • 💥 Bumped compileSdk to API 35 (Android 15).
  • 🚀 Added localization support.

1.10.0

03 Apr 13:29
7c30f82

Choose a tag to compare

  • 🚀 Added support for THEOplayer 9.0. (#61)

1.9.4

18 Dec 11:21
422ca04

Choose a tag to compare

  • 🐛 Revert to compileSdk 34. (#56)