Skip to content

Improved support for HTTP Basic Authentication

username-removed-306277 requested to merge cmorgner/fdroidclient:master into master

Extended DownloaderFactory to support optional username & password parameters.

Extended HttpDownloader to check for HTTP 401 Authorization Required status code and send a simple HTTP Basic Authentication header with all requests.

Extended ManageReposActivity to support repositories that use HTTP Basic Authentication, added a dialog to prompt for username and password.

Extended RepoDetailsActivity to be able to display and modify the authentication credentials.

Merge request reports