| Commit message (Expand) | Author | Age | Files | Lines |
* | Linting | Sam Potts | 2018-08-01 | 1 | -68/+14 |
* | Click to play fix, poster fix, iOS controls fixes | Sam Potts | 2018-07-30 | 1 | -14/+68 |
* | Fix issue with play button not changing state (fixes #1048) | Sam Potts | 2018-06-19 | 1 | -10/+6 |
* | v3.3.15 | Sam Potts | 2018-06-18 | 1 | -3/+5 |
* | Merge branch 'develop' into a11y-improvements | Sam Potts | 2018-06-17 | 1 | -52/+68 |
|\ |
|
| * | 120 line width, package upgrade | Sam Potts | 2018-06-17 | 1 | -27/+34 |
| * | Respect call order and prioritize public API calls for setting poster, in ord... | Albin Larsson | 2018-06-15 | 1 | -26/+37 |
| * | Remove line breaks in arrays | Albin Larsson | 2018-06-13 | 1 | -4/+1 |
| * | Merge branch 'develop' of github.com:sampotts/plyr into develop | Sam Potts | 2018-06-13 | 1 | -2/+2 |
| |\ |
|
| * | | Utils broken down into seperate files and exports | Sam Potts | 2018-06-13 | 1 | -35/+35 |
| |/ |
|
* | | WIP | Sam Potts | 2018-06-11 | 1 | -3/+0 |
* | | Merge branch 'develop' into a11y-improvements | Sam Potts | 2018-06-09 | 1 | -2/+10 |
|\| |
|
| * | Merge pull request #981 from friday/hls-captions | Sam Potts | 2018-05-30 | 1 | -2/+4 |
| |\ |
|
| | * | Fix typo | Albin Larsson | 2018-05-28 | 1 | -1/+1 |
| | * | Optimize captions code reused and ensure captionsenabled/captionsdisabled | Albin Larsson | 2018-05-28 | 1 | -2/+4 |
| * | | Call duration update method manually if user config has duration | Albin Larsson | 2018-05-29 | 1 | -0/+6 |
| |/ |
|
* / | WIP | Sam Potts | 2018-05-28 | 1 | -12/+13 |
|/ |
|
* | Merge pull request #963 from friday/verify-poster | Sam Potts | 2018-05-19 | 1 | -9/+35 |
|\ |
|
| * | Youtube poster: Set css backgroundSize to 'cover' for padded youtube thumbnails | Albin Larsson | 2018-05-15 | 1 | -2/+7 |
| * | Rewrite ui.setPoster to check that images arent broken or youtube fallback im... | Albin Larsson | 2018-05-15 | 1 | -9/+30 |
* | | Merge pull request #967 from friday/883 | Sam Potts | 2018-05-19 | 1 | -23/+10 |
|\ \ |
|
| * | | toggleControls() rewrite | Albin Larsson | 2018-05-18 | 1 | -4/+14 |
| * | | Remove ui.checkFailed() and error class | Albin Larsson | 2018-05-16 | 1 | -23/+0 |
| |/ |
|
* / | Reduce circular dependencies | Sam Potts | 2018-05-19 | 1 | -138/+2 |
|/ |
|
* | v3.3.5 | Sam Potts | 2018-05-06 | 1 | -1/+6 |
* | v3.3.0 | Sam Potts | 2018-05-06 | 1 | -3/+35 |
* | v3.2.4 | Sam Potts | 2018-04-27 | 1 | -7/+2 |
* | HTML5 quality selection | Sam Potts | 2018-04-02 | 1 | -2/+2 |
* | Muted and autoplay fixes, small bug fixes | Sam Potts | 2018-03-30 | 1 | -0/+3 |
* | Fixes for fast forward and issues with event.preventDefault() | Sam Potts | 2018-03-27 | 1 | -2/+3 |
* | Added buffered getter | Sam Potts | 2018-03-17 | 1 | -15/+1 |
* | Vimeo fix | Sam Potts | 2018-03-15 | 1 | -2/+1 |
* | Event listener fixes, loadScript promise, ads tweaks | Sam Potts | 2018-03-11 | 1 | -2/+2 |
* | Ready event fix, YouTube play event fix, docs update | Sam Potts | 2018-03-03 | 1 | -1/+3 |
* | Pause button fix, polyfilled build, unminified builds | Sam Potts | 2018-02-17 | 1 | -4/+2 |
* | Fix for custom controls | Sam Potts | 2018-02-13 | 1 | -6/+0 |
* | Fullscreen API changes, color settings tweaks | Sam Potts | 2018-02-11 | 1 | -4/+0 |
* | Bug fix | Sam Potts | 2018-01-22 | 1 | -1/+1 |
* | Formatting, events and ad countdown added | Sam Potts | 2018-01-22 | 1 | -22/+4 |
* | Minor logic tweak | Sam Potts | 2018-01-14 | 1 | -2/+5 |
* | Package tweaks | Sam Potts | 2018-01-08 | 1 | -1/+1 |
* | Started on error handling | Sam | 2018-01-04 | 1 | -1/+24 |
* | Converted to SASS/SCSS | Sam Potts | 2017-12-20 | 1 | -1/+4 |
* | IE & Edge fixes, Storage & Console classes | Sam Potts | 2017-12-08 | 1 | -14/+14 |
* | Moved to provider + type to make it cleaner in future, fix for multiple players | Sam Potts | 2017-11-23 | 1 | -1/+1 |
* | Updated data attributes to `data-plyr` namespace. Speed menu fixes | Sam Potts | 2017-11-23 | 1 | -6/+1 |
* | Work on touch controls | Sam Potts | 2017-11-22 | 1 | -2/+2 |
* | Fix for playing getter as currentTime check is flaky | Sam Potts | 2017-11-21 | 1 | -12/+10 |
* | Handle no audio, more docs in code, fix for playing getter | Sam Potts | 2017-11-21 | 1 | -2/+4 |
* | Play button as toggle button, tooltip changes, docs updated, fullscreen fix | Sam Potts | 2017-11-21 | 1 | -1/+5 |