Skip to content

Releases: THEOplayer/android-ui

1.7.0

12 Aug 15:58
Compare
Choose a tag to compare
  • 💥 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

16 Apr 10:46
Compare
Choose a tag to compare
  • 🚀 Added support for THEOplayer Android SDK version 7.

1.5.0

21 Feb 13:26
Compare
Choose a tag to compare

1.4.0

27 Nov 13:19
Compare
Choose a tag to compare
  • 💥 Updated to Jetpack Compose version 1.5.4 (BOM 2023.10.01).
  • 💅 Renamed project to "THEOplayer Open Video UI for Android".

1.3.4

17 Oct 13:14
Compare
Choose a tag to compare
  • 🚀 Allow THEOplayer Android SDK 6.

1.3.3

13 Jul 15:15
Compare
Choose a tag to compare
  • 💅 UIController now sizes itself to match the video's aspect ratio, except if this were to conflict with a different size constraint (such as Modifier.fillMaxSize()).

1.3.2

13 Jul 11:34
Compare
Choose a tag to compare
  • 🏠 Publish to THEOplayer's own Maven repository.

1.3.1

30 Jun 12:08
Compare
Choose a tag to compare
  • 🚀 Added Player.source, .videoWidth and .videoHeight properties.
  • 🚀 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

29 Jun 11:12
Compare
Choose a tag to compare
  • 🚀 Added THEOplayerTheme.playerAnimations to control the animation settings of the various UI components.
  • 🐛 Fix consuming apps unable to install different version of the THEOplayer Android SDK.

1.2.0

28 Jun 14:46
Compare
Choose a tag to compare
  • 💥 Renamed PlayerState to Player.
  • 🚀 Added overloads to DefaultUI and UIController that accept a Player.
    This allows constructing a player instance in advance, and even moving it between custom UIs when recomposing.
  • 🚀 Added UIControllerScope.player as an non-null alternative to Player.current.