summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard/src/com/android/keyguard/KeyguardActivityLauncher.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead code #1: Remove unused Keyguard classesJorim Jaggi2015-01-071-288/+0
| | | | Change-Id: I08327dd23072b4e793be40635f105ce0aa5f6f6f
* Add sample profiling option to am.Jeff Hao2014-08-261-2/+1
| | | | | | | Also bundles all profiling options into a class. Bug: 17040932 Change-Id: I85d675ee1494bdc7308caffdf94145d27c996e9d
* Lockscreen launch animationsJorim Jaggi2014-08-121-2/+3
| | | | | | | | | | | | | | | | | | | - Get rid of ActivityManager.dismissKeyguardOnNextActivity, which was used for two different things: Dismiss keyguard from somewhere else (not really necessary anymore), wait to actually dismiss keyguard after the window behind is drawn. Instead, introduce keyguardWaitingForActivityDrawn(), and change the semantics where necessary. - Make wallpaper_close_enter consistent with task_open_enter and the Keyguard launch animation. - Close the panel even on lockscreen when launching a notification. - Block notification shade updates during the collapsing motion so notification don't play the disappear animation immediately after having launched a notification. Bug: 15991916 Change-Id: I133c177b84e926c87c1a404ba93d633593fec3ab
* am 46842d94: Make Keyguard trust awareAdrian Roos2014-03-311-6/+14
|\ | | | | | | | | * commit '46842d946d1777c22f05e6bb96933c1b5cbd00d4': Make Keyguard trust aware
| * Make Keyguard trust awareAdrian Roos2014-03-311-6/+14
| | | | | | | | | | Bug: 13723878 Change-Id: If1f54de4112a120848df72192b82e35b341e8ed3
* | Reuse KeyguardViewMediator for new Keyguard implementation.Jorim Jaggi2014-03-311-1/+1
|/ | | | | | | | | | | | | | | | 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
* Move majority of security-related logic from KeyguardHostViewJim Miller2014-01-271-5/+6
| | | | | | | | | | to KeyguardSecurityContainer. This removes and/or simplifies the interface between modules to allow easier separation of KeyguardSecurityContainer into a stand-alone component. Bug 12135931
* Disable face unlock when returning from camera.Ruben Brunk2013-11-061-0/+5
| | | | | | | | | Bug: 11063890 - Workaround for bug 11063890. Avoids the acquire/release race when resuming face unlock while pausing the camera widget. Change-Id: I0a58f3a07f346da72ea55772242b4f9c54537235
* Move keyguard to its own process.Jim Miller2013-02-271-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Move keyguard source and resources into new packageJim Miller2013-02-271-0/+273
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