summaryrefslogtreecommitdiff
path: root/core/java/android/net/ProxyInfo.java
Commit message (Expand)AuthorAgeFilesLines
* Move module sources to packages/ConnectivityRemi NGUYEN VAN2021-02-011-367/+0
* Use createStringArray instead of readStringArraylucaslin2021-01-281-1/+1
* Rename PacManager to PacProxyInstallerAaron Huang2021-01-131-1/+1
* Remove ProxyInfo(String) and update callers to use ProxyInfo(Uri)Aaron Huang2020-07-061-12/+0
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-081-1/+1
* Expose IpConfiguration and ProxyInfo APIsAaron Huang2019-11-201-7/+17
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add API for proxy configuration over VPN.Irina Dumitrescu2019-01-241-26/+31
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+2
* Undeprecate android.net.ProxyInfo as it's still used.Paul Jensen2015-05-191-6/+0
* Move apache specific portions of android.net.http to external/apache-http.Narayan Kamath2015-02-121-4/+3
* Fix several HTTP proxy issues with multinetworking.Paul Jensen2014-12-101-1/+2
* Deprecate more apache-http.Narayan Kamath2014-10-231-0/+6
* Proxy fixes from API review feedbackJason Monk2014-09-041-4/+0
* Fix reference to ProxyInfo extraJason Monk2014-05-151-3/+0
* Fix reboot loop due to NPE.Sreeram Ramachandran2014-05-141-0/+2
* Switch PacUrl storage from String to UriJason Monk2014-05-121-17/+37
* Make proxy API publicJason Monk2014-05-071-0/+347