aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/plyr.js
Commit message (Collapse)AuthorAgeFilesLines
...
* Vimeo muteSam Potts2015-10-251-0/+13
|
* Fragaloop and docsSam Potts2015-10-251-1/+1
|
* Audio fullscreen, Tooltip tweaks, DocsSam Potts2015-10-251-35/+43
|
* Setup improvements, player -> plyr, docs (WIP)Sam Potts2015-10-051-427/+442
|
* Docs tweaksSam Potts2015-10-051-15/+6
|
* Source API changes, Vimeo fixes, still WIPSam Potts2015-10-041-149/+285
|
* Icon tweaks, other small tweaksSam Potts2015-10-031-0/+1
|
* Merge branch 'master' into developSam Potts2015-08-271-2/+7
|\ | | | | | | | | | | | | | | | | # Conflicts: # dist/plyr.css # dist/plyr.js # docs/dist/docs.css # docs/src/less/components/examples.less # src/js/plyr.js
| * Fixed bug with API use on basic supported browsersSam Potts2015-08-211-1/+5
| |
| * Code cleanupSam Potts2015-08-131-1/+1
| |
| * Fixed equal signsCalvin Tam2015-08-131-6/+6
| |
| * Converted double quote to single quoteCalvin Tam2015-08-131-288/+288
| |
| * Fixed syntax; Fixed some JSHint errors (Not escaped character, etc.)Calvin Tam2015-08-131-12/+10
| |
| * Fixed missing semicolons mentioned by JSHintCalvin Tam2015-08-131-7/+7
| |
| * Updated tag closingCalvin Tam2015-08-131-11/+11
| |
| * Use defined function instead of hard codingCalvin Tam2015-08-131-1/+1
| |
| * Use double quote for html stringsCalvin Tam2015-08-121-75/+75
| |
| * Removed unnecessary "break"sCalvin Tam2015-08-121-4/+0
| |
| * Removed useless spacesCalvin Tam2015-08-121-25/+25
| |
| * Standardized syntaxCalvin Tam2015-08-121-110/+112
| |
| * Removed captions being read by screen readersSam Potts2015-08-111-2/+3
| |
| * Version bumpSam Potts2015-08-081-1/+1
| |
| * Fix for voiceoverSam Potts2015-08-081-4/+11
| |
| * ARIA improvements for caption readingSam Potts2015-08-081-8/+10
| |
| * YouTube, Captions and Control improvementsSam Potts2015-08-081-62/+83
| | | | | | | | | | | | | | - Controls improvements (Fixes #103) - YouTube bug fixes (Fixes #105) - Internationalization support (Fixes #101) - Captions legibility improvements
| * Revert "Eliminated running try catch when player.type="youtube""Calvin Tam2015-08-051-9/+8
| | | | | | | | This reverts commit 5fcfd5fa4f56f657a53de24c20f8522c37241e0d.
| * Disabled YouTube embed player keyboard control to match with plyr's controlCalvin Tam2015-08-051-1/+2
| |
| * Eliminated running try catch when player.type="youtube"Calvin Tam2015-08-051-8/+9
| |
| * Fixed youtube video cannot seek before video started with controlsCalvin Tam2015-08-051-1/+1
| |
| * 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)