summaryrefslogtreecommitdiff
path: root/core/java/android/widget/VideoView2.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unused media2 widgetsSungsoo Lim2018-11-151-452/+0
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+5
* Merge "Hide Media*2 APIs" into pi-devJean-Michel Trivi2018-03-231-0/+1
|\
| * Hide Media*2 APIsJean-Michel Trivi2018-03-221-0/+1
* | Remove unnecessary Context from ApiLoaderChristofer Åkersten2018-03-221-1/+1
|/
* VideoView2: Remove setRouteAttributesSungsoo Lim2018-03-081-36/+0
* Unhide VideoView2 APIsInsun Kang2018-02-281-7/+49
* MediaSession2: Unhide APIsJaewan Kim2018-02-271-2/+2
* MediaControlView2: Add Support for AdJin Seok Park2018-02-231-0/+22
* VideoView2: Remove redundant listenersInsun Kang2018-02-201-102/+12
* VV2 & MCV2: Move handling MediaControlView2 visibility logic to VV2Insun Kang2018-02-051-2/+3
* VideoView2: Replace showSubtitle with setSubtitleEnabledInsun Kang2018-02-021-4/+14
* VV2 and MCV2: Override onLayout of ViewGroup and remove MCV2.isShowing()Insun Kang2018-02-021-0/+5
* Make VV2 & MCV2 extend ViewGroupChristofer Åkersten2018-02-011-4/+6
* Move View related methods to helper classChristofer Åkersten2018-01-311-88/+6
* VideoView: Change showSubtitle() to get boolean parameterInsun Kang2018-01-301-13/+7
* Merge "VideoView2: Adds Executor paramter to setFooListener methods"Insun Kang2018-01-291-28/+28
|\
| * VideoView2: Adds Executor paramter to setFooListener methodsInsun Kang2018-01-291-28/+28
* | VideoView2: MediaRouter integration with MediaSessionSungsoo Lim2018-01-291-2/+21
|/
* VideoView2/MediaControlView2: Remove overriden onKeyDown/dispatchKeyEventInsun Kang2018-01-261-21/+0
* Merge "VideoView2: Add custom actions API"Hyundo Moon2018-01-261-0/+31
|\
| * VideoView2: Add custom actions APIHyundo Moon2018-01-261-0/+31
* | Merge "VideoView2: Apply API review comment"Insun Kang2018-01-261-19/+25
|\ \
| * | VideoView2: Apply API review commentInsun Kang2018-01-261-19/+25
| |/
* / MediaSession2: Change MediaPlayerBase to MediaPlayerInterfaceJaewan Kim2018-01-261-2/+2
|/
* VideoView2: Remove APIs supported by MediaSessionSungsoo Lim2018-01-251-72/+13
* Merge "Put latest MediaControlView2/VideoView2 code"Jin Seok Park2018-01-241-0/+24
|\
| * Put latest MediaControlView2/VideoView2 codeHyundo Moon2018-01-241-0/+24
* | VideoView2: Add API for MediaRouter intergrationSungsoo Lim2018-01-241-1/+19
|/
* Merge "Release MediaSession when VideoView2 is detached from window."Insun Kang2018-01-231-0/+20
|\
| * Release MediaSession when VideoView2 is detached from window.Insun Kang2018-01-231-0/+20
* | Add API docs for VideoView2Insun Kang2018-01-231-51/+149
|/
* Initial commit for VideoView2ImplInsun Kang2018-01-191-35/+114
* Skeleton for updatable VideoView2Sungsoo Lim2018-01-161-0/+363