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

Add support for proxies #356

Merged
merged 2 commits into from
Jun 25, 2018
Merged

Conversation

werman
Copy link
Contributor

@werman werman commented Jun 24, 2018

Supported proxies are: HTTP and SOCKS5.
SOCKS4 proxies aren't supported because OkHttp doesn't support them because Android has issues with SOCKS4.

All http requests now made through OkHttp.
All OkHttp instances now share same thread pool.

I have tested this with public proxies and with Orbot. Orbot has issues with http proxy but SOCKS works. I haven't tested proxy auth but it should work according to OkHttp documentation.

radio_droid_proxy_settings

werman added 2 commits June 24, 2018 23:04
Supported proxies are: HTTP and SOCKS5.
SOCKS4 proxies aren't supported because OkHttp doesn't support them
because Android has issues with SOCKS4.

All http requests now made through OkHttp.
All OkHttp instances now share same thread pool.
@werman werman mentioned this pull request Jun 24, 2018
@segler-alex
Copy link
Owner

cool, thanks!

@segler-alex segler-alex merged commit 0527e0e into segler-alex:master Jun 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants