summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/HTML5VideoViewProxy.java
Commit message (Expand)AuthorAgeFilesLines
* Maintain the seek position in HTML5 videoBen Murdoch2011-01-191-1/+7
* Hide plugin views when we start playing HTML5 videoBen Murdoch2010-11-111-0/+11
* Don't force ended when full screen video is returned manually.Shimeng (Simon) Wang2010-10-181-2/+20
* Make sure the onended event is dispatched even whenAndrei Popescu2010-04-141-5/+7
* Avoid calling proxy.playbackEnded() again in onCustomViewHidden().Andrei Popescu2010-04-081-2/+3
* VideoPlayer::onPrepared() can be called after the user pressed back in the Vi...Andrei Popescu2010-02-271-2/+2
* API Extension: Support for optionally specifying a map of extra request heade...Andreas Huber2010-01-281-1/+11
* Implement timeupdate events for video tag.Andrei Popescu2010-01-121-1/+60
* Allow a video to be correctly resumed programatically after being paused.Andrei Popescu2010-01-111-0/+8
* Make the VideoView go away automatically at the end of playback.Andrei Popescu2009-10-231-0/+3
* Update <video> implementation after new IRC discussion with Eric Carlsson.Andrei Popescu2009-09-301-65/+52
* Add progress view and default poster for the <video> implementationAndrei Popescu2009-09-181-1/+43
* Wire the rest of MediaPlayer to our implementation of WebCore::MediaPlayerPri...Andrei Popescu2009-09-171-15/+102
* Poster support on the Java sideAndrei Popescu2009-09-171-105/+263
* Add fullscreen support back in.Andrei Popescu2009-07-081-45/+140
* Basic changes to get embedded video working.Patrick Scott2009-07-061-25/+34
* Implement support for showing a VideoView.Andrei Popescu2009-06-261-0/+128