Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make ApResolver use the proxy (if there's one configured) #441

Merged
merged 4 commits into from
Dec 22, 2021

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    18f53d5 View commit details
    Browse the repository at this point in the history
  2. ApResolver: Use OkHttpClient for requesting the list

    With the old implementation, the ap request wasn't going through the proxy (if there was one configured). Now, it uses the OkHttpClient we use in other parts of the app which will be configured to use the proxy if needed.
    iscle committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    704ca19 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. ApResolver: Make getUrls static

    iscle committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    dae67be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d240c5a View commit details
    Browse the repository at this point in the history