aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Allow fullscreen in iframeSam Potts2018-03-272-12/+6
|
* Fix for seeking issueSam Potts2018-03-271-2/+2
|
* Use object.entriesSam Potts2018-03-271-2/+5
|
* Fixes for fast forward and issues with event.preventDefault()Sam Potts2018-03-279-131/+217
|
* v3.0.3Sam Potts2018-03-223-3/+3
|
* Vimeo offset tweak (fixes #826)Sam Potts2018-03-222-2/+2
|
* Fix for .stop() method (fixes #819)Sam Potts2018-03-224-7/+20
|
* Check for array for speed options (fixes #252)Sam Potts2018-03-221-1/+1
|
* Restore as float (fixes #828)Sam Potts2018-03-221-1/+1
|
* Fix for Firefox fullscreen oddness (Fixes #821)Sam Potts2018-03-221-8/+12
|
* Merge branch 'master' of github.com:sampotts/plyrSam Potts2018-03-223-3/+3
|\
| * Fix fast-forward controlSaad Shahd2018-03-213-3/+3
| | | | | | | | fast-forward control doesn't work.
* | Improve Sprite checking (fixes #827)Sam Potts2018-03-221-5/+12
|/
* v3.0.2Sam Potts2018-03-183-5/+5
|
* Fix for Safari with adblockersSam Potts2018-03-181-50/+9
|
* Fix for local storage issueSam Potts2018-03-184-12/+21
|
* v3.0.0Sam Potts2018-03-173-3/+3
|
* Added buffered getterSam Potts2018-03-174-33/+45
|
* Vimeo fixSam Potts2018-03-154-7/+11
|
* 3.0.0-beta.20Sam Potts2018-03-136-20/+34
|
* 3.0.0-beta.19Sam Potts2018-03-133-3/+3
|
* Typography fixSam Potts2018-03-132-2/+4
|
* 3.0.0-beta.18Sam Potts2018-03-133-3/+3
|
* Update adsSam Potts2018-03-132-19/+8
|
* Fix for null manager race conditionSam Potts2018-03-111-39/+41
|
* Normalised event names and removed unusedSam Potts2018-03-111-18/+20
|
* Add optional argument to Ads.trigger (currently only used for adblocker error)Albin Larsson2018-03-101-4/+5
|
* Event listener fixes, loadScript promise, ads tweaksSam Potts2018-03-119-372/+417
|
* Merge branch 'beta' of github.com:sampotts/plyr into betaSam Potts2018-03-104-56/+57
|\
| * 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-093-45/+37
| | | | | | | | 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-072-6/+17
| | | | | | | | 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-033-3/+3
|
* 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-1111-212/+234
|/ /