summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/vpn
Commit message (Expand)AuthorAgeFilesLines
* Add L2tpIpsec case in VpnSettings.processSecrets()Hung-ying Tyan2009-10-061-0/+1
* Use the new VpnType.getDescriptionId().Hung-ying Tyan2009-09-301-1/+1
* Settings: revise VpnSettings.Chia-chi Yeh2009-09-222-75/+56
* Fix setting passwd string and vpn checkbox titles.Hung-ying Tyan2009-09-143-11/+4
* Add install-cert-from-sdcard in Security settingsHung-ying Tyan2009-09-101-1/+1
* Handle two new err codes:Hung-ying Tyan2009-08-281-85/+53
* Fix the state machine for CONNECTING/DISCONNECTING states.Hung-ying Tyan2009-08-271-6/+7
* Add VPN connection lost dialog.Hung-ying Tyan2009-08-031-6/+19
* Add encryption option to PPTP UI.Hung-ying Tyan2009-07-303-6/+118
* Add error dialog when secrets are missing.Hung-ying Tyan2009-07-291-0/+79
* Capitalize the first letter of a VPN name.Hung-ying Tyan2009-07-261-0/+2
* Fix secret EditText display and other fixes.Hung-ying Tyan2009-07-255-105/+166
* Implement the Back button handler to save a VPN.Hung-ying Tyan2009-07-221-3/+13
* Disable suggestion for certain types of text boxes.Hung-ying Tyan2009-07-222-17/+29
* Improve VpnSettings start-up time.Hung-ying Tyan2009-07-182-90/+90
* Fix VpnSettings.StatusChecker.start()Hung-ying Tyan2009-07-132-4/+5
* Fix dialog handling.Hung-ying Tyan2009-07-133-98/+148
* Focus the password box when username is saved.Hung-ying Tyan2009-07-091-0/+1
* Fix saving secrets to keystore from vpn settings.Hung-ying Tyan2009-07-081-8/+15
* String fixes for the credential storage and vpn settings.Hung-ying Tyan2009-07-075-8/+8
* Integrate VPN with new keystore and misc fixes.Hung-ying Tyan2009-07-067-52/+176
* Add credential storage settings.Hung-ying Tyan2009-07-031-0/+2
* Add L2tpIpsecPskEditor.Hung-ying Tyan2009-07-012-0/+88
* Add L2TP secret, L2TP/IPSec PSK support. Fix screen orientation.Hung-ying Tyan2009-06-268-255/+471
* Add save-username checkbox in the connect dialog.Hung-ying Tyan2009-06-203-173/+280
* Use new Keystore APIs in vpn profile editor.Chung-yih Wang2009-06-171-21/+2
* Remove SingleServerProfile import.Hung-ying Tyan2009-06-151-1/+0
* Remove use of SingleServerProfile.Hung-ying Tyan2009-06-154-127/+98
* Remove isCustomized() check as the API is not used for now.Hung-ying Tyan2009-06-152-6/+2
* Add VPN settings classes to Settings app.Hung-ying Tyan2009-06-129-0/+1621