summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/VideoView.java
Commit message (Expand)AuthorAgeFilesLines
* VideoView: expand documentation on state save/restore limitationsLajos Molnar2013-11-131-1/+11
* Make SubtitleController thread safeLajos Molnar2013-09-271-0/+7
* Add WebVTT caption rendererAlan Viverette2013-09-061-94/+68
* Add subtitle support to VideoView.Lajos Molnar2013-09-031-19/+50
* Add methods for managing subtitle overlays in VideoViewAlan Viverette2013-09-031-0/+108
* VideoView: add addSubtitleSourceLajos Molnar2013-08-301-2/+66
* Add VideoView.getAudioSessionId()Marco Nelissen2013-05-091-1/+26
* am 8fac23f2: am 8be8ee4c: am f0afad00: Merge "Stop caching stream duration, i...Andreas Huber2012-11-281-10/+3
|\
| * Stop caching stream duration, it might change (increase) dynamically.Andreas Huber2012-11-271-10/+3
* | Fix buildMarco Nelissen2012-11-131-0/+4
* | Make VideoView/MediaController behave betterMarco Nelissen2012-11-131-38/+52
|/
* Request Layout after video size changedTeng-Hui Zhu2012-08-231-0/+1
* Enabled application using VideoView to get information events from MediaPlayerJames Dong2012-07-271-0/+13
* AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-0/+14
* New UX calls for dialogs without titles.Marco Nelissen2012-01-061-1/+0
* Fix 5158468: Update floating window size when the anchor view size changes.Chih-Chung Chang2011-09-281-7/+0
* Fix a bug that the condition for play/pause was reversed.Chih-Chung Chang2011-02-101-2/+2
* am 8ffb135d: am 45ca778d: Merge "Make sure the controller will get reposition...Owen Lin2010-11-101-2/+5
|\
| * Make sure the controller will get repositioned after size changing.Owen Lin2010-11-091-2/+5
* | Add plumbing for volume mute key.Jeff Brown2010-11-021-0/+1
* | Fix policy issues when screen is off.Jeff Brown2010-11-011-3/+12
* | Squashed commit of the following:Andreas Huber2010-10-291-43/+5
|/
* Release MediaPlayer if suspend() returns false.Gloria Wang2010-03-181-3/+8
* Fix a typo in VideoView.java that disabled the seek-back button by default.Andreas Huber2010-03-091-1/+1
* Release mediaplayer if the current state is not suspending. Fix for bug 2480093.Gloria Wang2010-03-051-0/+3
* New API on VideoView widget to suspend/resume a session. Do not release the M...Gloria Wang2010-02-231-3/+41
* API Extension: Support for optionally specifying a map of extra request heade...Andreas Huber2010-01-281-25/+35
* Invoke the OnErrorListener callback when MediaPlayer.setDataSource() throws.Andrei Popescu2009-09-301-0/+2
* The MetaData API is optional and getMetadata may return null if unsupported.Andreas Huber2009-08-201-6/+11
* Do not enable the rew/pause/ffwd buttons when the media being played does notMarco Nelissen2009-08-191-1/+29
* Fix a problem in VideoView that would cause it to not start playing after pre...Marco Nelissen2009-07-101-5/+10
* Refactoring of VideoView.java classJames Dong2009-07-061-68/+91
* Fix bug (#1947162)James Dong2009-07-061-3/+8
* AI 145778: Manual merge changes 145382-145384 from cupcake.Andy Stadler2009-04-101-2/+2
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-4/+12
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-5/+14
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+533
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-533/+0
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-1/+6
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-8/+27
* Initial ContributionThe Android Open Source Project2008-10-211-0/+509