Something went wrong while setting issue due date.
Repository QR Code URL does not include protocol
Scanning the QR code that F-Droid shows in the repository information results in a URL all in uppercase. In the BarcodeScanner, the entire URL except HTTPS://
is underlined and recognized as a link. When opening it with F-Droid, it prepends http://
to the URL that is missing the protocol. My repo is only available via https, so adding the repo fails.
Expected behavior: The URL encoded in F-Droid's QR can be opened by F-Droid unchanged.