aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/plyr.js
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixed events are not fired in YouTube embed playerCalvin Tam2015-08-051-2/+2
| |
| * Version bumpSam Potts2015-07-281-1/+1
| |
| * YouTube quality tweakSam Potts2015-07-251-2/+1
| |
| * Fix for omitted kind attribute on <track> (fixes #88)Sam Potts2015-07-251-4/+4
| |
| * Minor tweaksSam Potts2015-07-251-2/+4
| |
| * Safari fix (fixes #96), YouTube tweaks, docsSam Potts2015-07-251-23/+21
| |
| * Tab focus and caption position fixes (fixes #61, fixes #92)Sam Potts2015-07-251-4/+30
| |
| * Tooltip fix (Fixes #97)Sam Potts2015-07-211-1/+1
| |
* | VimeoSam Potts2015-08-271-528/+715
|/
* TidyingSam Potts2015-07-201-1/+1
|
* Merge branch 'master' into developSam Potts2015-07-201-12/+13
|\ | | | | | | | | | | # Conflicts: # changelog.md # dist/plyr.js
| * Added icon prefix option for when using default controlsSam Potts2015-07-201-12/+13
| |
* | YouTube playback, docs updateSam Potts2015-07-201-141/+180
| |
* | Started on source swapSam Potts2015-07-121-0/+11
| |
* | More work on YouTubeSam Potts2015-07-121-13/+19
| |
* | More work on YouTube playbackSam Potts2015-07-121-44/+151
| |
* | Merge branch 'master' into developSam Potts2015-06-271-52/+161
|\| | | | | | | | | | | # Conflicts: # dist/plyr.css # dist/plyr.js
| * Removed logSam Potts2015-06-081-2/+0
| |
| * Minor tweak to hiding controls in fullscreenSam Potts2015-06-081-15/+37
| |
| * Chrome Canary FixSam Potts2015-06-071-1/+1
| |
| * TogglePlay API method (Fixes #86), Volume border (Fixes #87), Chrome Subs ↵Sam Potts2015-06-071-3/+21
| | | | | | | | (Fixes #90)
| * Bug fixSam Potts2015-05-181-1/+4
| |
| * Bug fixSam Potts2015-05-181-1/+5
| |
| * Fixes bug with 1.1.8 volumeSam Potts2015-05-181-6/+8
| |
| * setVolume() API method improvements (Fixes #83)Sam Potts2015-05-181-33/+30
| |
| * Restore classname on destroySam Potts2015-05-171-1/+4
| |
| * New API methods (fixes #77), Fix for non strict mode (fixes #78)Sam Potts2015-05-171-8/+70
| |
* | Working on YouTube playbackSam Potts2015-04-151-15/+70
| |
* | Merge branch 'master' into developSam Potts2015-04-151-1/+3
|\| | | | | | | | | # Conflicts: # src/js/plyr.js
| * Bug fix for isFullscreen() in Mozilla (Fixes #38)Sam Potts2015-04-101-1/+3
| |
| * Minor bug fixesSam Potts2015-04-061-4/+9
| |
| * Fix for generated IDs for controls, UI tweak for audioSam Potts2015-04-061-16/+15
| |
| * Merge branch 'master' of github.com:selz/plyrSam Potts2015-04-061-2/+2
| |\
| | * Merge pull request #75 from franks921/fs-fix-localstorage-volume-settingsSam Potts2015-04-051-2/+2
| | |\ | | | | | | | | fix: use custom localStorage key for volume setting
| | | * fix: use custom localStorage key for volume settingFrank2015-04-051-2/+2
| | | |
| * | | Fullscreen API methods (Fixes #74), onSetup callbackSam Potts2015-04-061-55/+62
| |/ /
| * | Bug fixes for controls changesSam Potts2015-04-041-17/+17
| | |
| * | Controls improvementsSam Potts2015-04-041-86/+210
| |/ | | | | | | | | - Added an option to toggle which controls display - Better handle missing controls
| * Added displayDuration option, small bug fixSam Potts2015-03-301-13/+35
| | | | | | | | - Using the native VTT cues, sometimes cues would not disappear
| * Fixed bug with media longer than 60 minutes (Fixes #69)Sam Potts2015-03-301-2/+2
| |
| * Fixed bug with caption toggle, hide controls in fullscreenSam Potts2015-03-221-54/+79
| |
| * API improvementsSam Potts2015-03-221-50/+89
| |
| * Keyboard accessibility improvements (Fixes #66)Sam Potts2015-03-211-26/+89
| | | | | | | | - Enter now works on checkboxes within the controls
| * Merge branch 'master' of https://github.com/selz/plyrSam Potts2015-03-101-4/+4
| |\ | | | | | | | | | | | | | | | Conflicts: dist/plyr.js src/js/plyr.js
| | * Fix for repo urlSam Potts2015-03-091-1/+1
| | |
| | * Fix for potential issue with .tagNameSam Potts2015-03-091-2/+2
| | |
| * | Fixes for volume control on iOSSam Potts2015-03-101-24/+33
| |/
* / Started on plugin setupSam Potts2015-04-151-256/+563
|/
* Added tooltip option (Fixes #50)Sam Potts2015-03-091-6/+23
|
* Loading state handlingSam Potts2015-03-081-2/+26
| | | | Fixes #36