Commit Graph

113 Commits

Author SHA1 Message Date
Sam Potts 1ddb4eb60c HTTPS, docs update 2016-01-16 13:20:50 +11:00
Sam Potts 891abd1d4a Final tweaks for v1.5 and IE9 2016-01-16 13:02:04 +11:00
Guru Prasad Srinivasa b5092c338c Added new configuration option 'handlers'
This option allows developers to attach their custom handlers
before internal plyr's handlers. This should enable developers
to have full control over all the buttons including the ability
to stop event propagation if desired.
2016-01-14 03:01:51 -05:00
Sam Potts cce7e9932e Merge for new source api changes 2016-01-14 09:53:58 +11:00
Sam Potts e6c30ec137 Merge branch 'master' into develop
# Conflicts:
#	dist/plyr.js
#	readme.md
#	src/js/plyr.js
2016-01-14 09:42:36 +11:00
Guru Prasad Srinivasa 533bd173b2 Updated API function 'plyr.source()' to get media source
Currently, there is no simple way of acquiring media source.
This commit updates the 'source' API function to allow developers
to acquire the video source regardless of whether the video
is a youtube-embed or HTML5 video.

Future embeds just need their respective URL fetching code added
to this common function.
2016-01-13 17:19:19 -05:00
Sam Potts ca8fd08e81 Use only one index.html for testing locally, fixes for limited controls, larger seek handle 2016-01-14 00:23:57 +11:00
Sam Potts bc67d969cb Froogaloop fixes (custom version), docs sprite, source api changes 2016-01-13 23:12:16 +11:00
Sam Potts 9b09c9c7a0 Work on v1.5
See changelog.md
2016-01-10 21:40:22 +11:00
Sam ee2cdb2c9b Merge branch 'master' into develop
# Conflicts:
#	dist/plyr.css
#	dist/plyr.js
#	docs/dist/docs.css
#	docs/dist/docs.js
#	docs/index.html
#	docs/src/js/docs.js
#	docs/src/less/components/icons.less
#	docs/src/less/components/type.less
#	docs/src/less/docs.less
#	gulpfile.js
#	package.json
#	src/js/plyr.js
2015-12-13 22:49:02 +11:00
Sam Potts 1371c1341f Removed Hogan from Docs (Fixes #128) 2015-12-11 10:41:29 +11:00
Cícero Pablo 83caa3f55a Fix typo 2015-11-16 20:30:29 -02:00
Ujjwal Arora 33357a5992 Cleanup README a bit 2015-11-09 00:06:35 +05:30
Sam Potts 125a95e9e1 Audio fullscreen, Tooltip tweaks, Docs 2015-10-25 11:57:52 +11:00
Sam Potts b164a2f3fb Setup improvements, player -> plyr, docs (WIP) 2015-10-05 16:33:26 +11:00
Sam Potts 66969f1a65 Fix for multiple YouTube instances (Fixes #114) 2015-09-13 09:56:59 +10:00
Sam Potts 6543fc1e5b Fixed bug with API use on basic supported browsers 2015-08-21 21:36:15 +10:00
Sam Potts 9133247cdf Code cleanup 2015-08-13 21:34:17 +10:00
Sam Potts 60c53a5894 Removed captions being read by screen readers 2015-08-11 22:38:06 +10:00
Sam Potts 8825e82634 Merge branch 'master' of github.com:selz/plyr 2015-08-08 21:01:39 +10:00
Sam Potts f700d50dc8 Fix for voiceover 2015-08-08 21:01:06 +10:00
Sam Potts a585270d21 Update readme.md 2015-08-08 20:38:21 +10:00
Sam Potts f3c324038f ARIA improvements for caption reading 2015-08-08 15:16:42 +10:00
Sam Potts 34c9bdc84c Readme 2015-08-08 14:37:28 +10:00
Sam Potts 38a206892b YouTube, Captions and Control improvements
- Controls improvements (Fixes #103)
- YouTube bug fixes (Fixes #105)
- Internationalization support (Fixes #101)
- Captions legibility improvements
2015-08-08 14:37:12 +10:00
Sam Potts a978348123 Version bump 2015-07-28 11:31:32 +10:00
Sam Potts 06ed345f29 YouTube quality tweak 2015-07-25 21:11:17 +10:00
Sam Potts e0cd34c996 Fix for omitted kind attribute on <track> (fixes #88) 2015-07-25 20:45:11 +10:00
Sam Potts e9cdbfb8da Safari fix (fixes #96), YouTube tweaks, docs 2015-07-25 19:51:32 +10:00
Sam Potts df64fdac9e Tab focus and caption position fixes (fixes #61, fixes #92) 2015-07-25 18:30:47 +10:00
Sam Potts 52eaf62b58 Update readme.md 2015-07-21 12:30:41 +10:00
Sam Potts e9ea90f527 Update readme.md 2015-07-21 10:38:48 +10:00
Sam Potts 5dc0d84300 Version bump 2015-07-21 08:51:44 +10:00
Sam Potts 7f40307b0a Update readme.md 2015-07-20 23:11:11 +10:00
Sam Potts a12485d10f Update readme.md 2015-07-20 23:09:57 +10:00
Sam Potts 78a0ac8674 Update readme.md 2015-07-20 22:51:33 +10:00
Sam Potts e49c417e54 Version bump 2015-07-20 22:32:29 +10:00
Sam Potts 8894b4c7b9 Merge branch 'master' into develop
# Conflicts:
#	changelog.md
#	dist/plyr.js
2015-07-20 22:25:31 +10:00
Sam Potts cdf3deb458 YouTube playback, docs update 2015-07-20 22:24:06 +10:00
Sam Potts b5fc21239b Version bump 2015-07-20 14:45:32 +10:00
Sam Potts 93cc9edd9a Added icon prefix option for when using default controls 2015-07-20 14:44:51 +10:00
Sam Potts f41854ebe7 Minor tweak to hiding controls in fullscreen 2015-06-08 21:43:49 +10:00
Sam Potts f398266206 Chrome Canary Fix 2015-06-07 23:20:33 +10:00
Sam Potts 4c17f98520 TogglePlay API method (Fixes #86), Volume border (Fixes #87), Chrome Subs (Fixes #90) 2015-06-07 23:00:26 +10:00
Sam Potts df84ce6e90 Docs 2015-05-18 15:11:16 +10:00
Sam Potts 19d7522722 Fixes bug with 1.1.8 volume 2015-05-18 14:43:45 +10:00
Sam Potts ceace2a678 setVolume() API method improvements (Fixes #83) 2015-05-18 13:50:44 +10:00
Sam Potts d627454b2a Restore classname on destroy 2015-05-17 17:33:46 +10:00
Sam Potts 7ccbfad6ad New API methods (fixes #77), Fix for non strict mode (fixes #78) 2015-05-17 17:23:09 +10:00
Sam Potts 8925dcde01 Update readme.md 2015-04-19 23:45:25 +10:00