j2objc-contrib / j2objc-common-libs-e2e-test

End-to-end tests for translating, compiling, and linking common Java libraries into Objective C using j2objc
https://github.com/j2objc-contrib
Apache License 2.0
12 stars 5 forks source link

com.squareup.okhttp:okhttp - J2ObjC continuous build #5

Open brunobowden opened 8 years ago

brunobowden commented 8 years ago

HTTP+SPDY client for Android and Java. Requires support for java.net dependencies (e.g. secure sockets) that @tomball is working on.

@JakeWharton, @SwankJesse - FYI for you both. This is to support translation of the library to Objective-C using J2ObjC such that it can be used on iOS. This bug is specifically for testing this as part of a continuous build.

brunobowden commented 8 years ago

@advayDev1 FYI