Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Error handling | Sam Potts | 2016-04-30 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'pr/196' into develop | Sam Potts | 2016-04-30 | 1 | -2/+2 | |
|\ | | | | | | | | | # Conflicts: # dist/plyr.js | |||||
| * | Merge remote-tracking branch 'org/develop' into develop | Monica Cheung | 2016-04-25 | 3 | -4/+4 | |
| |\ | ||||||
| * | | Add support for soundcloud | Monica Cheung | 2016-04-17 | 1 | -2/+2 | |
| | | | ||||||
| * | | Bug fix for embeds: `play` not being defined (fixes #185 and #186) | Sam Potts | 2016-03-27 | 2 | -3/+3 | |
| | | | ||||||
| * | | Autoplay bug fixes | Sam Potts | 2016-03-14 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fix for embed property not being set | Sam Potts | 2016-03-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | SASS fixes, docs changes (fixes #180), 'ready' event | Sam Potts | 2016-03-13 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge branch 'master' of github.com:selz/plyr | Sam Potts | 2016-03-13 | 1 | -2/+2 | |
| |\ \ | ||||||
| | * | | Dynamically set YouTube autoplay from config | Shakeel Mohamed | 2016-03-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | The YouTube autoplay doesn't work without this change. | |||||
| * | | | SASS fixes, Default font stack added | Sam Potts | 2016-03-13 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Bug fixes and native APIs exposed for embeds | Sam Potts | 2016-03-07 | 1 | -2/+2 | |
| | | | ||||||
| * | | Cancel requests on source change (Fixes #174) | Sam Potts | 2016-02-28 | 1 | -2/+2 | |
| | | | ||||||
| * | | CustomEvent polyfill (Fixes #172) | Sam Potts | 2016-02-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | Volume storage fix (Fixes #171) | Sam Potts | 2016-02-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix for manual captions | Sam Potts | 2016-02-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' of github.com:selz/plyr | Sam Potts | 2016-02-21 | 2 | -3/+3 | |
| |\ \ | | | | | | | | | | | | | | | | | # Conflicts: # src/js/plyr.js | |||||
| * | | | WIP on captions bug, manual duration option, reset media object | Sam Potts | 2016-02-21 | 2 | -3/+3 | |
| |/ / | ||||||
| * | | Merge branch 'master' of github.com:selz/plyr | Sam Potts | 2016-02-13 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | | | | | | | | | # Conflicts: # dist/plyr.js | |||||
| | * | | Check for module.exports as well for CommonJS Modules | Marvin Hagemeister | 2016-01-26 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Swap CommonJS and AMD module check so that CommonJS is checked first. Fixes ↵ | Marvin Hagemeister | 2016-01-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Webpack module bundling | |||||
| * | | | iOS fix (Fixes #166), Edge Progress Tip (Fixes #160), SASS fix (Fixes #158) | Sam Potts | 2016-02-13 | 2 | -3/+3 | |
| |/ / | ||||||
| * | | Seek fixes for touch | Sam Potts | 2016-01-25 | 2 | -2/+2 | |
| | | | ||||||
| * | | Fix for control tooltips always showing | Sam Potts | 2016-01-25 | 2 | -2/+2 | |
| | | | ||||||
| * | | Seek tooltip, bug fixes for SASS, fullscreen and icons | Sam Potts | 2016-01-24 | 3 | -4/+4 | |
| | | | ||||||
| * | | Small bug fixes | Sam Potts | 2016-01-21 | 1 | -2/+2 | |
| | | | ||||||
| * | | Minor bug fix for clicking video to play/pause after source change | Sam Potts | 2016-01-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | Listen for durationchange | Sam Potts | 2016-01-19 | 1 | -2/+2 | |
| | | | ||||||
| * | | Event listeners | Sam Potts | 2016-01-19 | 2 | -2/+3 | |
| | | | ||||||
| * | | Tidying up, Vimeo fix | Sam Potts | 2016-01-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | LESS/SASS variable name spacing and clean up | Sam | 2016-01-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix for event listeners being duplicated on source change | Sam | 2016-01-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | Tooltip bug fixes | Sam | 2016-04-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Docs updates, small tweaks | Sam | 2016-04-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'develop' of github.com:selz/plyr into develop | Sam Potts | 2016-04-28 | 2 | -3/+3 | |
|\ \ \ | | | | | | | | | | | | | | | | | # Conflicts: # dist/plyr.css | |||||
| * | | | Bug fixes | Sam Potts | 2016-04-28 | 2 | -3/+3 | |
| | | | | ||||||
* | | | | Max width on range progress indicators | Sam Potts | 2016-04-28 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge branch 'develop' of github.com:selz/plyr into develop | Sam Potts | 2016-04-28 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | iconUrl option | Sam | 2016-04-28 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Margins | Sam Potts | 2016-04-28 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Volume fixes, iOS bug fixes | Sam Potts | 2016-04-27 | 2 | -3/+3 | |
| | | | ||||||
* | | | Input progress for volume, fixes for playback progress | Sam Potts | 2016-04-27 | 2 | -3/+3 | |
| | | | ||||||
* | | | Color | Sam Potts | 2016-04-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Docs tweaks | Sam Potts | 2016-04-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Mute volume toggle fixes | Sam | 2016-04-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Audio styles, docs tweaks, package updates | Sam Potts | 2016-04-26 | 3 | -3/+3 | |
| | | | ||||||
* | | | Tab shows controls | Sam | 2016-04-26 | 2 | -3/+3 | |
| | | | ||||||
* | | | Audio styles | Sam | 2016-04-26 | 2 | -3/+3 | |
| | | | ||||||
* | | | WIP | Sam Potts | 2016-04-26 | 2 | -2/+2 | |
| |/ |/| | ||||||
* | | Work on Audio UI | Sam | 2016-04-25 | 3 | -4/+4 | |
| | |