media/library/src/main/java/com/google/android/exoplayer2
olly 91f8328a5f UI component improvements
- Make sure no events are posted on PlaybackControlView
  if it's not attached to a window. This can cause leaks.
  The target hide time is recorded if necessary and
  processed when the view is re-attached.
- Deduplicated PlaybackControlView.VisibilityListener
  invocations.
- Fixed timeouts to be more intuitive (I think).
- Fixed initial visibility of PlaybackControlView when
  used as part of SimpleExoPlayerView.
- Made some more attributes configurable from layout xml.

Issue: #1908
Issue: #1919
Issue: #1923

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=135679988
2016-10-11 18:16:28 +01:00
..
audio Fix Ac3 extractor sniff 2016-10-04 23:40:53 +01:00
decoder Use @IntDef where possible. 2016-09-28 11:25:02 +01:00
drm Add missing generic types 2016-09-28 11:25:40 +01:00
extractor Fix Ac3 extractor sniff 2016-10-04 23:40:53 +01:00
mediacodec Use @IntDef where possible. 2016-09-28 11:25:02 +01:00
metadata Fix ID3 EOS detection for two-byte encodings 2016-08-31 15:25:31 +01:00
source Fix merging of selected streams. 2016-10-05 21:21:47 +01:00
text Fix sideloaded subtitles 2016-10-03 17:43:28 +01:00
trackselection Remove duplicate methods in DefaultTrackSelector 2016-09-28 11:26:12 +01:00
ui UI component improvements 2016-10-11 18:16:28 +01:00
upstream Finish cleaning DataSource implementations. 2016-10-04 23:42:55 +01:00
util Refactored the text.eia608 package to text.cea. 2016-09-29 16:28:58 +01:00
video Improve profile/level check support for AVC 2016-09-08 16:29:48 +01:00
BaseRenderer.java Fix a bunch more Javadoc 2016-08-31 15:25:24 +01:00
C.java Use @IntDef where possible. 2016-09-28 11:25:02 +01:00
DefaultLoadControl.java Trim allocator on stop/reset by default 2016-10-03 17:44:01 +01:00
ExoPlaybackException.java Use @IntDef where possible. 2016-09-28 11:25:02 +01:00
ExoPlayer.java Guide V2 + a few related code tweaks 2016-09-13 19:15:31 +01:00
ExoPlayerFactory.java Guide V2 + a few related code tweaks 2016-09-13 19:15:31 +01:00
ExoPlayerImpl.java Trim allocator on stop/reset by default 2016-10-03 17:44:01 +01:00
ExoPlayerImplInternal.java MergingMediaPeriod + subtitle fixes 2016-10-04 23:39:24 +01:00
ExoPlayerLibraryInfo.java Bump version to 2.0.2 + document inclusion of OkHttp extension 2016-10-05 21:20:34 +01:00
Format.java Export variant codecs in HLS 2016-09-28 11:25:40 +01:00
FormatHolder.java Fix a bunch more Javadoc 2016-08-31 15:25:24 +01:00
LoadControl.java Trim allocator on stop/reset by default 2016-10-03 17:44:01 +01:00
ParserException.java Fix a bunch more Javadoc 2016-08-31 15:25:24 +01:00
Renderer.java Fix a bunch more Javadoc 2016-08-31 15:25:24 +01:00
RendererCapabilities.java Fix a bunch more Javadoc 2016-08-31 15:25:24 +01:00
SimpleExoPlayer.java Some minor UI refinements 2016-10-06 15:05:34 +01:00
Timeline.java Fix some typos/consistency nits. 2016-09-13 17:41:24 +01:00