Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Linting changes | Sam Potts | 2020-11-14 | 1 | -13/+13 |
| | |||||
* | Fix linting issues | Sam Potts | 2020-04-24 | 1 | -0/+2 |
| | |||||
* | Merge branch 'develop' into css-variables | Sam Potts | 2020-04-24 | 1 | -1/+13 |
|\ | | | | | | | | | | | | | | | | | # Conflicts: # src/js/captions.js # src/js/config/defaults.js # src/js/fullscreen.js # src/js/listeners.js # src/js/plyr.js | ||||
| * | This commit addresses preloading TextTracks as outlined in feature request #1791 | Som Meaden | 2020-04-23 | 1 | -1/+13 |
| | | | | | | | | | | | | These changes bring Plyr captions download behaviour in line with that of the default video element in major browsers. Specifically text tracks only download as they are required for display. Previously all text tracks would download when the Plyr instance was instantiated - which could become an issue when e.g. many translations are available. For a track to be downloaded it must either be the default track, the active track when captions are toggled on, or selected from the captions menu. | ||||
* | | Converted to 2 space indentation | Sam Potts | 2020-04-11 | 1 | -351/+351 |
|/ | |||||
* | Merge branch 'develop' of github.com:sampotts/plyr into develop | Sam Potts | 2020-03-29 | 1 | -1/+5 |
|\ | | | | | | | | | | | # Conflicts: # package.json # yarn.lock | ||||
| * | Fix issue when controls config is string or element | CzBiX | 2020-02-17 | 1 | -1/+2 |
|/ | |||||
* | Clean up | Sam Potts | 2019-06-21 | 1 | -1/+2 |
| | |||||
* | Linting changes | Sam Potts | 2019-06-01 | 1 | -4/+2 |
| | |||||
* | Formatting | Sam Potts | 2019-04-25 | 1 | -12/+17 |
| | |||||
* | Moved i18n to utils | Sam Potts | 2018-08-13 | 1 | -1/+1 |
| | |||||
* | Fix #1153: Captions language fallback | Albin Larsson | 2018-08-12 | 1 | -5/+2 |
| | |||||
* | 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 |
| |