summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/HTML5VideoFullScreen.java
Commit message (Expand)AuthorAgeFilesLines
* Add license info to the HTML5Video files.Teng-Hui Zhu2012-08-011-0/+15
* Avoid redundant reload in inline mode after exit from full screen.Teng-Hui Zhu2012-06-271-23/+18
* Notify Java side to start when transition into full screen mode without a rel...Teng-Hui Zhu2012-06-151-7/+10
* Fix a crash.Teng-Hui Zhu2012-05-111-1/+3
* Merge "Keep the controller when video ended." into jb-devTeng-Hui Zhu2012-05-111-0/+6
|\
| * Keep the controller when video ended.Teng-Hui Zhu2012-05-101-0/+6
* | Avoid inline->fullscreen reload for html5 video.Teng-Hui Zhu2012-05-101-5/+5
|/
* Live streaming video may not have the right size at preparedTeng-Hui Zhu2012-03-141-0/+13
* 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-0/+4
* Query the native side to decide to play when going into full screen modeTeng-Hui Zhu2012-01-101-8/+5
* set System UI visibility based on MediaController stateMichael Kolb2011-12-021-7/+30
* HTML5 Video runs into super full screen modeTeng-Hui Zhu2011-11-211-0/+2
* Make MediaController use low profile system UIMarco Nelissen2011-10-311-1/+3
* Release the media player when exiting the full screenTeng-Hui Zhu2011-06-301-0/+5
* Media player should be paused while the surface is still aliveTeng-Hui Zhu2011-06-291-3/+6
* Fix a NPE if the Chrome Client is not setupTeng-Hui Zhu2011-06-131-11/+12
* am 5a9bbc34: am b5141a9f: am 90bdb69b: Merge "fix one NPE when webChromeClien...Teng-Hui Zhu2011-06-101-4/+6
|\
| * fix one NPE when webChromeClient don't have progress view supportTeng-Hui Zhu2011-06-101-4/+6
| * DO NOT MERGE : cherry pick of change Ieb7ae26b from masterTeng-Hui Zhu2011-04-071-2/+9
* | Correctly detect when switching back from full screenTeng-Hui Zhu2011-06-011-0/+3
* | Exit full screen support on java sideTeng-Hui Zhu2011-05-091-2/+3
* | am d4e8e4bb: am b3bb6fd5: am b25181aa: Merge "Fix the issue the video can\'t ...Teng-Hui Zhu2011-04-071-7/+0
|\ \ | |/
| * Fix the issue the video can't start to playTeng-Hui Zhu2011-04-061-7/+0
* | Buffering in full screen mode will show progressViewTeng-Hui Zhu2011-03-301-2/+9
|/
* Merge "Make sure the full screen playing continue when timeout" into honeycom...Teng-Hui Zhu2011-03-231-1/+1
|\
| * Make sure the full screen playing continue when timeoutTeng-Hui Zhu2011-03-231-1/+1
* | fix for pause when loadingTeng-Hui Zhu2011-03-221-0/+7
|/
* Fix a crashTeng-Hui Zhu2011-03-211-3/+0
* Fix the aspect ratio for full screen playingTeng-Hui Zhu2011-03-171-13/+47
* Support html5 video switching b/t full screen and inline modeTeng-Hui Zhu2011-03-161-0/+286