aboutsummaryrefslogtreecommitdiffstats
path: root/src/js
Commit message (Collapse)AuthorAgeFilesLines
...
| * Removed redundant wrappers within the adsmanager promises.Arthur Hulsman2018-03-091-3/+3
| |
| * Unneeded else has been removed within the play() method.Arthur Hulsman2018-03-091-2/+2
| |
| * Made sure play() returns a promise.Arthur Hulsman2018-03-091-2/+2
| |
| * Ad block detection would not work when calling play() right after creating ↵Arthur Hulsman2018-03-092-39/+35
| | | | | | | | the player instance, so the adsManager now also rejects on such a case. Also made sure that calling play() will wait for the adsManager promise to resolve or otherwise return the media.play() method.
| * Resizing the ad container while having it on display none will return offset ↵Arthur Hulsman2018-03-071-5/+4
| | | | | | | | width and height of 0, which will cause ads not to play when ad sizes are set within the clients DSP. Also making sure that the inner containers of the ad container are full size. The container is now hidden/ displayed using z-index.
| * Made sure that cue points for midrolls are not displayed when the ad rule ↵Arthur Hulsman2018-03-071-1/+1
| | | | | | | | for a midroll doesn't exceed the total play time of a video.
| * Removed a double this.enabled variable and updated a comment in ads.js. Also ↵Arthur Hulsman2018-03-063-15/+13
| | | | | | | | made sure the adsmanager promise also can fail, so we can use it to wait for getting the advertisement ready when someone clicks the play button. Otherwise there it can look glitchy when the actual video starts playing and the video ad plays a few seconds later because the vast tag was slow to retrieve. Also fixed a typo.
* | Manually merged PRsSam Potts2018-03-101-19/+34
|/
* v3.0.0-beta.17Sam Potts2018-03-033-3/+3
|
* TypoSam Potts2018-03-032-2/+2
|
* 3.0.0-beta.16Sam Potts2018-03-033-3/+3
|
* Ready event fix, YouTube play event fix, docs updateSam Potts2018-03-037-19/+10
|
* v3.0.0-beta.15Sam Potts2018-02-193-3/+3
|
* Fix IE CORS captionsSam Potts2018-02-192-7/+47
|
* Pause button fix, polyfilled build, unminified buildsSam Potts2018-02-175-7/+25
|
* v3.0.0-beta.13Sam Potts2018-02-132-3/+3
|
* Fix for custom controlsSam Potts2018-02-137-25/+30
|
* Merge branch 'beta' of github.com:sampotts/plyr into betaSam Potts2018-02-111-1/+2
|\
| * Merge pull request #780 from friday/captions-ie11-indexsizeerrorSam Potts2018-02-061-1/+2
| |\ | | | | | | Fix harmless but annoying IE error 'IndexSizeError'
| | * Fix harmless but annoying IE error 'IndexSizeError'Albin Larsson2018-02-061-1/+2
| | |
* | | Fullscreen API changes, color settings tweaksSam Potts2018-02-117-210/+217
|/ /
* / Readme mergeSam Potts2018-02-061-1/+1
|/
* 3.0.0-beta.12Sam Potts2018-02-062-3/+3
|
* Added backwards compatibility for <div> embedsSam Potts2018-02-064-39/+67
|
* Removed fetch dependencySam Potts2018-02-052-14/+13
|
* Merge branch 'beta' of github.com:sampotts/plyr into betaSam Potts2018-02-053-4/+8
|\ | | | | | | | | | | # Conflicts: # dist/plyr.js # dist/plyr.js.map
| * Small UI tweaks and fix for instanceof issueSam Potts2018-01-313-4/+8
| |
* | Testing fetchSam Potts2018-02-051-5/+44
|/
* Version bump + icon fixSam Potts2018-01-302-2/+2
|
* DeploySam Potts2018-01-301-1/+1
|
* Merge branch 'beta' into fix/ads-blockedSam Potts2018-01-304-17/+42
|\ | | | | | | | | | | | | | | # Conflicts: # dist/plyr.js # dist/plyr.js.map # src/js/plugins/ads.js # src/js/plyr.js
| * Version bumpSam Potts2018-01-251-1/+1
| |
| * Attempt to fix YouTube message error, added ads references, changes to boolSam Potts2018-01-254-7/+27
| |
| * Restored “Ad” in labelSam Potts2018-01-243-2/+4
| |
| * Version bumpSam Potts2018-01-231-1/+1
| |
* | Fix typo'sferdiemmen2018-01-291-2/+2
| |
* | fix(ads): Fixes media from playing when ads are blockedferdiemmen2018-01-293-4/+25
|/
* Renamed property, UI tweakSam Potts2018-01-232-10/+13
|
* Fix bug where ad would play on every play actionferdiemmen2018-01-222-15/+2
|
* Small tweaksSam Potts2018-01-223-9/+13
|
* Bug fixSam Potts2018-01-223-2/+7
|
* Version bumpSam Potts2018-01-221-1/+1
|
* Formatting, events and ad countdown addedSam Potts2018-01-224-104/+186
|
* Formatting and “ad” badgeSam Potts2018-01-193-94/+80
|
* Merge branch 'beta-with-ads' of github.com:sampotts/plyr into beta-with-adsSam Potts2018-01-192-266/+255
|\ | | | | | | | | # Conflicts: # src/js/plugins/ads.js
| * Noticed that Plyr stopped working when ads are blocked.Arthur Hulsman2018-01-181-3/+6
| |
| * Updated pause and resume content methods within Ads class.Arthur Hulsman2018-01-181-5/+5
| |
| * Reformatted ads codebase and added/ changed comments. Also removed un-used ↵Arthur Hulsman2018-01-181-164/+119
| | | | | | | | events.
| * Fixed string literal and position issue of the midroll cue inside the time ↵Arthur Hulsman2018-01-171-5/+8
| | | | | | | | line. Added a check for the progress element existence.
| * Removed an un-used variable.Arthur Hulsman2018-01-171-3/+1
| |