forked from ankidroid/Anki-Android
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP Use deprecated OkApacheClient in lieue of deprecated HttpClient
This is an intermediate step, and an experiment on the way to supporting TLS1.2 on Android API<=21 I can't override the trust manager in OkApacheClient though, and it's deprecated anyway, so we need to move to the full OkHttp Request/Response implementation, and alter the OkHttpClient builder invocation like so: square/okhttp#2372 (comment)
- Loading branch information
Showing
4 changed files
with
18 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
108 changes: 0 additions & 108 deletions
108
AnkiDroid/src/main/java/org/apache/commons/httpclient/contrib/ssl/EasySSLSocketFactory.java
This file was deleted.
Oops, something went wrong.
102 changes: 0 additions & 102 deletions
102
AnkiDroid/src/main/java/org/apache/commons/httpclient/contrib/ssl/EasyX509TrustManager.java
This file was deleted.
Oops, something went wrong.