History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardTouchDelegate.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fe5fffd33bffc5646dd83ee535e46f9659aa44d5 11-Apr-2014 Jorim Jaggi <jjaggi@google.com> Fix incoming phone calls on lockscreen.

Change-Id: I5a142fb51052c48bd4db76a1be2abf5584668d0e
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardTouchDelegate.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/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardTouchDelegate.java
dfc63190647cf46ddb1505b97f9175a7346ce494 13-Jan-2014 John Spurlock <jspurlock@google.com> Remove only com.google reference from SystemUI.

Change-Id: Ie02bf3662307fa1ea3c68b908a7856fbf0482bb7
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardTouchDelegate.java
5b0acf0d7d0bcbf4a4d6bf7c3cfed4fd9095398f 10-Jan-2014 Adrian Roos <roosa@google.com> Hide camera icon in navbar when disabled by DPM.

Hides the camera icon in the keyguard more reliably if the device policy disables it.

Bug: 11655611
Change-Id: Ic66f41b6703bf2028edc269cf10f9c167a22081d
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardTouchDelegate.java
6090995951c6e2e4dcf38102f01793f8a94166e1 19-Nov-2013 John Spurlock <jspurlock@google.com> Remove unused imports from frameworks/base.

Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardTouchDelegate.java
a999d463c1f72fc7d9fcb21e850b78ec77793730 30-Oct-2013 Jim Miller <jaggies@google.com> Remove deprecated API calls to KeyguardManager from statusbar

Fixes bug 11448304

Change-Id: I3049a20d9320af0425d7a8f08d5aa208e470e292
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardTouchDelegate.java
6c9df5054a25f179ea7359a1a5e59e7d5d8da122 20-Sep-2013 Jim Miller <jaggies@google.com> Fix permissions on WindowManagerService.showAssistant()

Since binder call permissions are not transitive by design,
the proper way to fix this is to have the call talk directly
to keyguard from the navigation bar.

Fixes bug 9409008

Change-Id: Ibd90a79bb638c969b514455a2ad93c6ff668222d
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardTouchDelegate.java
138f25d75665bd07d34294364c5b6f530b33503f 25-Sep-2013 Jim Miller <jaggies@google.com> Accessibility improvements in keyguard
- add accessibility descriptions to camera and search light
- add new onClick handler to simplify launching search and camera
- plumb camera launch through KeyguardService interface

Fixes bug 10914360

Change-Id: Ic85eda9afadba7381be78b477180f7204030cd17
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardTouchDelegate.java
caf24fc2c4bb9747eb80138bf3ce0be067851749 11-Sep-2013 Jim Miller <jaggies@google.com> Add camera affordance to navigation bar on phones

This adds a camera button on phones that can be used to show
and launch the camera.

- Minor refactoring of touch event dispatch in PagedView.
- Disables usability hints when keyguard loads.
- Only add a touch handler for camera icon once during layout.
- Update after review.
- Updated with latest UX camera and camera background assets

Change-Id: I09cd5cb0e501fd0f4659bea96d00c92b07f805c4
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardTouchDelegate.java