Skip to content

Releases: dev-labs-bg/fullscreen-video-view

1.2.0

20 Oct 13:38
a027b45
Compare
Choose a tag to compare
  • Fixes app crash related to setting the drawable color filter on lower Android versions than Q.
  • Migrates the library repository to MavenCentral.
  • Adds OnVideoPreparedListener.
  • Adds getCurrentPosition method.
  • Adds mute and unmute methods.

1.1.6

03 Apr 08:47
83271c6
Compare
Choose a tag to compare
  • Added support for changing the video file at runtime.

1.1.5

11 Dec 14:21
Compare
Choose a tag to compare
  • Added support for changing the video URL at runtime;
  • Added support for listening for video completion.

1.1.4

11 Oct 08:08
057f099
Compare
Choose a tag to compare
  • Added seekTo method in the Builder.

1.1.3

14 Aug 13:43
91408ff
Compare
Choose a tag to compare
  • Added Media Controller listener;
  • Fixed the video thumbnail being visible if the autoplay is not enabled and the progress SeekBar is dragged.

1.1.2

28 Jun 12:01
689b799
Compare
Choose a tag to compare
  • Added support error listening support (by adding an addOnErrorListener method to the Builder and FullscreenVideoView);
  • Added support for playing videos programmatically.

1.1.1

19 Jun 15:31
Compare
Choose a tag to compare
  • Added missing init constructor in one of the constructors of the FullscreenVideoView class;
  • Fixed an issue related to not using fullscreen right when there are more than one FullscreenVideoViews;
  • Fixed showing views with Visibility.GONE after exiting fullscreen mode;
  • Fixed Travis CI build.

1.1.0

18 Jun 14:50
1da9d13
Compare
Choose a tag to compare
  • Added local drawable thumbnail feature;
  • Added method for programmatically pausing the video;
  • Added method for hiding the progress views (current time TextView, end time TextView and ProgressBar);
  • Added method for hiding the fullscreen button.

1.0.0

05 Oct 15:07
93d9046
Compare
Choose a tag to compare
  • Added change playback feature;
  • Updated Gradle dependencies' versions.

0.0.9

04 Jun 13:53
f6fdb99
Compare
Choose a tag to compare
  • Updated Gradle Plugin (from 3.0.1 to 3.1.2), Support Library (from 27.0.2 to 27.1.1) and Kotlin (from 1.2.21 to 1.2.41) versions;
  • Fixed some of the UI tests not working at all;
  • Linked Travis CI and Codacy to the project;
  • Fixed code quality issues from Codacy;
  • Refactored the complex class VideoControllerView by creating a DrawableHelper where to store and control the drawables;
  • Removed unnecessary Log.d onDetach in VideoControllerView.