summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/ProxySelector.java
Commit message (Collapse)AuthorAgeFilesLines
* log visibility of viewsChris Wren2015-03-271-1/+7
| | | | | Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
* Settings: Remove all unused imports.John Spurlock2015-03-181-4/+0
| | | | Change-Id: Iebfa52cb849d69974c94902b0b020893cf5618a3
* Fix Eclipse Refactoring IssuesJason Monk2014-05-071-1/+1
| | | | Change-Id: I5c16fce7f5478bb6acc9df1b54f386cae95a4a16
* Support renaming of ProxyProperties to ProxyInfoJason Monk2014-05-051-4/+4
| | | | Change-Id: I60621a7155ac2938a54ff466501db9a1013e621b
* Make Setting UI use system proxy validity checkYuhao Zheng2014-03-031-45/+16
| | | | | | | | | | | Setting UI performs some validity check on proxy settings, such that user can't click "Save" until inputs are valid. However, it uses a different validity pattern than framework, such that user may still be able to click "Save" but the changes are silently rejected by framework. Fixed by using the system proxy validity check routine. bug: 13248097 Change-Id: Ia1eef53588e6923a838cb5629e373697001a8ba6
* Allow wildcard for bypass proxyIrfan Sheriff2013-03-261-1/+1
| | | | | | | Allow *.example.com to be bypassed Bug: 7422561 Change-Id: Ia7bd2d5b0a19794ae3bcccb8d6b78aeb2ba9c5fb
* Allow underscore in proxy hostnamesIrfan Sheriff2013-01-071-2/+6
| | | | | | Some proxies use underscore and we should allow configuring them Change-Id: I6b4eeac7d486ff1eb10cc14cee5ef36db0f9e278
* Simplify proxy regexIrfan Sheriff2012-08-221-1/+1
| | | | | Bug: 6950756 Change-Id: I535be03073cf9f502631498939c841f88fb1617d
* Fix ANR with bypass proxy regexIrfan Sheriff2011-03-221-7/+9
| | | | | Bug: 4148297 Change-Id: I5519ed297acabb65e1992c65e4b4110380983bb1
* Use separate settings for host and port.Robert Greenwalt2010-11-191-36/+23
| | | | | | | | IPv6 uses ':' in addresses so it's a bad thing to use as a separator. Rather than find another separator we'll just store them separately. bug:2700664 Change-Id: Ia6c40891ab9f3f44edd65d8ff7a2a1f7a24cf06e
* Add proxy UI for wifiIrfan Sheriff2010-10-061-1/+1
| | | | | bug: 3039302 Change-Id: I6fee69992ea78459f06ef270af5bf857eff93c44
* Fragmentize ProxySettings.Daisuke Miyakawa2010-09-121-83/+71
| | | | Change-Id: I2c962726b0adc8811c18dd6df7ff7bdc93c31a07
* Enabling users toset the Global Proxy from wireless settings.Oscar Montemayor2010-08-041-11/+55
| | | | Change-Id: Ie9b37e4c8e042fab738d2181878e93d7d2645834
* Fix window leak problems in settings.Jiehua.Dai2010-07-141-7/+28
| | | | | | | | There were window leak in the settings application. These leak happens when an AlertDialog displays, rotate the phone, then it would cause window leak. Change-Id: I914897bf657933efea72eeea66076dc288098420
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+260
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-260/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-1/+1
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+260