History log of /external/okhttp/android/main/java/libcore/util/Libcore.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3c4b370017fca07a59c1047f58dc382f4ff45eba 03-Sep-2012 Narayan Kamath <narayan@google.com> Remove usage of setEnabledCompressionMethods

Change-Id: Ia8a6b5b2d3cba15ff82b5d13f7efcba86d22630e
/external/okhttp/android/main/java/libcore/util/Libcore.java
9542e750421542d4dea1f1d33c0f4349b3c48536 15-Aug-2012 Narayan Kamath <narayan@google.com> Fix usage DeflaterOutputStream constructor on android

This API is hidden and unbundled apps that attempt to use
it on android will not compile. Also added a
LOCAL_SDK_VERSION to the make file to ensure that it can
compile against an SDK. All uses of hidden / private APIs are now
in Libcore.java so this should make it easier for us to move
forward with building an interface for okhttp to use these
APIs.

Change-Id: Ie7fc097b84445d55745a94ce048dd46590887d80
/external/okhttp/android/main/java/libcore/util/Libcore.java
153d0953fe0df254bf3ffaa56934c97020b86edb 09-Aug-2012 Narayan Kamath <narayan@google.com> Add makefile + jarjar rule for okhttp.

Created a new path android/ that contains android
specific patches to this code. This is not a long term approach,
simply a stop gap measure to get this codebase compiling and usable
under android. For now, this path contains changes to Libcore.java
to remove OpenJDK dependencies.

This patchset also updates the snapshot to upstream revision
2a05f0e18f0ae67.

Change-Id: Ic1ef8245109e07c7cf9f59c1e7881b86d357d74f
/external/okhttp/android/main/java/libcore/util/Libcore.java