summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/HTML5Audio.java
Commit message (Expand)AuthorAgeFilesLines
* HTML5Audio should handle content URIztenghui2013-04-081-1/+8
* Audio continue to played even if paused manuallyRoger Chen2013-03-051-11/+18
* Better support for HTML5 audio loop.Teng-Hui Zhu2012-05-241-13/+15
* Rename getWebView() to getWebViewClassicJonathan Dixon2012-03-211-1/+1
* Refactor WebView to be a thin proxy classJonathan Dixon2012-03-021-1/+1
* Fix looping HTML5 Audio.Ben Murdoch2012-02-241-3/+19
* getDuration can be only called after prepared.Teng-Hui Zhu2012-01-041-1/+5
* Check MediaPlayer state, do not teardown() from UI thread.Ben Murdoch2011-10-141-14/+19
* Handle audio focus in HTML5 audioMichael Kolb2011-10-071-8/+46
* Fix HTML5Audio to call WebView.isPrivateBrowsingEnabled() on the UI threadSteve Block2011-09-281-5/+41
* Fix for bug 3429537 Google voice (web version) does not play messages on HCKristian Monsen2011-08-161-2/+20
* Don't try to output really long URLs HTML5Audio exception handler.Ben Murdoch2011-02-281-1/+2
* Make audio tag cope with live streamsBen Murdoch2010-12-091-1/+1
* Add the HTML5Audio class, to support the audio tag.Nicolas Roard2010-05-071-0/+224