summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/ChooseLockPattern.java
Commit message (Collapse)AuthorAgeFilesLines
* Whitelist fragments appropriate for an activityAmith Yamasani2013-07-301-0/+7
| | | | Change-Id: If4f8c4e9d9949b652946cffe0ebb09b587e5a042
* Move lockscreen to using haptic feedback setting.Jeff Sharkey2012-10-101-1/+0
| | | | | | | | This removes lockscreen-specific "Vibrate on touch" setting, and changes it to use the haptic feedback setting instead. Bug: 7318772 Change-Id: Id6931903b3ebeca6aeacef9b127490a381cd40b4
* Announce dynamic content changes in lock confirmation settings.alanv2012-10-031-0/+7
| | | | | | | | Also re-orders updateStage() and setText/Selection calls so that text events don't flush announcements. This does not change functionality. Bug: 7256500 Change-Id: I8b10d66e9f73c7a630a8c3c5128372e18f26234c
* Adding an improve face matching settings option for Face UnlockDanielle Millett2011-11-071-3/+0
| | | | | | | | | | | | | | | | | Adding an option which will launch a version of setup where faces can be added to the current gallery. It requires the user to first confirm their password before launching addToSetup. Patch 3 - Updated for renaming of FackLockTutorial to SetupIntro. Now it is called every time regardless of it it's showing the tutorial and a flag is passed in to determine whether or not SetupIntro shows the tutorial. Patch 4 - Removed 'Setup Complete' toast at the end of screen lock setups since it was primarily for Face Unlock and the congratulations screen removes the need for it. Change-Id: Idc5f960809d992ec7bbce59ef1e13b95ef7cce45
* Toast when finished pattern or password setup.Jeff Sharkey2011-10-131-0/+3
| | | | | Bug: 5443781 Change-Id: I599ccbb9c535396e05a2a22ab6d3ef302fb9c623
* Fix 5185505: Add weak biometric sensors to security choices.Jim Miller2011-09-081-1/+3
| | | | | | | | This adds a simple biometric sensor (face lock) to the security choices. Updated to disable biometric sensor by default. Change-Id: I088e5e99cf5f8c7a06a1a992a9257940eb2cc07f
* Fix 5044847: Minor tweaks to SecuritySettings.Jim Miller2011-08-071-1/+1
| | | | | | | Fix for 5044847 removes "Press menu for help" which is no longer used on any device. Fix for 5092312 removes black background from pattern/pin/password settings. Change-Id: I849ea0296aa9f0e9ace65086f9b154a961959f00
* Fix 3409373: Don't grey out Cancel button on confirm pattern screenJim Miller2011-02-141-1/+1
| | | | Change-Id: I5832fd92cb71c91239326b295c36d207286263f2
* Fix 3281395: Fix duplicate title in LockScreen Settings.Jim Miller2011-01-071-0/+2
| | | | Change-Id: I3c53d1864e521f4245b94d39664266891a728615
* Fix 3315401: Prevent pattern confirmation screen from asking twiceJim Miller2011-01-051-1/+1
| | | | | | | | This fixes a bug where changing from PIN to pattern caused the lock pattern tutorial to ask for the PIN twice and ultimately crash due to ConfirmLockPattern getting into the wrong state. Change-Id: Ia3b3186dcd56f2b47a09f54d7636436ee80aa13c
* Fix 3148496: Initial pass at fragmentizing lockscreen settings.Jim Miller2010-12-081-370/+395
| | | | | | | | | | This converts most of the existing activities to fragments and wraps them in PreferenceActivities so they can be launched as before (e.g. by a DevicePolicyManager) Upload after sync/rebase. Change-Id: I4f351b75d9fca0498bcb04b4e11ff3b70765a4ba
* Fix 2594148: confirm PIN/Password before resetting deviceJim Miller2010-04-141-1/+2
| | | | | | | | | This fixes a bug where user was allowed to factory reset the device without entering their PIN/Password. It also fixes the same issue with MediaFormat (Settings->SD Card->Format). Change-Id: I0677a50aa771ad8663513fd7ec398a70953dcde2
* Fix 2579923: Make changing lock screen method more discoverable.Jim Miller2010-04-111-4/+12
| | | | | | | | | | | | | | | | | | | This changes the organization of lock screen security settings to make choosing an alternate unlock method more discoverable. Instead of having to disable the old lock method to use a new one, the user now just has one set/change option in lock settings, with a list of method-specific setting below it. In addition, we ask the user to confirm their old credentials before prompting them to choose a new one, which eliminates one source of confusion. Also, ChooseLockGeneric now shows a UI if quality isn't specified. Any unlock method less secure than minimum specified by DevicePolicyManager (if active) is greyed out. Change-Id: Iecc6f64d4d3368a583f06f8d5fe9655cc3d5bd3b
* Fix 2332563: Add password-lock support to lockscreenJim Miller2010-01-111-62/+46
|
* Fix for 2137900: Be more conservative about poking the wakelockJim Miller2009-09-291-0/+5
|
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-0/+7
|
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-8/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+497
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-496/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-1/+0
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-0/+1
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+16
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+480