Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Made sure that cue points for midrolls are not displayed when the ad rule ↵ | Arthur Hulsman | 2018-03-07 | 1 | -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 Hulsman | 2018-03-06 | 3 | -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 PRs | Sam Potts | 2018-03-10 | 1 | -19/+34 | |
|/ | ||||||
* | v3.0.0-beta.17 | Sam Potts | 2018-03-03 | 3 | -3/+3 | |
| | ||||||
* | Typo | Sam Potts | 2018-03-03 | 3 | -3/+3 | |
| | ||||||
* | 3.0.0-beta.16 | Sam Potts | 2018-03-03 | 3 | -3/+3 | |
| | ||||||
* | Ready event fix, YouTube play event fix, docs update | Sam Potts | 2018-03-03 | 7 | -19/+10 | |
| | ||||||
* | v3.0.0-beta.15 | Sam Potts | 2018-02-19 | 3 | -3/+3 | |
| | ||||||
* | Fix IE CORS captions | Sam Potts | 2018-02-19 | 2 | -7/+47 | |
| | ||||||
* | Pause button fix, polyfilled build, unminified builds | Sam Potts | 2018-02-17 | 5 | -7/+25 | |
| | ||||||
* | v3.0.0-beta.13 | Sam Potts | 2018-02-13 | 2 | -3/+3 | |
| | ||||||
* | Fix for custom controls | Sam Potts | 2018-02-13 | 7 | -25/+30 | |
| | ||||||
* | Merge branch 'beta' of github.com:sampotts/plyr into beta | Sam Potts | 2018-02-11 | 1 | -1/+2 | |
|\ | ||||||
| * | Merge pull request #780 from friday/captions-ie11-indexsizeerror | Sam Potts | 2018-02-06 | 1 | -1/+2 | |
| |\ | | | | | | | Fix harmless but annoying IE error 'IndexSizeError' | |||||
| | * | Fix harmless but annoying IE error 'IndexSizeError' | Albin Larsson | 2018-02-06 | 1 | -1/+2 | |
| | | | ||||||
* | | | Fullscreen API changes, color settings tweaks | Sam Potts | 2018-02-11 | 11 | -212/+234 | |
|/ / | ||||||
* / | Readme merge | Sam Potts | 2018-02-06 | 1 | -1/+1 | |
|/ | ||||||
* | 3.0.0-beta.12 | Sam Potts | 2018-02-06 | 2 | -3/+3 | |
| | ||||||
* | Added backwards compatibility for <div> embeds | Sam Potts | 2018-02-06 | 4 | -39/+67 | |
| | ||||||
* | Removed fetch dependency | Sam Potts | 2018-02-05 | 2 | -14/+13 | |
| | ||||||
* | Merge branch 'beta' of github.com:sampotts/plyr into beta | Sam Potts | 2018-02-05 | 6 | -22/+47 | |
|\ | | | | | | | | | | | # Conflicts: # dist/plyr.js # dist/plyr.js.map | |||||
| * | Small UI tweaks and fix for instanceof issue | Sam Potts | 2018-01-31 | 6 | -22/+47 | |
| | | ||||||
* | | Testing fetch | Sam Potts | 2018-02-05 | 1 | -5/+44 | |
|/ | ||||||
* | Version bump + icon fix | Sam Potts | 2018-01-30 | 2 | -2/+2 | |
| | ||||||
* | Deploy | Sam Potts | 2018-01-30 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'beta' into fix/ads-blocked | Sam Potts | 2018-01-30 | 4 | -17/+42 | |
|\ | | | | | | | | | | | | | | | # Conflicts: # dist/plyr.js # dist/plyr.js.map # src/js/plugins/ads.js # src/js/plyr.js | |||||
| * | Version bump | Sam Potts | 2018-01-25 | 1 | -1/+1 | |
| | | ||||||
| * | Attempt to fix YouTube message error, added ads references, changes to bool | Sam Potts | 2018-01-25 | 4 | -7/+27 | |
| | | ||||||
| * | Restored “Ad” in label | Sam Potts | 2018-01-24 | 3 | -2/+4 | |
| | | ||||||
| * | Version bump | Sam Potts | 2018-01-23 | 1 | -1/+1 | |
| | | ||||||
* | | Fix typo's | ferdiemmen | 2018-01-29 | 1 | -2/+2 | |
| | | ||||||
* | | fix(ads): Fixes media from playing when ads are blocked | ferdiemmen | 2018-01-29 | 3 | -4/+25 | |
|/ | ||||||
* | Renamed property, UI tweak | Sam Potts | 2018-01-23 | 3 | -14/+17 | |
| | ||||||
* | Fix bug where ad would play on every play action | ferdiemmen | 2018-01-22 | 2 | -15/+2 | |
| | ||||||
* | Small tweaks | Sam Potts | 2018-01-22 | 3 | -9/+13 | |
| | ||||||
* | Bug fix | Sam Potts | 2018-01-22 | 3 | -2/+7 | |
| | ||||||
* | Version bump | Sam Potts | 2018-01-22 | 1 | -1/+1 | |
| | ||||||
* | Formatting, events and ad countdown added | Sam Potts | 2018-01-22 | 5 | -107/+193 | |
| | ||||||
* | Formatting and “ad” badge | Sam Potts | 2018-01-19 | 4 | -103/+98 | |
| | ||||||
* | Merge branch 'beta-with-ads' of github.com:sampotts/plyr into beta-with-ads | Sam Potts | 2018-01-19 | 3 | -267/+271 | |
|\ | | | | | | | | | # Conflicts: # src/js/plugins/ads.js | |||||
| * | Noticed that Plyr stopped working when ads are blocked. | Arthur Hulsman | 2018-01-18 | 1 | -3/+6 | |
| | | ||||||
| * | Updated pause and resume content methods within Ads class. | Arthur Hulsman | 2018-01-18 | 1 | -5/+5 | |
| | | ||||||
| * | Reformatted ads codebase and added/ changed comments. Also removed un-used ↵ | Arthur Hulsman | 2018-01-18 | 1 | -164/+119 | |
| | | | | | | | | events. | |||||
| * | Fixed string literal and position issue of the midroll cue inside the time ↵ | Arthur Hulsman | 2018-01-17 | 1 | -5/+8 | |
| | | | | | | | | line. Added a check for the progress element existence. | |||||
| * | Removed an un-used variable. | Arthur Hulsman | 2018-01-17 | 1 | -3/+1 | |
| | | ||||||
| * | Added cue markings within the time line for when midrolls will be displayed. ↵ | Arthur Hulsman | 2018-01-17 | 3 | -2/+30 | |
| | | | | | | | | Removed unusued callback parameter. | |||||
| * | Added the logging of our main promises to their resolving callback. ↵ | Arthur Hulsman | 2018-01-17 | 1 | -0/+4 | |
| | | | | | | | | Otherwise they come up as null. | |||||
| * | Removed logic related to starting the ad by clicking/ tapping the ↵ | Arthur Hulsman | 2018-01-17 | 2 | -61/+2 | |
| | | | | | | | | advertisement container. Ad is started by plyr play method. | |||||
| * | Adsmanager is now re/pre-loaded with new ads when the video is done or an ad ↵ | Arthur Hulsman | 2018-01-17 | 1 | -116/+237 | |
| | | | | | | | | error appears. Will make it possible to request ads when a new video is loaded. Added comments and missing events within the adsmanagerloader method. | |||||
| * | Moved the ads container to be outside of the video wrapper. This way we can ↵ | Arthur Hulsman | 2018-01-17 | 2 | -4/+16 | |
| | | | | | | | | easily move the ad in front or behind the video controls based on content resume or pause IMA events. |