1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-24 18:41:06 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
Yuri Schimke
16173e2af9 Make Platform.log exception parameter optional (#5482)
Make Platform.log exception parameters optional, and reorders to allow level defaulting to INFO.
2019-09-29 16:59:58 +10:00
Yuri Schimke
e23d44ecc2 Fix Android test 2019-09-22 14:01:05 +01:00
Yuri Schimke
dcc552db52 Fix Android Q with Conscrypt or Session Tickets (#5483) 2019-09-22 13:55:41 +01:00
Yuri Schimke
fba438fbb6 Minor Platform cleanup 2019-09-22 07:13:48 +01:00
Yuri Schimke
a41361efcb Compile against JDK11 API, run tests down to JDK8 (#5429)
Avoids most reflection usage on Jdk9+ and Android Q+.  Builds against JDK11, but tests down to Jdk8.
2019-09-21 21:42:40 +01:00
Jesse Wilson
059048b12e Merge pull request #5465 from yschimke/doh_android
DoH Android test
2019-09-21 12:01:55 -04:00
Yuri Schimke
f92f484337 Add Conscrypt specific test for Android (#5473)
* Add Conscrypt specific test for Android

* Fix
2019-09-21 12:00:02 -04:00
Yuri Schimke
3b5f0f937a DoH Android test 2019-09-16 20:36:12 +01:00
Yuri Schimke
2cdbbda64a Hows My Ssl test for Android (#5428) 2019-09-09 12:01:08 +01:00
Yuri Schimke
3d95c4b1f7 Android Test Fixes for OpenJSSE (#5407)
* Android Test Fixes for OpenJSSE

* Specific fixes
2019-09-03 22:24:29 -04:00
Yuri Schimke
1b60e3739c Test Android session reuse 2019-08-11 10:48:43 +01:00
Yuri Schimke
1994136a24 Update test host to squareup (#5343) 2019-08-10 17:20:43 +01:00
Yuri Schimke
cf0042b208 Extended Android tests (#5298)
Added tests related to certificate pinning, mockwebserver and cleartext blocking on legacy Android.
2019-08-10 15:28:50 +01:00
Yuri Schimke
ed25f41e48 Basic Android Instrumentation Test (#5253)
Runnable with 

```
ANDROID_SDK_ROOT=... ./gradlew connectedCheck
```
2019-07-16 23:15:20 +01:00