Skip to content

Allow loading images from file:// URIs

Torsten Grote requested to merge grote/fdroidclient:file-uri-loading into master

These URIs are technically deprecated in Android, but F-Droid still uses them for local repos that are built into the ROM.

Previously, we were failing to load images for file:// URIs.

Merge request reports