summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/HTML5VideoView.java
Commit message (Expand)AuthorAgeFilesLines
* Back key to dismiss full screen videoTeng-Hui Zhu2012-09-061-3/+0
* Add license info to the HTML5Video files.Teng-Hui Zhu2012-08-011-0/+15
* Release the media player when trimming memoryTeng-Hui Zhu2012-07-101-1/+14
* Avoid redundant reload in inline mode after exit from full screen.Teng-Hui Zhu2012-06-271-5/+0
* Merge "Keep the controller when video ended." into jb-devTeng-Hui Zhu2012-05-111-0/+3
|\
| * Keep the controller when video ended.Teng-Hui Zhu2012-05-101-0/+3
* | Avoid inline->fullscreen reload for html5 video.Teng-Hui Zhu2012-05-101-34/+49
|/
* Refactor WebView to be a thin proxy classJonathan Dixon2012-03-021-1/+1
* Support full screen back to back playing using javascriptTeng-Hui Zhu2012-01-181-13/+31
* Query the native side to decide to play when going into full screen modeTeng-Hui Zhu2012-01-101-10/+1
* Release the media player when exiting the full screenTeng-Hui Zhu2011-06-301-4/+12
* Correctly detect when switching back from full screenTeng-Hui Zhu2011-06-011-0/+5
* The screen shot support for inline video on Java sideTeng-Hui Zhu2011-06-011-1/+6
* Fix the Uri parsing issueTeng-Hui Zhu2011-05-121-3/+4
* DO NOT MERGE : cherry pick of change Ieb7ae26b from masterTeng-Hui Zhu2011-04-071-0/+18
* DO NOT MERGE : cherry pick of change I0f9f2c65 from masterTeng-Hui Zhu2011-04-071-2/+6
* fix for pause when loadingTeng-Hui Zhu2011-03-221-6/+15
* Fix a crashTeng-Hui Zhu2011-03-211-6/+15
* Support loading image and paused image for inline videoTeng-Hui Zhu2011-03-211-4/+17
* Fix the aspect ratio for full screen playingTeng-Hui Zhu2011-03-171-7/+0
* Support html5 video switching b/t full screen and inline modeTeng-Hui Zhu2011-03-161-83/+143
* Inline HTML5 Video supportTeng-Hui Zhu2011-03-101-0/+211