media/library
olly c746885ca2 DownloadManagerTest: Don't make Downloaders ahead of the manager
DownloadRunner.getDownloader was creating Downloader instances before the actual
DownloadManager under test would have created them. Tests were then asserting and
manipulating these Downloader instances, which is quite confusing. In particular
FakeDownloader.assertDoesNotStart() is an assertion on a Downloader instance that
only makes sense when called on an instance that DownloadManager would not have
created by itself.

This change replaces FakeDownloader.assertDoesNotStart() with an assertion on
DownloadRunner that no Downloader instance has been created.

PiperOrigin-RevId: 308822398
2020-05-01 19:44:45 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Remove Sample from SampleChooserActivity 2020-04-27 10:41:33 +01:00
core DownloadManagerTest: Don't make Downloaders ahead of the manager 2020-05-01 19:44:45 +01:00
dash DownloadManagerTest: Improve thread interactions 2020-05-01 19:44:27 +01:00
extractor Remove ExtractorAsserts overloads that take a Context 2020-04-27 10:41:49 +01:00
hls Add loadTaskId to LoadEventInfo 2020-05-01 19:43:34 +01:00
smoothstreaming Add loadTaskId to LoadEventInfo 2020-05-01 19:43:34 +01:00
ui Use anti-aliasing and bitmap filtering for bitmap subtitles 2020-04-27 10:18:31 +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.