mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-21 23:38:05 -04:00
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.