aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/controls.js
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Move uniqueness filter from getQualityOptions to setQualityMenuAlbin Larsson2018-06-121-2/+3
| | | |
| | * | Remove todo comment about Vimeo support for setting quality (they don't ↵Albin Larsson2018-06-121-1/+0
| | | | | | | | | | | | | | | | support it)
| * | | Utils broken down into seperate files and exportsSam Potts2018-06-131-159/+161
| |/ /
* | | Merge branch 'develop' into a11y-improvementsSam Potts2018-06-111-36/+33
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # demo/dist/demo.css # dist/plyr.css # dist/plyr.js.map # dist/plyr.min.js # dist/plyr.min.js.map # dist/plyr.polyfilled.js.map # dist/plyr.polyfilled.min.js # dist/plyr.polyfilled.min.js.map # src/js/captions.js
| * | Fix #1017, fix #980, fix #1014: Captions rewrite (use index internally)Albin Larsson2018-06-101-30/+19
| | |
| * | controls.createMenuItem: Change input to object (too many params made it ↵Albin Larsson2018-06-101-13/+21
| | | | | | | | | | | | hard to read)
* | | WIPSam Potts2018-06-111-24/+56
| | |
* | | Merge branch 'develop' into a11y-improvementsSam Potts2018-06-091-27/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # demo/dist/demo.css # dist/plyr.css # 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/captions.js # src/js/plyr.js
| * | Rename qualityName to labelPhilip Giuliani2018-05-311-3/+3
| | |
| * | Implement translation support for qualityName and qualityBadgePhilip Giuliani2018-05-301-23/+8
| | |
| * | Ensure language is set in case the track is added after initialization, and ↵Albin Larsson2018-05-281-4/+1
| | | | | | | | | | | | trigger languagechange event when language is initially set
* | | WIPSam Potts2018-05-281-28/+19
|/ /
* | v3.3.8Sam Potts2018-05-261-1/+0
| |
* | Prevent durationchange events from showing time when invertTime is falseAlbin Larsson2018-05-191-2/+3
| |
* | Fix #966: Add 'seeked' event listener to update progress (seeking doesn't ↵Albin Larsson2018-05-191-0/+1
|/ | | | have the correct time)
* Merge pull request #958 from friday/954Sam Potts2018-05-191-1/+1
|\ | | | | Fix the seek tooltip time difference from seek time
| * Fix the seek tooltip time difference from seek timeAlbin Larsson2018-05-121-1/+1
| |
* | Reduce circular dependenciesSam Potts2018-05-191-23/+159
|/
* Merge branch 'master' of github.com:sampotts/plyrSam Potts2018-05-061-0/+1
|\
| * Added 480p to SD labelsAntoine Cordelois2018-05-031-0/+1
| |
* | v3.3.0Sam Potts2018-05-061-14/+73
|/
* Fix for default timestampSam Potts2018-04-271-1/+1
|
* v3.2.4Sam Potts2018-04-271-21/+40
|
* Fix for hidden buffer and incorrect use of aria-hiddenSam Potts2018-04-251-23/+10
|
* More a11y stuff and context menu fixSam Potts2018-04-231-0/+3
|
* ARIA and Vimeo fixesSam Potts2018-04-181-4/+16
|
* More bug fixesSam Potts2018-04-171-0/+5
|
* Fixed bug for captions with no srclang and labels and improved logic (fixes ↵Sam Potts2018-04-171-34/+38
| | | | #875)
* Add i18n support for "Normal" value in speed optionsDaniel Sarin2018-04-111-1/+1
|
* Fix 'null' being appended after the video if controls is empty arrayAlbin Larsson2018-04-041-1/+1
|
* YouTube speed menu fixSam Potts2018-04-031-16/+14
|
* HTML5 quality selectionSam Potts2018-04-021-39/+33
|
* Fix regressionSam Potts2018-03-291-3/+1
|
* Bug fixesSam Potts2018-03-281-4/+22
|
* Controls fixesSam Potts2018-03-271-9/+15
|
* Fixes for fast forward and issues with event.preventDefault()Sam Potts2018-03-271-16/+17
|
* Check for array for speed options (fixes #252)Sam Potts2018-03-221-1/+1
|
* Fix fast-forward controlSaad Shahd2018-03-211-1/+1
| | | | fast-forward control doesn't work.
* Event listener fixes, loadScript promise, ads tweaksSam Potts2018-03-111-0/+6
|
* Manually merged PRsSam Potts2018-03-101-19/+34
|
* Fix for custom controlsSam Potts2018-02-131-5/+14
|
* Transition event fixSam Potts2018-01-191-2/+2
|
* Use CSS custom property for webkit range fillSam Potts2018-01-081-24/+2
|
* Small fixesSam Potts2017-12-201-1/+1
|
* Converted to SASS/SCSSSam Potts2017-12-201-5/+28
|
* IE & Edge fixes, Storage & Console classesSam Potts2017-12-081-22/+27
|
* Fix display for current language on changeSam Potts2017-11-251-15/+10
|
* Fix overflow issue on small players with menu openSam Potts2017-11-231-0/+1
|
* Moved to provider + type to make it cleaner in future, fix for multiple playersSam Potts2017-11-231-1/+1
|
* Updated data attributes to `data-plyr` namespace. Speed menu fixesSam Potts2017-11-231-38/+14
|