Skip to content

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

0.0.8

23 Feb 13:26
15be947
Compare
Choose a tag to compare
  • Fixed wrong landscape calculations;
  • Updated kotlin, library module, build tools and support library versions;
  • Updated .gitignore.

0.0.7

02 Feb 14:46
a47c7ee
Compare
Choose a tag to compare
  • 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

29 Jan 15:24
c0c8ecc
Compare
Choose a tag to compare
  • 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

14 Nov 12:02
c049fe6
Compare
Choose a tag to compare
  • Fix wrong value for LandscapeOrientation.REVERSE
  • Fix wrong information in README.md

0.0.4

14 Nov 07:43
d286ce4
Compare
Choose a tag to compare
  • Fix the methods of SurfaceHolder.Callback being visible from a fullscreenVideoView reference
  • Update README.md
  • Fix issue while generating Javadoc

0.0.3

13 Nov 12:23
4ac26c8
Compare
Choose a tag to compare
  • Renamed the methods build to videoFile and videoUrl

0.0.2

13 Nov 12:12
c32b082
Compare
Choose a tag to compare
Merge pull request #10 from dev-labs-bg/develop

Refactor part of the logic

0.0.1

13 Nov 11:44
bef43f2
Compare
Choose a tag to compare
Merge pull request #9 from dev-labs-bg/develop

Fix a typo in README.md