Releases: dev-labs-bg/fullscreen-video-view
Releases · dev-labs-bg/fullscreen-video-view
0.0.8
- Fixed wrong landscape calculations;
- Updated kotlin, library module, build tools and support library versions;
- Updated .gitignore.
0.0.7
- Add the new way of setting audio stream type for media players;
- Fix issues that caused app crashes on Android API 19 (KitKat).
0.0.6
- Fixes related to lint checks;
- Fix ToolbarActivity not starting, because Support Design dependency was not in the build.gradle;
- Add check whether the Activity in which the library is used is paused or not;
- Change the way of hiding the action bar;
- Remove unnecessary fields.
0.0.5
- Fix wrong value for LandscapeOrientation.REVERSE
- Fix wrong information in README.md
0.0.4
- Fix the methods of SurfaceHolder.Callback being visible from a fullscreenVideoView reference
- Update README.md
- Fix issue while generating Javadoc
0.0.3
- Renamed the methods build to videoFile and videoUrl
0.0.2
Merge pull request #10 from dev-labs-bg/develop Refactor part of the logic
0.0.1
Merge pull request #9 from dev-labs-bg/develop Fix a typo in README.md