Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'master' into develop | Sam Potts | 2016-05-19 | 1 | -3/+16 | |
|\ | | | | | | | | | | | # Conflicts: # dist/plyr.css # dist/plyr.js | |||||
| * | Fix for Vimeo fullscreen (fixes #214) | Sam Potts | 2016-05-16 | 1 | -1/+1 | |
| | | ||||||
| * | Changed icon prefix default to avoid clashes | Sam Potts | 2016-05-16 | 1 | -2/+2 | |
| | | ||||||
| * | Build changes, sprite.svg => plyr.svg | Sam Potts | 2016-05-15 | 1 | -1/+1 | |
| | | ||||||
| * | Fix for bug in v1.6.7 | Sam Potts | 2016-05-14 | 1 | -2/+2 | |
| | | ||||||
| * | iOS bug fixes (fixes #213) | Sam Potts | 2016-05-14 | 1 | -2/+15 | |
| | | ||||||
| * | Icon tweaks, IE button fix | Sam Potts | 2016-05-14 | 1 | -1/+1 | |
| | | ||||||
* | | Add scroll listener on volume slider | i.adamenko | 2016-05-19 | 1 | -12/+45 | |
| | | ||||||
* | | Merge branch 'master' into develop | Sam | 2016-05-11 | 1 | -1/+1 | |
|\| | | | | | | | | | | | # Conflicts: # dist/plyr.css # src/less/plyr.less | |||||
| * | Version bump | Sam Potts | 2016-05-11 | 1 | -1/+1 | |
| | | ||||||
* | | Restore simplicity to LESS file structure | Sam Potts | 2016-05-10 | 1 | -2/+2 | |
| | | ||||||
* | | Add event for YouTube onStateChange | Shakeel Mohamed | 2016-05-01 | 1 | -0/+4 | |
|/ | ||||||
* | Bug fix for undefined progress bar | Sam Potts | 2016-05-01 | 1 | -2/+2 | |
| | ||||||
* | Minor bug fixes | Sam Potts | 2016-05-01 | 1 | -5/+8 | |
| | ||||||
* | v1.6.2 | Sam Potts | 2016-05-01 | 1 | -1/+1 | |
| | ||||||
* | Fixed merge | Sam Potts | 2016-05-01 | 1 | -24/+75 | |
| | ||||||
* | Bug fixes | Sam Potts | 2016-05-01 | 1 | -53/+20 | |
| | ||||||
* | Bug fixes | Sam | 2016-05-01 | 1 | -18/+52 | |
| | ||||||
* | Error handling | Sam Potts | 2016-04-30 | 1 | -51/+71 | |
| | ||||||
* | Merge branch 'pr/196' into develop | Sam Potts | 2016-04-30 | 1 | -45/+175 | |
|\ | | | | | | | | | # Conflicts: # dist/plyr.js | |||||
| * | Merge remote-tracking branch 'org/develop' into develop | Monica Cheung | 2016-04-25 | 1 | -76/+137 | |
| |\ | ||||||
| * | | Add support for soundcloud | Monica Cheung | 2016-04-17 | 1 | -1/+131 | |
| | | | ||||||
| * | | Bug fix for embeds: `play` not being defined (fixes #185 and #186) | Sam Potts | 2016-03-27 | 1 | -6/+6 | |
| | | | ||||||
| * | | Version bump | Sam Potts | 2016-03-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | Autoplay bug fixes | Sam Potts | 2016-03-14 | 1 | -20/+16 | |
| | | | ||||||
| * | | Fix for embed property not being set | Sam Potts | 2016-03-14 | 1 | -4/+4 | |
| | | | ||||||
| * | | SASS fixes, docs changes (fixes #180), 'ready' event | Sam Potts | 2016-03-13 | 1 | -2/+5 | |
| | | | ||||||
| * | | Dynamically set YouTube autoplay from config | Shakeel Mohamed | 2016-03-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | The YouTube autoplay doesn't work without this change. | |||||
| * | | Bug fixes and native APIs exposed for embeds | Sam Potts | 2016-03-07 | 1 | -7/+14 | |
| | | | ||||||
| * | | Cancel requests on source change (Fixes #174) | Sam Potts | 2016-02-28 | 1 | -2/+30 | |
| | | | ||||||
| * | | CustomEvent polyfill (Fixes #172) | Sam Potts | 2016-02-28 | 1 | -4/+7 | |
| | | | ||||||
| * | | Remove version from source | Sam Potts | 2016-02-25 | 1 | -1/+0 | |
| | | | ||||||
| * | | Volume storage fix (Fixes #171) | Sam Potts | 2016-02-25 | 1 | -2/+6 | |
| | | | ||||||
| * | | Fix for manual captions | Sam Potts | 2016-02-21 | 1 | -6/+16 | |
| | | | ||||||
| * | | v1.5.12 | Sam Potts | 2016-02-21 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge branch 'master' of github.com:selz/plyr | Sam Potts | 2016-02-21 | 1 | -74/+69 | |
| |\ \ | | | | | | | | | | | | | | | | | # Conflicts: # src/js/plyr.js | |||||
| | * | | Updated manual caption split pattern | Guru Prasad Srinivasa | 2016-02-16 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Previously, Plyr was using a fixed pattern of '\n\n' to split contents into captions. This does not always work as some VTT files contain '\r\n'. This commit checks for both. | |||||
| | * | | Some WebVTT fixes to allow manual captions | Guru Prasad Srinivasa | 2016-02-16 | 1 | -5/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | WebVTT allows additional parameters along with the line that contains the start and end times. These were not being filtered out while attempting to manually display captions. | |||||
| * | | | WIP on captions bug, manual duration option, reset media object | Sam Potts | 2016-02-21 | 1 | -368/+424 | |
| |/ / | ||||||
| * | | Merge branch 'master' of github.com:selz/plyr | Sam Potts | 2016-02-13 | 1 | -5/+5 | |
| |\ \ | | | | | | | | | | | | | | | | | # Conflicts: # dist/plyr.js | |||||
| | * | | Get the proper window reference on initialization. | Marvin Hagemeister | 2016-01-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous code assumed that `this` points to the browsers window object, which is not the case when using a module bundler. So we check for the variable `window` first, before falling back to `this`. (taken from jQuery's codebase) | |||||
| | * | | Check for module.exports as well for CommonJS Modules | Marvin Hagemeister | 2016-01-26 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Swap CommonJS and AMD module check so that CommonJS is checked first. Fixes ↵ | Marvin Hagemeister | 2016-01-26 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | Webpack module bundling | |||||
| * | | | iOS fix (Fixes #166), Edge Progress Tip (Fixes #160), SASS fix (Fixes #158) | Sam Potts | 2016-02-13 | 1 | -8/+13 | |
| |/ / | ||||||
| * | | Seek fixes for touch | Sam Potts | 2016-01-25 | 1 | -4/+4 | |
| | | | ||||||
| * | | Fix for control tooltips always showing | Sam Potts | 2016-01-25 | 1 | -2/+2 | |
| | | | ||||||
| * | | Seek tooltip, bug fixes for SASS, fullscreen and icons | Sam Potts | 2016-01-24 | 1 | -41/+115 | |
| | | | ||||||
| * | | Comment | Sam Potts | 2016-01-23 | 1 | -0/+1 | |
| | | | ||||||
| * | | Small bug fixes | Sam Potts | 2016-01-21 | 1 | -2/+8 | |
| | | | ||||||
| * | | Fix for video click | Sam Potts | 2016-01-19 | 1 | -16/+16 | |
| | | |