summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/vpn2/VpnSettings.java
Commit message (Expand)AuthorAgeFilesLines
* Match getLegacyVpn calls to changed interfaceRobin Lee2015-07-071-1/+1
* Fix buildRobin Lee2015-06-251-1/+1
* Enable VPN settings for secondary usersRobin Lee2015-06-251-2/+8
* Only unregister the network callback at onPauseRobin Lee2015-06-171-7/+1
* Switch from KeyStore.saw to KeyStore.list.Alex Klyubin2015-06-081-1/+1
* Don't allow secondary users apps to start restricted Settings fragment.Nicolas Prevot2015-06-021-1/+2
* Clear connected legacy VPN during rescanRobin Lee2015-06-011-0/+1
* VPN: UI for forgetting disconnected VPNsRobin Lee2015-05-181-59/+61
* VPN: Convert current-context IPCs to user contextRobin Lee2015-05-051-3/+4
* vpn2: show third-party VPN servicesRobin Lee2015-04-211-386/+193
* log visibility of viewsChris Wren2015-03-271-0/+6
* Settings: Remove all unused imports.John Spurlock2015-03-181-2/+0
* Restore legacy VPN stats dialog.Jeff Davidson2014-08-221-0/+9
* Less intrusive VPN dialog.Jeff Davidson2014-08-151-10/+2
* Use material alert dialog item view layoutAdam Powell2014-08-141-1/+1
* Remove spinner in Settings > VPNZoltan Szatmary-Ban2014-08-131-47/+1
* Toggle between profiles in VPN SettingsZoltan Szatmary-Ban2014-08-011-1/+48
* Settings user restriction changes: wireless & networks changes.Julia Reynolds2014-05-291-0/+27
* Remove old KeyStore API call sitesKenny Root2013-04-121-2/+4
* Explicit GridLayout alignment to fix warnings.Jeff Sharkey2013-02-211-6/+6
* Improve notification UI for lockdown VPN.Jeff Sharkey2013-02-211-0/+8
* KeyStore: stop using state()Kenny Root2013-02-141-1/+1
* Precreate a data structure so it's never null.Robert Greenwalt2012-09-271-3/+2
* Hide lockdown VPN when IMS auth is required.Jeff Sharkey2012-09-241-0/+11
* Omit PPTP VPNs from lockdown list.Jeff Sharkey2012-09-191-3/+4
* Always-on VPN.Jeff Sharkey2012-08-261-21/+162
* Migrate legacy VPN arguments to system_server.Jeff Sharkey2012-08-241-135/+5
* Migrate VpnProfile definition to framework.Jeff Sharkey2012-07-191-0/+1
* Help menus for several screens.Amith Yamasani2012-04-231-0/+5
* Switch VPN to use keystore ENGINEKenny Root2012-03-211-3/+6
* VpnSettings: show more error messages when VPN fails.Chia-chi Yeh2012-02-291-1/+5
* VpnSettings: add support for server certificates.Chia-chi Yeh2011-12-061-6/+12
* VpnSettings: fix bugs.Chia-chi Yeh2011-08-081-6/+8
* VpnSettings: the field has been renamed.Chia-chi Yeh2011-08-031-1/+1
* VpnSettings: make more fields available as advanced options.Chia-chi Yeh2011-07-271-2/+5
* VpnSettings: bind OnPreferenceClickListener later.Chia-chi Yeh2011-07-151-7/+4
* VpnSettings: generate arguments for IPSec XAUTH VPNs.Chia-chi Yeh2011-07-141-11/+46
* VpnSettings: pass certificates to racoon directly.Chia-chi Yeh2011-07-071-12/+40
* VpnSettings: add status report.Chia-chi Yeh2011-07-041-28/+56
* VpnSettings: rename some variables.Chia-chi Yeh2011-07-031-1/+1
* VpnSettings: hook up the legacy VPN with IConnectivityManager.Chia-chi Yeh2011-07-021-2/+12
* VpnSettings: generate arguments for PPTP and L2TP IPSec VPNs.Chia-chi Yeh2011-06-291-9/+69
* Settings: revise VpnSettings.Chia-chi Yeh2011-06-261-0/+347