History log of /frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSimpleHostView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
49e057d7eedb44f5397781254acab4e0ef08a9cf 13-Aug-2014 Adrian Roos <roosa@google.com> Play "device trusted" sound when onTrustInitiatedByUser fires

Bug: 16840500
Change-Id: I73fbe5c2cff665ccb637abb9039d57f377d9df53
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSimpleHostView.java
2bb8bfd1e85c8359412159fde57dd5722f5be58c 13-Aug-2014 Adrian Roos <roosa@google.com> Dismiss bouncer when onTrustInitiatedByUser fires

Also modifies the SampleTrustAgent to allow testing of the feature
and adds the initiatedByUser flag to the dumpsys output.

Bug: 16840500
Change-Id: I4c08ddcdcbd0ab02c694a1873f73cb9a250f98d7
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSimpleHostView.java
c42d33004dace5155b36a5c2e9468dbbe343af66 10-Jun-2014 Adrian Roos <roosa@google.com> Update security method after switching user

Bug: 15445037
Change-Id: If296dd3ab6510c335aba7ffdce5cdd923ceada6b
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSimpleHostView.java
a0be6d53a823f8115d3863773398d640ec2a8c44 26-May-2014 Jorim Jaggi <jjaggi@google.com> Do not destroy the security method when pressing back.

Fixes jank when the user wants to unlock it next time.

Bug: 15088101
Change-Id: If7bc3d92d0f17abb5077b4c06248f368acb2879f
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSimpleHostView.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/KeyguardSimpleHostView.java
ba7d94b8f3c41fd5b933b185e7463a56589e04d2 06-Feb-2014 Jim Miller <jaggies@google.com> Fix problem where input wasn't being requested

This fixes a bug where input wasn't being enabled when the security
method changed. The solution is to propagate changes back to the parent

Add missing copyright header to simplified keyguard view.

Bugs 12135931, 12879769

Change-Id: I0fc6cf8ef3b628c96a045797a5b9cdecd3a1007a
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSimpleHostView.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/KeyguardSimpleHostView.java
3eb4971b679464e206cb666de1cf0e5a538c8d7d 29-Jan-2014 Jim Miller <jaggies@google.com> Move launch, verification and menu logic to base class
- Add simplified KeyguardHostView
- Move common functions to KeyguardViewBase.java
- Create new KeyguardSimpleHostView class for simplified view
implementation.

Bug 12135931

Change-Id: I8d6b0a61c36a0c7ceb87da4da54b1dfbed0054ff
/frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardSimpleHostView.java