341 Commits

Author SHA1 Message Date
Sam Potts
fd12247a62 Fix for video click 2016-01-19 11:34:04 +11:00
Sam Potts
20a71300a5 Controls 2016-01-19 09:54:23 +11:00
Sam Potts
70c5b24678 Added reference 2016-01-19 09:35:10 +11:00
Sam Potts
a87e87f93c Version bump v1.5.3 2016-01-19 09:32:04 +11:00
Sam Potts
1b54ff0ad3 Listen for durationchange 2016-01-19 09:30:37 +11:00
Sam Potts
3075e1eda2 Docs 2016-01-19 09:22:39 +11:00
Sam Potts
8d1e014a40 Docs 2016-01-19 00:46:00 +11:00
Sam Potts
0c52fe0c7c Added events line 2016-01-19 00:43:22 +11:00
Sam Potts
bb25f8d02a Removed broken links 2016-01-19 00:41:30 +11:00
Sam Potts
42c955c5eb Removed onSetup from docs code 2016-01-19 00:33:22 +11:00
Sam Potts
268223ac52 Version bump v1.5.2 2016-01-19 00:31:28 +11:00
Sam Potts
b81b8c1d31 Event listeners 2016-01-19 00:30:25 +11:00
Sam Potts
5b2a016241 Merge branch 'master' of github.com:selz/plyr 2016-01-18 19:48:20 +11:00
Sam Potts
a665121b52 Types enum 2016-01-18 19:48:14 +11:00
Sam Potts
02d312f2d2 Style tweaks 2016-01-18 18:27:01 +11:00
Sam Potts
c23c150fe9 Merge branch 'master' of https://github.com/Selz/plyr 2016-01-18 17:35:32 +11:00
Sam Potts
2e5bdb338e Tidying up, Vimeo fix 2016-01-18 17:35:18 +11:00
Sam Potts
c51ef05067 Update readme.md 2016-01-18 11:24:31 +11:00
Sam
dbe152a4c1 LESS/SASS variable name spacing and clean up 2016-01-17 19:22:43 +11:00
Sam Potts
3f42e53d95 Don't add video hash 2016-01-17 10:48:26 +11:00
Sam Potts
54b0dc5273 Docs tweak 2016-01-17 10:41:13 +11:00
Sam Potts
d6b67c3388 Docs pushstate for tabs 2016-01-17 10:39:05 +11:00
Sam
a277224ef4 Reverted docs.js changes 2016-01-17 01:29:34 +11:00
Sam
f87a10ae0b Fix for event listeners being duplicated on source change v1.5.1 2016-01-17 01:25:11 +11:00
Sam Potts
f18fb3f26d Update readme.md 2016-01-16 13:51:18 +11:00
Sam Potts
71359a3ff2 Merge branch 'master' of github.com:selz/plyr
# Conflicts:
#	readme.md
2016-01-16 13:48:26 +11:00
Sam Potts
6edc6ac680 Image 2016-01-16 13:48:11 +11:00
Sam Potts
bf2b6c3c96 Update readme.md 2016-01-16 13:46:09 +11:00
Sam Potts
b904e640f7 Docs update 2016-01-16 13:45:41 +11:00
Sam Potts
1ddb4eb60c HTTPS, docs update v1.5.0 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
Sam Potts
aed7db34ea Comments 2016-01-15 15:19:20 +11:00
Sam Potts
90608e9e1a Vimeo iOS fix 2016-01-15 15:11:02 +11:00
Sam Potts
70b4b14984 iOS fixes 2016-01-15 15:07:31 +11:00
Sam Potts
9fbbb474db Clean up 2016-01-14 23:50:00 +11:00
Sam Potts
bc7a6ebdde Keyboard nav fixes (seek & focus trap in fullscreen), SASS updates 2016-01-14 21:20:46 +11:00
Sam Potts
353d920e25 Minor tweaks to custom handler stuff 2016-01-14 19:34:09 +11:00
Sam Potts
6110098e97 Merge pull request #141 from gurupras/gurupras-develop
Added new configuration option 'handlers'
2016-01-14 19:21:31 +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
Sam Potts
9bcd0434db Built JS 2016-01-14 09:39:10 +11:00
Sam Potts
debdf112cc Merge pull request #140 from gurupras/gurupras-develop
Updated API function 'plyr.source()' to get media source
2016-01-14 09:35:01 +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
e05538e480 Tab focus 2016-01-14 01:19:48 +11:00
Sam Potts
38f554b480 Tidying up 2016-01-14 01:14:22 +11:00
Sam Potts
7d487553b2 Tab focus tweaks 2016-01-14 00:59:18 +11: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
c449fc0867 Controls bug fix 2016-01-12 22:31:37 +11:00