summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/ChooseLockPattern.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix 3281395: Fix duplicate title in LockScreen Settings. [DO NOT MERGE]Jim Miller2011-01-091-0/+2
| | | | | | Manual merge of Change-Id: I3c53d1864e521f4245b94d39664266891a728615 Change-Id: I59eedd81af226949ac0df10390ae0642e1812c5a
* 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