Steve Heffernan
453402a912
Added line to changelog
2014-02-06 17:01:23 -08:00
Steve Heffernan
849521ee66
Merge pull request #988 from golisandeep3/master
...
Fixed ARIA role attribute for button and slider
2014-02-06 17:00:33 -08:00
Steve Heffernan
ef1b239b2a
Removed unneeded option in tests
2014-02-06 16:58:25 -08:00
Steve Heffernan
4521c70173
Changed enableUserActivity to enableTouchActivity
...
Added back tracking of touch+hold
2014-02-06 16:54:35 -08:00
Gary Katsevman
28a4d29934
enable user activity on components by default
2014-02-06 17:04:58 -05:00
Gary Katsevman
9975ed407a
Don't enable enableUserActivity on an option
2014-02-06 15:59:57 -05:00
Gary Katsevman
75a23135e6
Report user activity on touchmove if userWasActive
2014-02-06 15:59:10 -05:00
Gary Katsevman
4d2267c1bc
use tap events. Report activity on touch move.
2014-02-06 15:40:20 -05:00
Gary Katsevman
44d6cac1b7
Test is for tap events and not user activity
2014-02-05 20:58:30 -05:00
Gary Katsevman
e5294848f9
Remove listenToTouchMove.
2014-02-05 20:50:39 -05:00
Gary Katsevman
26c8d3f92c
enableUserActivity on component
...
disableUserActivity on MediaTechController and Player.
MediaTechController does it manually.
2014-02-05 20:41:52 -05:00
Gary Katsevman
a7d624affe
stop immediate propagation on tap events
...
Make media tech controller only hide control bar.
2014-02-05 19:22:43 -05:00
Gary Katsevman
4b254a07df
remove unused var
2014-02-05 19:19:14 -05:00
Gary Katsevman
07cd9800e8
Fix touch events.
...
Make components listen to touch events themselves.
Components can have a "listenToTouchMove" property that would report
user activity on touch moves.
Currently, the only problem left is that the MediaTechController emits
tap events to show/hide the controlbar but that causes the control bar
to not be hidden via a tap.
2014-02-05 18:26:44 -05:00
Sandeep Goli
b23eba7c8c
Fixed ARIA role attribute for button and slider
2014-02-04 11:18:51 -05:00
Steve Heffernan
70ed4fcbb2
Updated changelog
2014-02-03 13:20:03 -08:00
Aalekh Nigam
d0f8b3e87e
Close GH-977: Inserts Fullscreen events .fixes #688 .
2014-02-03 13:17:47 -08:00
Steve Heffernan
c597605afd
Added line to the changelog
2014-01-23 17:50:23 -08:00
Steve Heffernan
d73bfb80b7
Merge branch 'windows-dist' of git://github.com/christophercurrie/video.js into christophercurrie-windows-dist
...
Conflicts:
package.json
2014-01-23 17:47:19 -08:00
Steve Heffernan
0dd210dcf3
Added line to changelog
2014-01-23 17:22:14 -08:00
Steve Heffernan
e25a9f3207
Merge branch 'seniorflexdeveloper-feature/grunt-swf'
2014-01-23 17:20:19 -08:00
Steve Heffernan
e4b4906198
Updated swf version and grunt file references
2014-01-23 17:15:41 -08:00
Steve Heffernan
4dd776c334
Added line to changelog
2014-01-23 16:46:24 -08:00
Steve Heffernan
a8afe9c673
Merge pull request #906 from heff/feature/more-exports
...
Added missing component exports
2014-01-23 16:45:27 -08:00
Steve Heffernan
6a1c0bdd0c
Added a line to the changelog
2014-01-23 16:42:48 -08:00
Steve Heffernan
65767f77f8
Merge pull request #948 from christophercurrie/karma-missing-util
...
Karma example is missing util
2014-01-23 16:40:54 -08:00
Steve Heffernan
f5acb89d70
Added a changelog item
2014-01-23 15:47:37 -08:00
Steve Heffernan
f152c6a4be
Changed video-js swf location
2014-01-23 15:44:52 -08:00
Steve Heffernan
cb78815e80
Merge pull request #962 from dmlap/bugfix/touch-detect-test
...
Fix touch detection test on non-touch devices
2014-01-23 15:43:06 -08:00
David LaPalomento
ff1c9c5cf0
Fix touch detection test on non-touch devices
...
TOUCH_ENABLED is false on non-touch devices which causes our minified API test to fail when opened in a browser on a traditional destktop machine. It worked fine through the command line because apparanetly phantomjs supports touch events (ha!). Check to make sure the property is not undefined instead.
2014-01-23 18:28:46 -05:00
David LaPalomento
dd8c25e8d5
Store last seek time in the Flash tech
...
Instead of caching the last seek time at the player level, cache it in the Flash tech. The only place this value was used was in the progress controls when Flash was loaded, so this simplifies the logic in that component and pushes the hack down into a single location at least.
2014-01-23 18:19:15 -05:00
Steve Heffernan
1cd81ad258
Merge pull request #959 from mmcc/update-setup-docs
...
Update setup guide
2014-01-23 14:04:49 -08:00
Matthew McClure
bf7dd32ff6
update setup docs to reference 4.3 on the CDN
2014-01-23 14:01:48 -08:00
Christopher Currie
9088dfffc9
Use specific launcher versions
2014-01-21 08:45:59 -08:00
Christopher Currie
a54d9cdae6
Add dependencies and configuration for all browser launchers
2014-01-21 08:42:40 -08:00
Christopher Currie
51b836d6be
Update to karma 0.10/grunt-karma 0.6.
...
Current version of grunt-karma has ChromeLauncher bugs.
2014-01-17 14:18:09 -08:00
Christopher Currie
0a2167468c
Karma example is missing util
2014-01-17 19:39:00 +00:00
Christopher Currie
02eb2d3ee3
Support dist target on Windows
2014-01-16 11:41:17 -08:00
Steve Heffernan
2825f74ba8
Merge branch 'feature/grunt-swf' of git://github.com/seniorflexdeveloper/video.js into seniorflexdeveloper-feature/grunt-swf
2014-01-15 13:52:33 -05:00
Tom Johnson
59a733f14e
fix build task
2014-01-10 12:32:38 -08:00
Tom Johnson
0dae44988e
use SWF grunt build project. Update gruntfile for dist task to use packaged SWF. Updated sandbox for reference to SWF.
2014-01-07 07:32:16 -08:00
Steve Heffernan
dfe4543a0d
Adding line to CHANGELOG
2013-12-20 14:14:35 -08:00
Steve Heffernan
0f38d27dcc
Close GH-899: Fix firefox+flash mousemove bubbling. Fixes #37
2013-12-20 14:14:00 -08:00
Steve Heffernan
024b031646
Added missing component exports. fixes #903
2013-12-18 17:53:43 -08:00
MrAvenger
ec1bea41a5
Update progress-control.js
2013-12-17 15:26:56 +00:00
MrAvenger
b1f9450bb3
SeekHandle content
...
I wanted to use the SeekHandle to show the current time but as far as I could tell it only contained static content, I made this change to allow the content to be updated.
Is this its intended purpose or am I playing with something that has another a different job?
2013-12-17 15:05:03 +00:00
Steve Heffernan
950072ad97
Merge pull request #898 from tuchida/remove-global-userActivity_
...
Remove added userActivity_ to global
2013-12-16 15:52:08 -08:00
uchida_t
491b9b232b
Remove added userActivity_ to global
2013-12-17 08:23:10 +09:00
Steve Heffernan
a106924e6d
Adding line to CHANGELOG
2013-12-11 13:28:32 -08:00
Benoit Tremblay
6b73df950e
Close GH-887: Fix to reuse HTML5 tech (2). Fixes #884
2013-12-11 13:27:47 -08:00