summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard/src/com/android/keyguard/KeyguardSimpleHostView.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead code #8: Remove old keyguard "bouncer"Jorim Jaggi2015-01-071-84/+0
| | | | | | | | Also squashes KeyguardViewBase and KeyguardSimpleHostView into KeyguardHostView, uses a constant for the user activity timeout (custom value no longer used). Change-Id: I919b7d3de1dd1590b20e0f14f0e193ee2b3dc21e
* Play "device trusted" sound when onTrustInitiatedByUser firesAdrian Roos2014-08-181-1/+1
| | | | | Bug: 16840500 Change-Id: I73fbe5c2cff665ccb637abb9039d57f377d9df53
* Dismiss bouncer when onTrustInitiatedByUser firesAdrian Roos2014-08-131-0/+12
| | | | | | | | Also modifies the SampleTrustAgent to allow testing of the feature and adds the initiatedByUser flag to the dumpsys output. Bug: 16840500 Change-Id: I4c08ddcdcbd0ab02c694a1873f73cb9a250f98d7
* Update security method after switching userAdrian Roos2014-06-101-0/+7
| | | | | Bug: 15445037 Change-Id: If296dd3ab6510c335aba7ffdce5cdd923ceada6b
* Do not destroy the security method when pressing back.Jorim Jaggi2014-05-261-1/+1
| | | | | | | Fixes jank when the user wants to unlock it next time. Bug: 15088101 Change-Id: If7bc3d92d0f17abb5077b4c06248f368acb2879f
* Reuse KeyguardViewMediator for new Keyguard implementation.Jorim Jaggi2014-03-311-5/+0
| | | | | | | | | | | | | | | | 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
* Fix problem where input wasn't being requestedJim Miller2014-02-061-0/+16
| | | | | | | | | | | 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
* Add KeyguardSimpleHostView and make it the defaultJim Miller2014-02-061-3/+27
| | | | | | | | | | 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
* Move launch, verification and menu logic to base classJim Miller2014-02-061-0/+30
- Add simplified KeyguardHostView - Move common functions to KeyguardViewBase.java - Create new KeyguardSimpleHostView class for simplified view implementation. Bug 12135931 Change-Id: I8d6b0a61c36a0c7ceb87da4da54b1dfbed0054ff