summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/HTML5VideoViewProxy.java
Commit message (Expand)AuthorAgeFilesLines
* 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