Skip to content

Releases: jhomlala/betterplayer

0.0.42

30 Dec 12:20
Compare
Choose a tag to compare
General bugfixes, 0.0.42

0.0.41

28 Dec 09:38
bd94979
Compare
Choose a tag to compare
Feature/december changes 3 (#186)

* Fixed cupertino loadingColor and loadingWidget issue, fixed cupertino buttons height

* Fixed setControlsEnabled in cupertino player

* General cleanup

0.0.40

28 Dec 09:01
a0150b4
Compare
Choose a tag to compare
Feature/december changes 2 (#185)

* Exposed VideoPlayerValue in export

* Fixed log issue

* Added loadingColor and loadingWidget, 0.40.0 release

* Lint fix

0.0.39

27 Dec 22:42
6b0e844
Compare
Choose a tag to compare
Feature/lint fixes (#182)

* Lint fixes

* Lint fixes

* Lint fixes

* Lint fixes

* General refactor

0.0.38

27 Dec 13:27
8514f93
Compare
Choose a tag to compare
Feature/player notifications (#181)

* setControlsEnabled implementation

* Updated documentation

* Fixed video list widget buttons not rendering correctly in small resolutions

* Fixed video list widget buttons not rendering correctly in small resolutions

* Added setOverriddenAspectRatio, added example for overriding aspect ratio

* Fixed deviceOrientationsOnFullScreen for iOS

* iOS player notifications implementation

* Player notification implementation

* Player notification implementation

* iOS player notifications implementation

* iOS player notifications implementation

* Android player notifications implementation

* General player notifications implementation

* Android notification image

* iOS notification handling

* iOS notification handling

* iOS notification handling

* iOS notification handling

* Android notification handling

* Android notification handling

* Android notification handling

* Notification handling

* Notification handling

* Notification handling

* Merge fixes, readme update, changelog update

* Added media file

* General refactor

* Update README.md

* Update README.md

* Update README.md

* PR refactor

0.0.37

13 Dec 18:31
c512ae1
Compare
Choose a tag to compare
Feature/december changes (#172)

* setControlsEnabled implementation

* Updated documentation

* Fixed video list widget buttons not rendering correctly in small resolutions

* Fixed video list widget buttons not rendering correctly in small resolutions

* Added setOverriddenAspectRatio, added example for overriding aspect ratio

* Fixed deviceOrientationsOnFullScreen for iOS

* Fixed crash connected with setSpeed in Android platform

* Fixed default aspect ratio

* Better Player 0.0.37

* Changelog, dartfmt update

0.0.36

29 Nov 10:24
637757a
Compare
Choose a tag to compare
Feature/november changes 3 (#154)

* Added initialized event

* Added INITIALIZED event

* Added autoDetectFullscreenDeviceOrientation implementation

* Fixed autoPlay background issue

* Fixed cupertino icons

* Fixed progress bar not working correctly for iOS 12 with file datasource

* Fixed progress bar not working correctly for iOS 12 with file datasource

* 0.0.36 release

0.0.35: Feature/november changes 2 (#145)

21 Nov 13:37
b07dcaf
Compare
Choose a tag to compare
* iOS black frame issue fix

* Fixed full screen placeholder issue

* Fixed event not firing in enterFullScreen and exitFullScreen

* Fixed subtitles parsing

* Better Player 0.0.35

Co-authored-by: jhomlala <[email protected]>

0.0.34

15 Nov 19:00
943798b
Compare
Choose a tag to compare
Feature/memory player (#134)

* Memory player implementation

* Added factories for DataSource

* Refactored data sources

* Fixed placeholder showing after full screen when using showPlaceholderUntilPlay

* Added setControlsVisibility to BetterPlayerController

* Removed showControlsOnInitialize from BetterPlayerConfiguration

* Fixed cupertino controls issue with hasError

* Dartfmt

0.0.33

08 Nov 19:36
efc32e9
Compare
Choose a tag to compare
Feature/example (#124)

* New example app implementation

* Added events listener page

* General bugfixes, added subtitles page

* Added hls subtitles page

* Fixed issue with HLS tracks, added hls tracks page

* Added resolutions page

* Added cache page

* General refactor

* General refactor

* Dartfmt + DA fixes