History log of /frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
51e3a672e01d6e9ce4b19ec20d9b62ae8e35fc85 01-Aug-2015 Jim Miller <jaggies@google.com> Don't wipe device because of short PIN, patterns or passwords

This fixes a bug where we were counting short PIN, patterns and
passwords as attempts. For devices with a device policy admin,
this would cause devices to get wiped after a short amount of
interaction with the UI.

Fixes bug 22844609

Change-Id: I7616b38d954f89d4a2cee23f9aec1b898041b1f2
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
613f55fbbb23249d7c65e3f1fe8c943c4459b41a 17-Jul-2015 Jorim Jaggi <jjaggi@google.com> Move PIN/Pattern appear animation to RenderThread (1/2)

Bug: 22205322
Change-Id: I253f20a397ab89cb78254338a0254619232d7300
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
94f6f0610147de16aae7c39f97f21ee31591dd6f 25-Jun-2015 Jorim Jaggi <jjaggi@google.com> Speedup PIN/Pattern dismissal

Bug: 22096344
Change-Id: I50d5ecaa03aae94cecf9da173f0d6318faaf6a1a
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
3122fa85b2f18c0a89f5fe1ef0942c530a271843 18-Jun-2015 Selim Cinek <cinek@google.com> Added a message to the keyguard bouncer

A message can now be shown on the keyguard bouncer
explaining why the bouncer is being shown.

Bug: 21618072
Change-Id: I25aea9cc242abbf6a133fb42cc4407f5c2f3f688
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
5673353559453ecb57fc767b4e7500dd46e44079 10-Jun-2015 Jorim Jaggi <jjaggi@google.com> Animations/success state for external confirm device credentials (1/2)

Bug: 20929186
Change-Id: I8ca396e353189da7da3e9c98f841b76c876e461e
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
e67f67da9a41bd089b980c04c1721f52adebb389 29-May-2015 Adrian Roos <roosa@google.com> Merge "Hide KeyguardMessageArea if empty" into mnc-dev
2397427cb1a0bad8a42e6a342dcf29b31e40a234 15-May-2015 Andres Morales <anmorales@google.com> [LockSettings] migrate password attempt throttling to hardware

leverage root protected, cryptographically secured hardware
if available

Bug: 21118563
Change-Id: Ifa804c5a0728bfd14466eb2a84051bace6d33d57
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
28828b5f627a1024fa64f1c927cd8828d36ae625 26-May-2015 Adrian Roos <roosa@google.com> Hide KeyguardMessageArea if empty

Also removes dead code.

Bug: 20729651
Change-Id: I3a6bee34c5b37fcc304199eb76f31d365c6bb0b4
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
09eb0337b760c74d73a614edfdc7eaa6e083a29f 14-May-2015 Xiyuan Xia <xiyuan@google.com> Clear security message on user input

Bug:20536310
Change-Id: I57c2fda9def7db4908303ce3ac1977563fc4bfdd
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
6e38058908d6e49a241e384cd7023d9ac0927afb 06-May-2015 Xiyuan Xia <xiyuan@google.com> Make PIN/Password/Pattern check async

- Add LockPatternChecker to support async security check;
- Migrate Keyguard UI to use the async check;

Bug: 20697812
Change-Id: I77002a12931feb17cc20923d7c917b3e37f2cd31
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.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/KeyguardPatternView.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/KeyguardPatternView.java
f98f7b969b55fe517eda9cebcd645309badccae8 03-Feb-2015 Andrew Lee <anwlee@google.com> Null-protect attempt to get EmergencyButton.

Not all device layouts, such as for tablets, will have an Emergency
Button, so check for null before attempting to set a callback.

Bug: 18977746
Change-Id: I0e909e71c51f6923edda4707bb25053a5f2de398
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
72b46d429cbab54af962c25ffe087c5f927f7340 30-Jan-2015 Andrew Lee <anwlee@google.com> Reset keyguard/bouncer on "return to call".

+ Add callback, to be invoked when EmergencyButton is clicked when
inside a call.
+ Route callback to the KeyguardViewMediator, to invoke
resetStateLocked() to reset the bouncer.

Bug: 18977746
Change-Id: I4733ccfb6809c4610184a33a28ba38ecf255231f
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
6b88cdfba770efc5722338c240ccaada13d7b0d4 22-Dec-2014 Jorim Jaggi <jjaggi@google.com> Remove dead code #8: Remove old keyguard "bouncer"

Also squashes KeyguardViewBase and KeyguardSimpleHostView into
KeyguardHostView, uses a constant for the user activity timeout
(custom value no longer used).

Change-Id: I919b7d3de1dd1590b20e0f14f0e193ee2b3dc21e
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
8a8941aa1be01fbfca8c4540298cc5de12b6538b 19-Dec-2014 Jorim Jaggi <jjaggi@google.com> Remove dead code #4: Remove unused Keyguard strings

And also remove an unused class.

Change-Id: I50a8a21d99a85cf0d3c301e7b54f434679e1be26
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
525fb7eecf559b2e4609f92662ad5821f8f2b028 10-Dec-2014 Selim Cinek <cinek@google.com> Fixed a bug where the pattern may become invisible

Bug: 18632529
Change-Id: Idd9911b38526d8c4eb5731c45502079092bd6304
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
f9c0e8f02f3483d6aa9e762c97a2c02ea50eeb02 11-Nov-2014 Selim Cinek <cinek@google.com> Added dissapear animation to pattern and pin input

Bug: 18232017
Change-Id: I062d55b0870ccaad6093b672f5076c3f80c10f94
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
68e6fa72f23eadc721d65220f00d542a50fd3da3 05-Sep-2014 Jorim Jaggi <jjaggi@google.com> Remove "forgot pattern" in pattern view

Bug: 17184958
Change-Id: I7ebb35a1b734286ded99352b3fa2b891386c581d
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
fb28c0e129896b17e4906b873bf44eb103ac2a8d 22-Aug-2014 Jorim Jaggi <jjaggi@google.com> Fix invisible security method

Also fixes a bug where notification guts couldn't be launched from
Keyguard.

Bug: 17162095
Change-Id: I50395065e568ca01e837b0540d5edfd8bbd5797a
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
76a1623afc170a13923b68f3256057d8adeb7937 08-Aug-2014 Jorim Jaggi <jjaggi@google.com> Preparations for lockscreen launch animations

- Update unlock animations to new spec to make the consistent with
lockscreen launch animations.
- Introduce disappearing motion for security views which runs before
we actually dismiss Keyguard.
- If a window is running the un-force-hide animation, treat as it
would have the wallpaper flag set so the wallpaper stays until
the animation is completely done.
- Run an animation on the wallpaper if the wallpaper is going away.

Bug: 15991916
Bug: 16234603
Bug: 15326120
Change-Id: I063aa4f269ddcf75b9a705e90f0c3056b541b642
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
98f8530af3bb8636b7b173443c90686c485205d6 07-Aug-2014 Jorim Jaggi <jjaggi@google.com> Animations for Keyguard user switcher.

Bug: 15757197
Change-Id: Ia3fcc0f771cea37fc2d57181d859373c423954a7
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
b690f0d5023fcf144f2701058d5a6f88d66cc97a 03-Jul-2014 Jorim Jaggi <jjaggi@google.com> Clean up user activity handling

- Only call userActivity in down touch event
- Use normal timeout when QS is open
- Clean up old code regarding user activity in Keyguard

Change-Id: I968eeed33fef44def37b68eb1ddc63f1a531ab35
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
6a247199bae1ef4d8e4fa02977e6641bcb9bcde8 04-Jun-2014 Jorim Jaggi <jjaggi@google.com> Fix Keyguard crash when in landscape.

Bug: 15391673
Change-Id: Icb50af358a8478672265a420dd7d500a87fb3fa0
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
3018197cf0dff5a9061f6065a8ecc108a0866dab 30-May-2014 Selim Cinek <cinek@google.com> Implemented the appear animation for the pattern security.

Also refactored AppearAnimationUtils slightly to support this.

Bug: 15163546
Change-Id: I411fad20c410875dcf7bc465ea545ed90aac187e
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
c14f829506a5273e8022b461db2d61038b18ac4b 27-May-2014 Jorim Jaggi <jjaggi@google.com> Skeleton for Keyguard security method appear animations.

Bug: 15163546
Change-Id: Id1c6b4f21b8f182f9d00fb903370de5512eaba1b
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
2e648e1ed2684d134c12c39b896420d6faa0853d 14-May-2014 Jim Miller <jaggies@google.com> Don't clear the pattern when window focus changes.

This is no longer required since we now clear the pattern field
when showing the bouncer.

Fixes bug 14622312

Change-Id: I476bbc95449cd31e56aeac579b3c94f859cd020b
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
5cf17879a31b7b78c09ec50b727f921840dcf783 26-Mar-2014 Jorim Jaggi <jjaggi@google.com> Reuse KeyguardViewMediator for new Keyguard implementation.

This change reuses KeyguardViewMediator for the new Keyguard
implementation in status bar. KeyguardViewManager is replaced by
StatusBarKeyguardManager which handles adding the view, setting the
state etc. StatusBarWindowManager is introduced to managed the window
of the status bar, which has the logic of both the old Keyguard window
and the old status bar window. In the current implementation, Keyguard
gets displayed like it would be in the bouncer state, but that's likely
to change in the future. Also, setHidden in IKeyguardService is also
renamed to setOccluded, as the word hidden interferes with the
terminology when dismissing the Keyguard.

Bug: 13635952
Change-Id: I1c5d5a49d810d8532089f464cb2efe35e577f517
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
7c11f8b4659c3444d5037b756b6e5f45a2ea61a6 10-Mar-2014 Adrian Roos <roosa@google.com> Fix bug that allowed avoiding lockout if too many wrong patterns are entered.

Bug: 13302967
Change-Id: I78404acd700c338e58270471ba307dad9a6884d6
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
7751ff6cd079e59e3c1f2404198774cd371ea69f 15-Jan-2014 Jim Miller <jaggies@google.com> Move majority of security-related logic from KeyguardHostView
to KeyguardSecurityContainer.

This removes and/or simplifies the interface between modules to
allow easier separation of KeyguardSecurityContainer into a stand-alone
component.

Bug 12135931
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.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/KeyguardPatternView.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/KeyguardPatternView.java