Fullscreen Video View Versions Save

1.2.0

2 years ago
  • 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

4 years ago
  • Added support for changing the video file at runtime.

1.1.5

4 years ago
  • Added support for changing the video URL at runtime;
  • Added support for listening for video completion.

1.1.4

4 years ago
  • Added seekTo method in the Builder.

1.1.3

4 years ago
  • 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

4 years ago
  • Added support error listening support (by adding an addOnErrorListener method to the Builder and FullscreenVideoView);
  • Added support for playing videos programmatically.

1.1.1

4 years ago
  • 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

4 years ago
  • 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

5 years ago
  • Added change playback feature;
  • Updated Gradle dependencies' versions.

0.0.9

5 years ago
  • 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.