History log of /frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSecurityModel.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
79675b326c5d5f49af1e2314b3d6b1466c857fe2 30-Mar-2016 Toni Barzic <tbarzic@google.com> Teach keyguard about PASSWORD_QUALITY_MANAGED

PASSWORD_QUALITY_MANAGED should have password security mode,
rather than None.

BUG=27923581

Change-Id: I6b2aeee0a79a37a868d7d30117c77f73495892ad
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSecurityModel.java
d6aa6cb0cc8c70a30434048e25e14643b1645755 17-Apr-2015 Adrian Roos <roosa@google.com> Remove LockPatternUtils.getCurrentUser()

Bug: 18931518
Change-Id: I177eefe466c12217cf64c85b872f71bc23c7bf05
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSecurityModel.java
8150d2a2a12b38598fd55d8ae3c3b5662ec3520f 17-Apr-2015 Adrian Roos <roosa@google.com> Require explicit userId in LockPatternUtils

Bug: 18931518
Change-Id: Ib03f37df9135f0324a998c62d165d8eea46328c8
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSecurityModel.java
c2e01683b34029729262e2fb346ceea4bfe4b4b6 15-Jan-2015 Adrian Roos <roosa@google.com> Remove UI code from LockPatternUtils

Bug: 18931518
Change-Id: I951166f675731ec7a2bc51585e0a51e0cd92611d
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSecurityModel.java
230635efe7ffb09d6dc56bfd9193aa1d89c8a898 07-Jan-2015 Adrian Roos <roosa@google.com> Purge biometric weak and keyguard widgets

Bug: 18931518
Change-Id: I5da41908b1d6895a69f981e139f2d268327fafcd
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSecurityModel.java
cd3b5b52ac227c4f69879102a31a22d0258002e6 19-Dec-2014 Jorim Jaggi <jjaggi@google.com> Remove dead code #5: Remove KeyguardAccountView

Change-Id: I04431625e922e9554ce55b852bd8ee571049339b
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSecurityModel.java
a29e81bc7f14ce9df1afb5aa5f7d571a3b441aca 19-Dec-2014 Jorim Jaggi <jjaggi@google.com> Remove dead code #2: Remove unused Keyguard resources

Change-Id: If5e2b62556e6ee158e09e399c7ddec337dba15d5
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSecurityModel.java
a54bf6583380cf328b9858d942b4c387c6163f0f 11-Dec-2014 Wink Saville <wink@google.com> Change tests against INVALID_SUBSCRIPTION_ID to use isValidSubscriptionId.

Rename isValidSubId to isValidSubscriptionId.

Bug: 18668873
Change-Id: Ie709a62bbb74e0a767daeb9e3fb3aecd4c45df44
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSecurityModel.java
d09c4cad65c708f2c4810d24295456708a2000d2 22-Nov-2014 Wink Saville <wink@google.com> Additional changes to SubscriptionManager API as per API council.

bug: 17575308
Change-Id: Idd98aa46c15a9219ccf28091c62602ac8bf16c62
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSecurityModel.java
52a6133f4ba8b1d08f5158d802790d6a1b16568d 13-Nov-2014 Jim Miller <jaggies@google.com> Add multi-sim support to keyguard

Use new telephony APIs.
Clean up SIM state machine code.
Use cached copy of SubscriptionInfo.
Make SIM PIN and SIM PUK work.

Tested on single and multi-SIM devices.

Fixes bug 18147652

Change-Id: Ic69a4d2898999a5438e6a70b5851705bc05443f1
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSecurityModel.java
85516d028b2dcc7ebc09f4a68085836aa26191d5 01-Feb-2014 Jim Miller <jaggies@google.com> Add new "pin complex" type to supported keyguard PINs

This adds a feature to allow DevicePolicyAdmins to prevent using
simple PINs, which are defined as those containing more than 3
repeated values. Examples include '1234', '2468', '1111', '9876', etc.

Bug 12081139

Change-Id: I4ebe1c76a48087dcd7c878e9bd79a4e3ee2a27fe
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSecurityModel.java
336be7f7a499eec1acd90ab04d3e47d2789c8168 19-May-2014 Adrian Roos <roosa@google.com> Improve trust handling on dimsissing keyguard

The check for whether the device is in trusted mode happened at
the wrong time previously. Now it is checked when trying to dismiss
the keyguard.

Bug: 15072996
Change-Id: I81a3793ba1cf25468d3c923b2075f4c987b79e53
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSecurityModel.java
a005f1b6853e8852c328f4fdc02fb8f9c9ae1cd6 16-Apr-2014 Jorim Jaggi <jjaggi@google.com> Show enter PIN/PUK before notifications on Keyguard.

Change-Id: Icec12a43487fe76378e10bb8aaaa163c53b69075
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSecurityModel.java
46842d946d1777c22f05e6bb96933c1b5cbd00d4 27-Mar-2014 Adrian Roos <roosa@google.com> Make Keyguard trust aware

Bug: 13723878
Change-Id: If1f54de4112a120848df72192b82e35b341e8ed3
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSecurityModel.java
5e612cf07872dc0989a4b9f09e2a38a2ee12186d 04-Feb-2014 Jim Miller <jaggies@google.com> Add KeyguardSimpleHostView and make it the default

This adds a simplified KeyguardHostView that's intended to
be used as an overlay or dialog for asking the user's
credentials.

Bug 12135931

Change-Id: Iecede0715d671e88024e7bb77e7432cd1c7ec356
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSecurityModel.java
5ecd81154fa039961f65bb4e36d18ac555b0d1d6 10-Jan-2013 Jim Miller <jaggies@google.com> Move keyguard to its own process.

This is in preparation to moving keyguard into its own process.

Moved keyguard source and resources into new .apk.

Got basic test app working. Still need to implement MockPatternUtils
and means to pass it into KeyguardService with local binder interface.

Added new ACCESS_KEYGUARD_SECURE_STORAGE permission.

Temporarily disabled USER_PRESENT broadcast.

Remove unintentional whitespace changes in PhoneWindowManager, etc.

Checkpoint basic working version.

Move to systemui process.

Synchronize with TOT.

Sync with recent user API changes.

Fix bug with returing interface instead of stub for IKeyguardResult. Create KeyguardServiceDelegate to allow
for runtime-selectable local or remote interface.

More keyguard crash robustness.

Keyguard crash recovery working. Currently fails safe (locked).

Fix selector view which was still using frameworks resources.

Remove more references to internal framework variables. Use aliases for those we should move but
currently have dependencies.

Allow runtime switching between service and local mode.

Fix layout issue on tablets where orientation was reading the incorrect constant
from the framework. Remove more framework dependencies.

Fix PIN keyboard input.

Remove unnecessary copy of orientation attrs.

Remove unused user selector widget and attempt to get multi user working again.

Fix multi-user avatar icon by grabbing it from UserManager rather than directly since
keyguard can no longer read it.

Merge with AppWidget userId changes in master.

Change-Id: I254d6fc6423ae40f6d7fef50aead4caa701e5ad2
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSecurityModel.java
25a272a9f6323f6a3513bb522d45e839449878ce 10-Jan-2013 Jim Miller <jaggies@google.com> Move keyguard source and resources into new package

This is part 1 of two commits. This commit moves all keyguard
source and resources to a new com.android.keyguard package.
The second part of this change applies an overlay that makes
it work.

Change-Id: I360e9ac7783c6cb289c992733818b9535df185b9
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSecurityModel.java