Releases: THEOplayer/android-ui
Releases · THEOplayer/android-ui
Release list
1.7.1
- 🐛 Disable system gestures on the
SeekBarcomponent. (#30)
1.7.0
- 💥 Updated to Jetpack Compose version 1.6.8 (BOM 2024.06.00).
- 🚀 Added basic support for advertisements. (Requires THEOplayer SDK version 7.10.0 or higher.)
1.6.0
- 🚀 Added support for THEOplayer Android SDK version 7.
1.5.0
- 💥 Updated to Jetpack Compose version 1.6.1 (BOM 2024.02.00).
- 🐛 Fixed dragging the
SeekBarwhen using Compose Material 3 version 1.2.0 or higher. (#24)
1.4.0
- 💥 Updated to Jetpack Compose version 1.5.4 (BOM 2023.10.01).
- 💅 Renamed project to "THEOplayer Open Video UI for Android".
1.3.4
1.3.3
- 💅
UIControllernow sizes itself to match the video's aspect ratio, except if this were to conflict with a different size constraint (such asModifier.fillMaxSize()).
1.3.2
- 🏠 Publish to THEOplayer's own Maven repository.
1.3.1
- 🚀 Added
Player.source,.videoWidthand.videoHeightproperties. - 🚀 Added
Player.play()and.pause()shortcut methods. - 🐛 Fixed player not following device rotation while fullscreen.
- 💅 When autoplaying a new video, the UI now starts out as hidden.
1.3.0
- 🚀 Added
THEOplayerTheme.playerAnimationsto control the animation settings of the various UI components. - 🐛 Fix consuming apps unable to install different version of the THEOplayer Android SDK.