media/library/core
olly 51914f8f82 Rename DownloadThread to Task
This resolves some naming confusion that previously existed
as a result of DownloadThread also being used for removals.
Some related variables (e.g. activeDownloadCount) would refer
to both download and removal tasks, whilst others
(e.g. maxParallelDownloads) would refer only to downloads.
This change renames those that refer to both to use "task"
terminology.

This change also includes minor test edits.

PiperOrigin-RevId: 245913671
2019-04-30 22:06:49 +01:00
..
src Rename DownloadThread to Task 2019-04-30 22:06:49 +01:00
build.gradle Move away from AndroidX bundled Truth to be closer to head revision. 2019-04-26 18:29:49 +01:00
proguard-rules.txt Add DownloadHelper.createMediaSource utility method 2019-04-26 18:33:02 +01:00
README.md Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00

ExoPlayer core library module

The core of the ExoPlayer library.

  • Javadoc: Note that this Javadoc is combined with that of other modules.