summaryrefslogtreecommitdiff
path: root/core/java/android/widget/VideoView.java
AgeCommit message (Expand)Author
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2018-12-28Limit access to suspected false positives.Mathew Inwood
2018-09-14Move some members to the "Q blacklist".Mathew Inwood
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2017-05-02Fix VideoView touch and trackball handlers to call super.Vladislav Kaznacheev
2017-02-22VideoView: option for audio focus, support for AudioAttributesJean-Michel Trivi
2016-08-04Clean up VideoView, SurfaceView constructorsAlan Viverette
2015-12-07Support for CEA-708 closed captionJaesung Chung
2015-03-12resolved conflicts for merge of 42f55d1e to masterMarco Nelissen
2015-03-11Fix context leakMarco Nelissen
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-07Fix accessibility delegationAlan Viverette
2014-08-25API: Document android-allow-cross-domain-redirect in MediaPlayer and VideoViewRonghua Wu
2014-08-22VideoView: unhide setVideoURI api and add document.Ronghua Wu
2014-06-11support for CEA-608 closed captionChong Zhang
2014-05-14Implements TtmlRenderer.Sungsoo Lim
2013-11-13am 752926c7: am 1197bc37: am 7e11b16b: VideoView: expand documentation on sta...Lajos Molnar
2013-11-13VideoView: expand documentation on state save/restore limitationsLajos Molnar
2013-11-01Use audio focus instead of legacy music commandMarco Nelissen
2013-09-30am 974a6e12: Merge "Make SubtitleController thread safe" into klp-devLajos Molnar
2013-09-27Make SubtitleController thread safeLajos Molnar
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2013-09-06Add WebVTT caption rendererAlan Viverette
2013-09-03Add subtitle support to VideoView.Lajos Molnar
2013-09-03Add methods for managing subtitle overlays in VideoViewAlan Viverette
2013-08-30VideoView: add addSubtitleSourceLajos Molnar
2013-05-09Add VideoView.getAudioSessionId()Marco Nelissen
2012-11-28am 8fac23f2: am 8be8ee4c: am f0afad00: Merge "Stop caching stream duration, i...Andreas Huber
2012-11-27Stop caching stream duration, it might change (increase) dynamically.Andreas Huber
2012-11-13Fix buildMarco Nelissen
2012-11-13Make VideoView/MediaController behave betterMarco Nelissen
2012-08-23Request Layout after video size changedTeng-Hui Zhu
2012-07-27Enabled application using VideoView to get information events from MediaPlayerJames Dong
2012-01-17AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov
2012-01-06New UX calls for dialogs without titles.Marco Nelissen
2011-09-28Fix 5158468: Update floating window size when the anchor view size changes.Chih-Chung Chang
2011-02-10Fix a bug that the condition for play/pause was reversed.Chih-Chung Chang
2010-11-10am 8ffb135d: am 45ca778d: Merge "Make sure the controller will get reposition...Owen Lin
2010-11-09Make sure the controller will get repositioned after size changing.Owen Lin
2010-11-02Add plumbing for volume mute key.Jeff Brown
2010-11-01Fix policy issues when screen is off.Jeff Brown
2010-10-29Squashed commit of the following:Andreas Huber
2010-03-18Release MediaPlayer if suspend() returns false.Gloria Wang
2010-03-09Fix a typo in VideoView.java that disabled the seek-back button by default.Andreas Huber
2010-03-05Release mediaplayer if the current state is not suspending. Fix for bug 2480093.Gloria Wang
2010-02-23New API on VideoView widget to suspend/resume a session. Do not release the M...Gloria Wang
2010-01-28API Extension: Support for optionally specifying a map of extra request heade...Andreas Huber
2009-09-30Invoke the OnErrorListener callback when MediaPlayer.setDataSource() throws.Andrei Popescu
2009-08-20The MetaData API is optional and getMetadata may return null if unsupported.Andreas Huber