Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -2/+15 |
| | | | | 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 | 1 | -60/+0 |
| | | | | 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 | 1 | -3/+15 |
| | | | | easily move the ad in front or behind the video controls based on content resume or pause IMA events. | ||||
* | Moved the logic for pausing and playing the video to content pause/ resume ↵ | Arthur Hulsman | 2018-01-17 | 1 | -37/+27 |
| | | | | IMA events to avoid flickering. Also used events for resolving the adsmanager and adsloader promises. | ||||
* | Fix loading/playing of the ads when there is no valid ads.tagUrl | ferdiemmen | 2018-01-17 | 1 | -22/+3 |
| | |||||
* | Some tweaks | ferdiemmen | 2018-01-16 | 1 | -69/+93 |
| | |||||
* | fix blocking play() if ads are set | ferdiemmen | 2018-01-15 | 1 | -49/+44 |
| | |||||
* | Added promises, missing events, new ad tag and additional logging. | Arthur Hulsman | 2018-01-15 | 1 | -68/+213 |
| | |||||
* | Tweaks | Sam Potts | 2018-01-14 | 1 | -5/+5 |
| | |||||
* | Code tweaks | Sam Potts | 2018-01-14 | 1 | -28/+35 |
| | |||||
* | Fix loading google ima sdk | ferdiemmen | 2018-01-14 | 1 | -3/+9 |
| | |||||
* | Implementing ads plugin | ferdiemmen | 2018-01-13 | 1 | -0/+329 |
| | |||||
* | Progressively enhance <iframe> embeds | Sam Potts | 2018-01-12 | 2 | -29/+30 |
| | |||||
* | Remove chaning ability and return promise for play() | Sam Potts | 2017-12-20 | 2 | -1/+9 |
| | |||||
* | IE & Edge fixes, Storage & Console classes | Sam Potts | 2017-12-08 | 1 | -1/+1 |
| | |||||
* | Fix display for current language on change | Sam Potts | 2017-11-25 | 1 | -1/+1 |
| | |||||
* | Moved to provider + type to make it cleaner in future, fix for multiple players | Sam Potts | 2017-11-23 | 2 | -5/+5 |
| | |||||
* | Updated data attributes to `data-plyr` namespace. Speed menu fixes | Sam Potts | 2017-11-23 | 2 | -10/+2 |
| | |||||
* | Handle no audio, more docs in code, fix for playing getter | Sam Potts | 2017-11-21 | 2 | -5/+11 |
| | |||||
* | Vimeo autopause option | Sam Potts | 2017-11-21 | 1 | -0/+5 |
| | |||||
* | Merge branch 'develop' of https://github.com/Selz/plyr into develop | Sam Potts | 2017-11-20 | 1 | -21/+36 |
|\ | | | | | | | | | | | # Conflicts: # dist/plyr.js # dist/plyr.js.map | ||||
| * | YouTube title | Sam Potts | 2017-11-19 | 1 | -21/+36 |
| | | |||||
* | | Added ended and playing getters | Sam Potts | 2017-11-20 | 2 | -3/+17 |
|/ | |||||
* | Captions fix | Sam Potts | 2017-11-19 | 1 | -2/+2 |
| | |||||
* | Controls cleanup, work on captions bug, click to invert time | Sam Potts | 2017-11-18 | 1 | -13/+15 |
| | |||||
* | Using fetch instead of xhr, grabbing title for YouTube | Sam Potts | 2017-11-16 | 2 | -0/+16 |
| | |||||
* | Started on error handling, Safari icon fix | Sam Potts | 2017-11-14 | 2 | -24/+78 |
| | |||||
* | YouTube fix | Sam Potts | 2017-11-14 | 1 | -1/+3 |
| | |||||
* | Use callback for loading Vimeo API | Sam Potts | 2017-11-09 | 1 | -9/+3 |
| | |||||
* | Merge branch 'develop' of https://github.com/Selz/plyr into develop | Sam Potts | 2017-11-09 | 1 | -0/+2 |
|\ | | | | | | | | | | | # Conflicts: # dist/plyr.js # dist/plyr.js.map | ||||
| * | Callback for loadScript | Sam Potts | 2017-11-09 | 1 | -0/+2 |
| | | |||||
* | | UI bugs | Sam Potts | 2017-11-09 | 2 | -6/+10 |
|/ | |||||
* | Volume fixes and other tidy up work | Sam Potts | 2017-11-08 | 2 | -7/+22 |
| | |||||
* | Looping, increase/decrease volume fix | Sam Potts | 2017-11-08 | 2 | -9/+18 |
| | |||||
* | Merge branch 'develop' of github.com:Selz/plyr into develop | Sam Potts | 2017-11-07 | 2 | -26/+64 |
|\ | | | | | | | | | # Conflicts: # readme.md | ||||
| * | Automatic Vimeo aspect ratio | Sam Potts | 2017-11-06 | 2 | -8/+24 |
| | | |||||
| * | Vimeo captions fix | Sam Potts | 2017-11-06 | 1 | -1/+1 |
| | | |||||
| * | Finished aspect ratio setting | Sam Potts | 2017-11-06 | 1 | -1/+1 |
| | | |||||
| * | Cleanup | Sam Potts | 2017-11-06 | 1 | -20/+20 |
| | | |||||
| * | Added Vimeo playback speed | Sam Potts | 2017-11-06 | 1 | -3/+14 |
| | | |||||
| * | Started on documentation and aspect ratio option | Sam Potts | 2017-11-06 | 2 | -0/+11 |
|/ | |||||
* | YouTube volume fix | Sam Potts | 2017-11-05 | 2 | -10/+33 |
| | |||||
* | Vimeo fix | Sam Potts | 2017-11-05 | 1 | -1/+1 |
| |