summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/vpn
Commit message (Expand)AuthorAgeFilesLines
* VpnSettings: switch to the new user interface.Chia-chi Yeh2011-07-0211-2390/+0
* Integrating keystore with keyguard (Part 4 of 4)Brian Carlstrom2011-06-011-3/+4
* Don't check states when mActiveProfile is presentHung-ying Tyan2011-03-061-1/+8
* Don't change the settings title when editing VPN entries.Amith Yamasani2011-02-222-9/+8
* am 2188a5e7: am 27682b0a: Merge "Clear mDialogFragment when it\'s detached" i...Hung-ying Tyan2011-01-291-43/+34
|\
| * Clear mDialogFragment when it's detachedHung-ying Tyan2011-01-281-43/+34
* | Fix the crash when home button is pressed.Chung-yih Wang2011-01-271-2/+2
|/
* Make sure the profile list is consistent.Chung-yih Wang2011-01-262-36/+51
* Fix alert dialogs in VpnSettings.Hung-ying Tyan2011-01-261-26/+42
* Allow OnCancelListener and OnDismissListener in Settings appHung-ying Tyan2011-01-251-25/+21
* NPE check in VpnSettings.Amith Yamasani2011-01-211-0/+2
* Fix the vpnsetting NPE crash.Chung-yih Wang2011-01-202-11/+35
* Make VpnSettings use new synchronous VpnService API.Hung-ying Tyan2011-01-203-182/+16
* Fix the re-entrance of VpnSetting issue.Chung-yih Wang2011-01-141-4/+12
* Fix the NPE bug due to the process/activity restart.Chung-yih Wang2011-01-051-0/+26
* Handle fragment breadcrumbs for deep-linked settings launches.Amith Yamasani2010-12-141-0/+13
* Fix the retry the vpn connection issue.Chung-yih Wang2010-12-131-16/+20
* Fix issue #3163240: Blank running services screen after returningDianne Hackborn2010-11-161-8/+1
* Fix VPN settings flow.Amith Yamasani2010-11-123-29/+55
* Fragmentize VpnSettings and relevant Activities.Daisuke Miyakawa2010-09-153-95/+121
* Fix window leak problems in settings.Jiehua.Dai2010-07-141-16/+36
* merge from open-source masterThe Android Open Source Project2010-05-191-10/+2
|\
| * Removed Calls to deprecated APIs and unused importsChristian Mehlmauer2010-05-171-10/+2
* | Fix VPN profile path in settings.Hung-ying Tyan2010-03-091-1/+1
|/
* 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