media/library
tonihei 25e93a178a Toggle playback controls according to standard Android click handling.
We currently toggle the view in onTouchEvent ACTION_DOWN which is non-standard
and causes problems when used in a ViewGroup intercepting touch events.

Switch to standard Android click handling instead which is also what most
other player apps are doing.

Issue:#5784
PiperOrigin-RevId: 245219728
2019-05-31 22:57:50 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Make parallel adaptive track selection more robust. 2019-05-31 22:46:13 +01:00
dash Add links to the developer guide in some READMEs 2019-05-15 20:03:46 +01:00
hls Reset upstream format when empty track selection happens 2019-05-31 22:36:16 +01:00
smoothstreaming Add links to the developer guide in some READMEs 2019-05-15 20:03:46 +01:00
ui Toggle playback controls according to standard Android click handling. 2019-05-31 22:57:50 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.