Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Linting | Sam Potts | 2018-08-01 | 1 | -1/+3 |
| | |||||
* | Add navigator.languages fallback for ios 9 | Albin Larsson | 2018-07-09 | 1 | -1/+1 |
| | |||||
* | Fix captions.toggle() if there is no toggle button | Albin Larsson | 2018-06-21 | 1 | -2/+4 |
| | |||||
* | Merge branch 'develop' into a11y-improvements | Sam Potts | 2018-06-17 | 1 | -86/+180 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # dist/plyr.js # dist/plyr.js.map # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.polyfilled.js # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # src/js/controls.js # src/js/fullscreen.js # src/js/plyr.js # src/js/ui.js # src/js/utils.js | ||||
| * | 120 line width, package upgrade | Sam Potts | 2018-06-17 | 1 | -10/+24 |
| | | |||||
| * | Fix captions.toggle order | Albin Larsson | 2018-06-16 | 1 | -9/+9 |
| | | |||||
| * | Captions: Handle uppercase input (like before) | Albin Larsson | 2018-06-16 | 1 | -5/+6 |
| | | |||||
| * | Merge pull request #1034 from friday/remove-array-newline-rule | Sam Potts | 2018-06-15 | 1 | -8/+4 |
| |\ | | | | | | | Suggestion: Remove array newline rule | ||||
| | * | Remove line breaks in arrays | Albin Larsson | 2018-06-13 | 1 | -8/+4 |
| | | | |||||
| * | | Add 'passive' flag to internal captions methods to avoid overriding user ↵ | Albin Larsson | 2018-06-15 | 1 | -54/+101 |
| | | | | | | | | | | | | preferences, support multiple browser languages (get first match) and improve comments | ||||
| * | | Move internal event listeners for captions with direct handling in the ↵ | Albin Larsson | 2018-06-14 | 1 | -2/+19 |
| | | | | | | | | | | | | captions object | ||||
| * | | Move toggleCaption internals to captions object | Albin Larsson | 2018-06-14 | 1 | -1/+23 |
| |/ | |||||
| * | Merge branch 'develop' of github.com:sampotts/plyr into develop | Sam Potts | 2018-06-13 | 1 | -5/+5 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/js/captions.js # src/js/controls.js # src/js/fullscreen.js # src/js/html5.js # src/js/listeners.js # src/js/plugins/youtube.js # src/js/plyr.js # src/js/utils.js | ||||
| | * | remove event listeners in destroy, add once method | cky | 2018-06-12 | 1 | -2/+2 |
| |/ |/| | |||||
| * | Utils broken down into seperate files and exports | Sam Potts | 2018-06-13 | 1 | -51/+49 |
|/ | |||||
* | Fix #1017, fix #980, fix #1014: Captions rewrite (use index internally) | Albin Larsson | 2018-06-10 | 1 | -56/+114 |
| | |||||
* | Avoid condition in getTracks | Albin Larsson | 2018-06-10 | 1 | -7/+4 |
| | |||||
* | Fix #1003: Formatted captions issue | Albin Larsson | 2018-06-10 | 1 | -1/+1 |
| | |||||
* | Merge captions setText and setCue into updateCues (fixes #998 and vimeo ↵ | Albin Larsson | 2018-06-08 | 1 | -48/+33 |
| | | | | cuechange event) | ||||
* | Defer initial captions update to next tick, to avoid event being triggered ↵ | Albin Larsson | 2018-05-28 | 1 | -2/+2 |
| | | | | to early | ||||
* | Change to using addtrack and removetrack listeners since 'change' didn't ↵ | Albin Larsson | 2018-05-28 | 1 | -1/+1 |
| | | | | trigger in firefox for embedded captions (may also be a hls.js issue) | ||||
* | Replace browser language detection in defaults.js with explicit 'auto' option | Albin Larsson | 2018-05-28 | 1 | -1/+5 |
| | |||||
* | Ensure language is set in case the track is added after initialization, and ↵ | Albin Larsson | 2018-05-28 | 1 | -13/+8 |
| | | | | trigger languagechange event when language is initially set | ||||
* | Add option to watch caption track changes and update language options | Albin Larsson | 2018-05-28 | 1 | -0/+5 |
| | |||||
* | Optimize captions code reused and ensure captionsenabled/captionsdisabled | Albin Larsson | 2018-05-28 | 1 | -44/+20 |
| | | | | will be sent on initial setup | ||||
* | Reduce circular dependencies | Sam Potts | 2018-05-19 | 1 | -1/+1 |
| | |||||
* | v3.3.0 | Sam Potts | 2018-05-06 | 1 | -2/+2 |
| | |||||
* | Don't require captions toggle button to be enabled in order to show captions | Albin Larsson | 2018-04-17 | 1 | -5/+0 |
| | |||||
* | Fixed bug for captions with no srclang and labels and improved logic (fixes ↵ | Sam Potts | 2018-04-17 | 1 | -1/+45 |
| | | | | #875) | ||||
* | Fix IE CORS captions | Sam Potts | 2018-02-19 | 1 | -2/+33 |
| | |||||
* | Fix for custom controls | Sam Potts | 2018-02-13 | 1 | -3/+3 |
| | |||||
* | 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 |
| | | |||||
* | | Readme merge | Sam Potts | 2018-02-06 | 1 | -1/+1 |
|/ | |||||
* | Converted to SASS/SCSS | Sam Potts | 2017-12-20 | 1 | -1/+4 |
| | |||||
* | IE & Edge fixes, Storage & Console classes | Sam Potts | 2017-12-08 | 1 | -13/+18 |
| | |||||
* | Vimeo captions fix | Sam Potts | 2017-11-23 | 1 | -2/+2 |
| | |||||
* | Moved to provider + type to make it cleaner in future, fix for multiple players | Sam Potts | 2017-11-23 | 1 | -3/+3 |
| | |||||
* | Updated data attributes to `data-plyr` namespace. Speed menu fixes | Sam Potts | 2017-11-23 | 1 | -9/+2 |
| | |||||
* | Captions fix | Sam Potts | 2017-11-19 | 1 | -64/+47 |
| | |||||
* | Controls cleanup, work on captions bug, click to invert time | Sam Potts | 2017-11-18 | 1 | -1/+2 |
| | |||||
* | Moved console methods out of the root of the object | Sam Potts | 2017-11-09 | 1 | -1/+1 |
| | |||||
* | UI bugs | Sam Potts | 2017-11-09 | 1 | -0/+1 |
| | |||||
* | Captions fix | Sam Potts | 2017-11-05 | 1 | -2/+2 |
| | |||||
* | Captions language fix | Sam Potts | 2017-11-05 | 1 | -1/+1 |
| | |||||
* | src getter fix, local storage fix | Sam Potts | 2017-11-05 | 1 | -5/+6 |
| | |||||
* | ES6-ified | Sam Potts | 2017-11-04 | 1 | -0/+212 |