summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/SecuritySettings.java
Commit message (Expand)AuthorAgeFilesLines
* Refactor settings top level activities to use fragments.Amith Yamasani2010-08-181-43/+50
* Fix build.Mike Dodd2010-07-261-0/+1
* am 885ac770: am 46c0a5b1: Merge "Remove unused imports in SecuritySettings.java"Jean-Baptiste Queru2010-07-261-5/+0
|\
| * am 46c0a5b1: Merge "Remove unused imports in SecuritySettings.java"Jean-Baptiste Queru2010-07-261-5/+0
| |\
| | * Remove unused imports in SecuritySettings.javaBen Clark2010-07-241-5/+0
* | | Change I546ee2fb: Fix 2677197: Adding minimum complex character support.Konstantin Lopyrev2010-05-271-0/+1
|/ /
* | am 0b326a6f: Merge "Fix 2579923: Make changing lock screen method more discov...Jim Miller2010-04-121-81/+7
|\ \ | |/
| * Fix 2579923: Make changing lock screen method more discoverable.Jim Miller2010-04-111-81/+7
| * DO NOT MERGEOscar Montemayor2010-03-261-74/+6
|/
* Fix 2535700: Add support for enforcing password qualityJim Miller2010-03-251-14/+19
* Move DeviceAdmin APIs to android.app.admin.Dianne Hackborn2010-02-261-1/+1
* Temporarily hiding enabling non-working functionality UI option for Froyo ear...Oscar Montemayor2010-02-261-3/+2
* Fix 2448345: Fix tactile feedback bug in password/PIN and pattern unlock.Jim Miller2010-02-181-4/+1
* Fix 2332563: Update logic for lockscreen in Settings.Jim Miller2010-02-111-24/+76
* Perform master clear via Intent broadcast, rather than using ICheckinService.Dan Egnor2010-02-111-22/+3
* Remove USE_LOCATION_FOR_SERVICES from SettingsBjorn Bringert2010-02-081-3/+0
* Update to follow password mode->quality API change.Dianne Hackborn2010-01-291-2/+2
* Update to follow device policy changes.Dianne Hackborn2010-01-281-2/+2
* Start hooking up password device policiesDianne Hackborn2010-01-211-18/+25
* Fix 2385283: Add DevicePolicyManager calls to LockScreen.Jim Miller2010-01-201-4/+6
* Initial UI for managing device policies.Dianne Hackborn2010-01-161-0/+13
* Fix 2332563: Add password-lock support to lockscreenJim Miller2010-01-111-89/+64
* Encrypted File Systems. Recovery process - adding interface settings to toggl...Oscar Montemayor2009-12-101-31/+78
* Encrypted File Systems Project. Enabling Settings menu changes to transition ...Oscar Montemayor2009-11-161-27/+91
* SecuritySettings: reduce 1 access to KeyStore and clean up.Chia-chi Yeh2009-10-061-69/+28
* SecuritySettings: revert "minor tuning".Chia-chi Yeh2009-10-021-3/+2
* SecuritySettings: fix a the status before handling the intent.Chia-chi Yeh2009-10-021-1/+1
* SecuritySettings: set the check box before further processing.Chia-chi Yeh2009-10-021-1/+1
* SecuritySettings: minor tuning.Chia-chi Yeh2009-10-021-4/+6
* SecuritySettings: remove debug messages.Chia-chi Yeh2009-10-021-1/+0
* SecuritySettings: remove trailing spaces.Chia-chi Yeh2009-10-021-3/+3
* SecuritySettings: clean up.Chia-chi Yeh2009-10-021-247/+195
* Fix bugs in credential storage settings:Hung-ying Tyan2009-09-301-1/+10
* Add CredentialInstaller.Hung-ying Tyan2009-09-281-9/+1
* New Privacy settings screen and Backup settings toggle. See #2132044 & #2133178Amith Yamasani2009-09-231-124/+10
* SecuritySettings: use Credentials instead of CertTool.Chia-chi Yeh2009-09-221-426/+127
* Enable cert install from sdcard in Settings...Hung-ying Tyan2009-09-161-2/+1
* Add install-cert-from-sdcard in Security settingsHung-ying Tyan2009-09-101-17/+39
* Show the Use location prompt only once if user agrees. Bug #1910370Amith Yamasani2009-08-311-0/+24
* Hide the "Enable Assisted GPS" checkbox in security & location settings.Mike Lockwood2009-08-251-4/+8
* am 233991a2: Reduce the number of keystore connections to 1Hung-ying Tyan2009-08-021-11/+13
|\
| * Reduce the number of keystore connections to 1Hung-ying Tyan2009-08-021-11/+13
* | am 38322393: Merge change 9437 into donutAndroid (Google) Code Review2009-07-311-7/+8
|\ \ | |/
| * Reduce the number of keystore connections.Hung-ying Tyan2009-08-011-7/+8
* | am 86637edf: Merge change 8183 into donutAndroid (Google) Code Review2009-07-221-36/+81
|\ \ | |/
| * Improve UX of adding credential...Hung-ying Tyan2009-07-231-36/+81
* | am 241610e9: Add password error hint when adding new cert.Hung-ying Tyan2009-07-211-11/+15
|\ \ | |/
| * Add password error hint when adding new cert.Hung-ying Tyan2009-07-211-11/+15
* | am 6b1b36a8: Merge change 7687 into donutAndroid (Google) Code Review2009-07-171-5/+39
|\ \ | |/
| * Add UI to handle PKCS12 cert.Hung-ying Tyan2009-07-171-5/+39