Skip to content

Releases: apivideo/api.video-android-player

v1.1.4

23 Nov 15:11
Compare
Choose a tag to compare
  • Fix the display of the fullscreen button
  • The ApiVideoPlayerController.Listener is not mandatory to simplify usage

v1.1.3

03 Nov 09:20
Compare
Choose a tag to compare
  • Add an API to loop video. See ApiVideoPlayerController.isLooping.
  • Add an API to automatically play video once it has been loaded.

v1.1.2

27 Oct 14:30
Compare
Choose a tag to compare
  • Add an API to get the video size: see videoSize.
  • Add an API to get player state: see isPlaying.
  • Add an API to seek from an offset.

v1.1.1

21 Oct 15:34
Compare
Choose a tag to compare
  • Add the ApiVideoPlayerController that takes a Surface as a parameter.

v1.1.0

03 Oct 11:52
Compare
Choose a tag to compare
  • Split ApiVideoPlayer in 2 classes: ApiVideoExoPlayerView for player view and ApiVideoPlayerController for
  • Externalize analytics in a specific analytics module

v1.0.0

24 May 08:13
Compare
Choose a tag to compare
  • First version