
Doing this required tweaking our `IconDownloader` which we give to the UIL init method in FDroidApp. It only knew how to load from HTTP, but we needed it to fetch `drawable://` images too (which the library supports). In addition, it has been renamed `ImageDownloader` as it also is now used for screenshots/feature images.