Skip to content

Simplify Downloaders

This is some groundwork to simplify the Downloader stuff in preparation to moving it to something like an IntentService, as part of #601 (closed). This mostly removes unused bits that I've found in the process of writing the DownloaderService. Some of these events will be added back in a more consistent way, so that there is one event type for the same idea throughout the code base.

Merge request reports