Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Fix the seek tooltip time difference from seek time | Albin Larsson | 2018-05-12 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #963 from friday/verify-poster | Sam Potts | 2018-05-19 | 6 | -20/+67 | |
|\ \ \ | | | | | | | | | Make sure poster element isn't shown if the image isn't loaded | |||||
| * | | | Youtube poster: Set css backgroundSize to 'cover' for padded youtube thumbnails | Albin Larsson | 2018-05-15 | 2 | -3/+14 | |
| | | | | ||||||
| * | | | Rewrite ui.setPoster to check that images arent broken or youtube fallback ↵ | Albin Larsson | 2018-05-15 | 5 | -20/+41 | |
| | | | | | | | | | | | | | | | | images. Only show poster element when valid | |||||
| * | | | Add async method to utils for loading/checking images | Albin Larsson | 2018-05-15 | 1 | -0/+15 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #967 from friday/883 | Sam Potts | 2018-05-19 | 5 | -163/+103 | |
|\ \ \ | |_|/ |/| | | toggleControls rewrite | |||||
| * | | toggleControls() rewrite | Albin Larsson | 2018-05-18 | 3 | -134/+99 | |
| | | | ||||||
| * | | Remove ui.checkFailed() and error class | Albin Larsson | 2018-05-16 | 3 | -27/+0 | |
| | | | ||||||
| * | | Make utils.toggleClass() compatible with Element.classList.toggle (rename ↵ | Albin Larsson | 2018-05-16 | 1 | -6/+8 | |
| | | | | | | | | | | | | toggle argument to 'force' and make it optional) | |||||
* | | | Merge branch 'master' of github.com:sampotts/plyr | Sam Potts | 2018-05-19 | 2 | -0/+8 | |
|\| | | ||||||
| * | | Expose defaults (enable overriding) | Albin Larsson | 2018-05-14 | 2 | -0/+8 | |
| |/ | ||||||
* / | Reduce circular dependencies | Sam Potts | 2018-05-19 | 6 | -171/+176 | |
|/ | ||||||
* | Remove references to window.Plyr | Sam Potts | 2018-05-10 | 2 | -10/+7 | |
| | ||||||
* | v3.3.7 | Sam Potts | 2018-05-09 | 3 | -3/+3 | |
| | ||||||
* | v3.3.6 | Sam Potts | 2018-05-08 | 3 | -3/+3 | |
| | ||||||
* | Vimeo options, docs for multiple players | Sam Potts | 2018-05-08 | 1 | -1/+4 | |
| | ||||||
* | Use div for poster, Vimeo fixes, Tooltip fixes | Sam Potts | 2018-05-08 | 4 | -7/+9 | |
| | ||||||
* | Setup multiple players | Sam Potts | 2018-05-06 | 1 | -0/+23 | |
| | ||||||
* | v3.3.5 | Sam Potts | 2018-05-06 | 6 | -6/+21 | |
| | ||||||
* | v3.3.3 | Sam Potts | 2018-05-06 | 3 | -3/+3 | |
| | ||||||
* | Reverted menu change | Sam Potts | 2018-05-06 | 1 | -9/+0 | |
| | ||||||
* | Small bug fixes | Sam Potts | 2018-05-06 | 5 | -14/+12 | |
| | ||||||
* | Merge branch 'master' of github.com:sampotts/plyr | Sam Potts | 2018-05-06 | 1 | -0/+1 | |
|\ | ||||||
| * | Added 480p to SD labels | Antoine Cordelois | 2018-05-03 | 1 | -0/+1 | |
| | | ||||||
* | | v3.3.0 | Sam Potts | 2018-05-06 | 12 | -161/+223 | |
|/ | ||||||
* | Merge pull request #923 from friday/922 | Sam Potts | 2018-04-27 | 1 | -2/+2 | |
|\ | | | | | Only add hideControls class if config.hideControls is truthy | |||||
| * | Only add hideControls class if config.hideControls is truthy | Albin Larsson | 2018-04-26 | 1 | -2/+2 | |
| | | ||||||
* | | Fix for default timestamp | Sam Potts | 2018-04-27 | 1 | -1/+1 | |
|/ | ||||||
* | v3.2.4 | Sam Potts | 2018-04-27 | 8 | -34/+48 | |
| | ||||||
* | v3.2.3 | Sam Potts | 2018-04-25 | 3 | -3/+3 | |
| | ||||||
* | Fix for iOS 9 throwing error for `name` property in fullscreen API (fixes #908) | Sam Potts | 2018-04-25 | 1 | -5/+5 | |
| | ||||||
* | v3.2.2 | Sam Potts | 2018-04-25 | 3 | -3/+3 | |
| | ||||||
* | Fix for hidden buffer and incorrect use of aria-hidden | Sam Potts | 2018-04-25 | 2 | -37/+30 | |
| | ||||||
* | v3.2.1 | Sam Potts | 2018-04-23 | 3 | -3/+3 | |
| | ||||||
* | More a11y stuff and context menu fix | Sam Potts | 2018-04-23 | 2 | -1/+4 | |
| | ||||||
* | Merge branch 'master' of github.com:sampotts/plyr | Sam Potts | 2018-04-18 | 3 | -8/+3 | |
|\ | ||||||
| * | Merge pull request #903 from friday/901 | Sam Potts | 2018-04-18 | 2 | -7/+2 | |
| |\ | | | | | | | Show captions even if toggle button is omitted from controls | |||||
| | * | Don't require captions toggle button to be enabled in order to show captions | Albin Larsson | 2018-04-17 | 2 | -7/+2 | |
| | | | ||||||
| * | | Fullscreen aria-pressed event listened fix for Chrome | Albin Larsson | 2018-04-17 | 1 | -1/+1 | |
| |/ | ||||||
* / | ARIA and Vimeo fixes | Sam Potts | 2018-04-18 | 3 | -7/+30 | |
|/ | ||||||
* | v3.2.0 | Sam Potts | 2018-04-17 | 3 | -3/+3 | |
| | ||||||
* | More bug fixes | Sam Potts | 2018-04-17 | 5 | -15/+35 | |
| | ||||||
* | Fix for `playing` false positive (fixes #898) | Sam Potts | 2018-04-17 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug for captions with no srclang and labels and improved logic (fixes ↵ | Sam Potts | 2018-04-17 | 5 | -39/+100 | |
| | | | | #875) | |||||
* | PR merge | Sam Potts | 2018-04-14 | 2 | -1/+5 | |
| | ||||||
* | Merge branch 'master' of github.com:sampotts/plyr | Sam Potts | 2018-04-14 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix IE10 with default captions.language | Nicolas Thiry | 2018-04-13 | 1 | -1/+1 | |
| | | ||||||
| * | Fix IE10 split error | Nicolas Thiry | 2018-04-12 | 1 | -1/+1 | |
| | | | | | | On IE10, Plyr throws the error `Unable to get property 'split' of undefined or null reference`. This fixes the case when `window.navigator.language` is null and can't use the `split()` function. | |||||
* | | Merge branch 'master' of github.com:sampotts/plyr | Sam Potts | 2018-04-11 | 3 | -2/+3 | |
|\| | ||||||
| * | Safer check for active caption | Antonio Laguna | 2018-04-11 | 1 | -1/+1 | |
| | |