summaryrefslogtreecommitdiffstats
path: root/android/src
Commit message (Collapse)AuthorAgeFilesLines
* Unbundle org.apache.http.legacy.Narayan Kamath2015-02-0420-62/+416
| | | | | | | | | | | | | | | | | | | | | Lets us build it from source on both unbundled and platform branches. The main changes are : - We need a placeholder "WebAddress" class that's used internally. The class will be deleted from the frameworks once the webview stops using it (sigh...) - Use TrafficStats instead of SocketTagger. - Remove @hide annotations because they don't matter any more. We're not building stubs any more, and apps in both unbundled and platform branches will compile directly against the jar. We don't care about any of that because this is all deprecated API and deleted from the API specification. bug: 18027885. Change-Id: I6b5f06db2e3e0e34ccd7264c15e1fe594e61862e
* Move apache specific portions of android.net.http to apache-http.Narayan Kamath2015-02-0426-0/+7130
.. and move some parts of apache-http into the framework. The parts that have been moved need to be in the bootclasspath because we have public API that returns org.apache.http.conn.ssl.SSLSocketFactory :( . This change also removes the placeholder library shim. bug: 18027885 Change-Id: I37aa7562bcd5e05191b83676fae4533e03b86d1d