Releases: dev-labs-bg/fullscreen-video-view
Releases · dev-labs-bg/fullscreen-video-view
1.2.0
1.1.6
- Added support for changing the video file at runtime.
1.1.5
- Added support for changing the video URL at runtime;
- Added support for listening for video completion.
1.1.4
- Added
seekTo
method in the Builder.
1.1.3
- 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
- Added support error listening support (by adding an
addOnErrorListener
method to the Builder and FullscreenVideoView); - Added support for playing videos programmatically.
1.1.1
- 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
- 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
- Added change playback feature;
- Updated Gradle dependencies' versions.
0.0.9
- 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.