Albin Larsson
|
db22a8e9c4
|
Improve handling of the 'controls' argument
|
2018-07-31 00:43:56 +02:00 |
|
Sam Potts
|
dae272ef66
|
Merge branch 'develop' into a11y-improvements
# Conflicts:
# demo/dist/demo.css
# dist/plyr.css
# dist/plyr.js.map
# dist/plyr.min.js
# dist/plyr.min.js.map
# dist/plyr.polyfilled.js.map
# dist/plyr.polyfilled.min.js
# dist/plyr.polyfilled.min.js.map
# package.json
# src/js/plyr.js
|
2018-07-30 23:09:12 +10:00 |
|
Albin Larsson
|
e5e169a1e2
|
Don't move caption up when "showing" the lower controls when the controls are empty
|
2018-07-30 01:02:13 +02:00 |
|
Sam Potts
|
599b33e55f
|
Click to play fix, poster fix, iOS controls fixes
|
2018-07-30 01:13:12 +10:00 |
|
Sam Potts
|
e63ad7c74b
|
Keyboard and focus improvements
|
2018-07-15 19:23:28 +10:00 |
|
Sam Potts
|
e61ebd8d05
|
Merge branch 'develop' into a11y-improvements
|
2018-07-02 23:11:50 +10:00 |
|
Sam Potts
|
0c9572f0a1
|
Merge branch 'develop' of github.com:sampotts/plyr into develop
|
2018-06-29 00:21:28 +10:00 |
|
Sam Potts
|
c99607c85a
|
Linting, housekeeping, duration fix (fixes #1074)
|
2018-06-29 00:21:22 +10:00 |
|
Sam Potts
|
3bf1c59bd6
|
Work on key bindings for menu
|
2018-06-28 23:44:07 +10:00 |
|
mimse
|
e9f1b55f51
|
Hide currentTime and progress
|
2018-06-28 11:25:55 +02:00 |
|
Sam Potts
|
4f5152f526
|
Merge pull request #1070 from mimse/fix_condition_check
Fixed condition check
|
2018-06-27 22:47:42 +10:00 |
|
Morten Vestergaard Hansen
|
de9b53045a
|
Fixed condition check
If class includes "control" it will add it again.
|
2018-06-27 14:33:51 +02:00 |
|
Sam Potts
|
1f1d74ba50
|
Work on menus
|
2018-06-21 09:01:16 +10:00 |
|
Sam Potts
|
9e1218547b
|
WIP
|
2018-06-19 09:11:35 +10:00 |
|
Sam Potts
|
7b9ef7d757
|
More work on menus
|
2018-06-18 23:13:40 +10:00 |
|
Sam Potts
|
ffd864ed39
|
Work on controls
|
2018-06-18 21:39:47 +10:00 |
|
Sam Potts
|
f1b4db4f36
|
Merge branch 'develop' into a11y-improvements
# Conflicts:
# dist/plyr.js
# dist/plyr.js.map
# dist/plyr.min.js
# dist/plyr.min.js.map
# dist/plyr.polyfilled.js
# dist/plyr.polyfilled.js.map
# dist/plyr.polyfilled.min.js
# dist/plyr.polyfilled.min.js.map
# src/js/controls.js
# src/js/fullscreen.js
# src/js/plyr.js
# src/js/ui.js
# src/js/utils.js
|
2018-06-17 01:26:24 +10:00 |
|
Sam Potts
|
d4abb4b143
|
120 line width, package upgrade
|
2018-06-17 01:04:55 +10:00 |
|
Albin Larsson
|
99c10aa1fc
|
Replace switch in controls.createProgress with object literal
|
2018-06-16 07:27:04 +02:00 |
|
Albin Larsson
|
2d6732d580
|
Replace switch in controls.createLabel with object literal
|
2018-06-16 07:25:34 +02:00 |
|
Albin Larsson
|
88735e3146
|
Replace switch in controls.updateSetting with condition
|
2018-06-15 15:57:10 +02:00 |
|
Sam Potts
|
d522e40594
|
Merge pull request #1034 from friday/remove-array-newline-rule
Suggestion: Remove array newline rule
|
2018-06-15 15:34:29 +10:00 |
|
Albin Larsson
|
19e412a73a
|
Add 'passive' flag to internal captions methods to avoid overriding user preferences, support multiple browser languages (get first match) and improve comments
|
2018-06-15 06:07:04 +02:00 |
|
Albin Larsson
|
cf5f77c709
|
Fix menu transitionend event listener
|
2018-06-15 05:51:23 +02:00 |
|
Albin Larsson
|
6bff6b317d
|
Remove line breaks in arrays
|
2018-06-13 23:27:35 +02:00 |
|
Albin Larsson
|
927326f715
|
Also remove 'once' event listeners when destroying (they may still be waiting)
|
2018-06-12 20:00:41 +02:00 |
|
Sam Potts
|
aae1092bac
|
Merge branch 'develop' of github.com:sampotts/plyr into develop
# Conflicts:
# src/js/captions.js
# src/js/controls.js
# src/js/fullscreen.js
# src/js/html5.js
# src/js/listeners.js
# src/js/plugins/youtube.js
# src/js/plyr.js
# src/js/utils.js
|
2018-06-13 00:41:30 +10:00 |
|
Sam Potts
|
392dfd024c
|
Utils broken down into seperate files and exports
|
2018-06-13 00:02:55 +10:00 |
|
cky
|
87170ab460
|
remove event listeners in destroy, add once method
|
2018-06-12 21:18:05 +08:00 |
|
Albin Larsson
|
db95b3234f
|
Move uniqueness filter from getQualityOptions to setQualityMenu
|
2018-06-12 02:31:18 +02:00 |
|
Albin Larsson
|
81ee3f759c
|
Remove todo comment about Vimeo support for setting quality (they don't support it)
|
2018-06-12 02:31:18 +02:00 |
|
Sam Potts
|
3fad6ed42c
|
Merge branch 'develop' into a11y-improvements
# Conflicts:
# demo/dist/demo.css
# dist/plyr.css
# dist/plyr.js.map
# dist/plyr.min.js
# dist/plyr.min.js.map
# dist/plyr.polyfilled.js.map
# dist/plyr.polyfilled.min.js
# dist/plyr.polyfilled.min.js.map
# src/js/captions.js
|
2018-06-11 16:54:20 +10:00 |
|
Sam Potts
|
38f10d4cc6
|
WIP
|
2018-06-11 16:19:11 +10:00 |
|
Albin Larsson
|
c83487a293
|
Fix #1017, fix #980, fix #1014: Captions rewrite (use index internally)
|
2018-06-10 19:00:07 +02:00 |
|
Albin Larsson
|
1fab4919c0
|
controls.createMenuItem: Change input to object (too many params made it hard to read)
|
2018-06-10 18:57:19 +02:00 |
|
Sam Potts
|
7c6d4666e9
|
Merge branch 'develop' into a11y-improvements
# Conflicts:
# demo/dist/demo.css
# dist/plyr.css
# dist/plyr.js.map
# dist/plyr.min.js
# dist/plyr.min.js.map
# dist/plyr.polyfilled.js
# dist/plyr.polyfilled.js.map
# dist/plyr.polyfilled.min.js
# dist/plyr.polyfilled.min.js.map
# src/js/captions.js
# src/js/plyr.js
|
2018-06-09 17:03:16 +10:00 |
|
Philip Giuliani
|
56668f58b6
|
Rename qualityName to label
|
2018-05-31 14:40:56 +02:00 |
|
Philip Giuliani
|
1c1668bfc3
|
Implement translation support for qualityName and qualityBadge
|
2018-05-30 17:02:07 +02:00 |
|
Albin Larsson
|
0109454a34
|
Ensure language is set in case the track is added after initialization, and trigger languagechange event when language is initially set
|
2018-05-28 06:08:03 +02:00 |
|
Sam Potts
|
90c5735904
|
WIP
|
2018-05-28 10:19:07 +10:00 |
|
Sam Potts
|
cd51788b98
|
v3.3.8
|
2018-05-26 13:53:15 +10:00 |
|
Albin Larsson
|
121093ae71
|
Prevent durationchange events from showing time when invertTime is false
|
2018-05-19 04:27:45 +02:00 |
|
Albin Larsson
|
aa8fc313a9
|
Fix #966: Add 'seeked' event listener to update progress (seeking doesn't have the correct time)
|
2018-05-19 04:23:22 +02:00 |
|
Sam Potts
|
c41bb657ac
|
Merge pull request #958 from friday/954
Fix the seek tooltip time difference from seek time
|
2018-05-19 11:28:38 +10:00 |
|
Sam Potts
|
51814249af
|
Reduce circular dependencies
|
2018-05-19 11:24:56 +10:00 |
|
Albin Larsson
|
f2fc3f5ea5
|
Fix the seek tooltip time difference from seek time
|
2018-05-12 00:10:39 +02:00 |
|
Sam Potts
|
a70b94afe2
|
Merge branch 'master' of github.com:sampotts/plyr
|
2018-05-06 00:49:22 +10:00 |
|
Sam Potts
|
9ebc2719d3
|
v3.3.0
|
2018-05-06 00:49:12 +10:00 |
|
Antoine Cordelois
|
30e6a40865
|
Added 480p to SD labels
|
2018-05-03 11:42:09 +02:00 |
|
Sam Potts
|
72a71a605b
|
Fix for default timestamp
|
2018-04-27 20:06:14 +10:00 |
|