History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fa81d2126aae262a60b194877daadfb9ed1d50da 27-Oct-2014 Adrian Roos <roosa@google.com> Fix NPE in FlashlightController

Bug: 18007548
Change-Id: Iecd1303feeb8062741752862312043ecd75cebbe
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java
fd887436bd111e4d2c7307578a51b5070025b7f2 04-Sep-2014 Eino-Ville Talvala <etalvala@google.com> Camera2: Final API revisions

- Rename listeners to callbacks. Listeners are single-method and are interfaces,
while callbacks are abstract may get more methods in the future.
- Use register/unregister for registering callbacks, not add/remove.

Bug: 17389922
Change-Id: Ic6b46ad79cb43a43a85e2a4b63f059d3af99798b
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java
034a6c9667b41506b0f6fa94617037717d7a9cd6 05-Aug-2014 Adrian Roos <roosa@google.com> QS: Enable availability listener for flashlight

Enables the availability listener now that the
underlying framwork is stable.

Bug: 16483222
Change-Id: I586a43941ade1ee8a8f3cb1a087e5356539703c1
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java
553b48b50a8e46b5d2807731cc54573562d922d7 25-Jul-2014 John Spurlock <jspurlock@google.com> QS: Handle all camera api exceptions during init.

Temporary workaround to unblock certain devices.

Bug:16547333
Change-Id: I80d8ec609e5c32b9db290576c5ec791ad915c45c
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java
1e1d6ac5412e542e857eaa317cfd1dafd000da0d 22-Jul-2014 Adrian Roos <roosa@google.com> Kill flashlight when launching the camera from lockscreen

Bug: 16357300
Change-Id: I6838ac405bb30047b076c8acb98bd124e8d00fd6
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java
930aaa717eee0f5a578ba2cf68da95e725914609 22-Jul-2014 Adrian Roos <roosa@google.com> QS: Hide flashlight tile if camera is busy

Currently behind a flag because the camera API for this not working
correctly yet.

Bug: 16357300
Change-Id: Ib10a2eafb1323fd611f38db03a2e0b4d7aa67db0
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java
b83777ba5c12295224cd566bba59a44b8860e449 30-Jun-2014 Adrian Roos <roosa@google.com> Add flashlight to quick settings

Bug: 15934851

Change-Id: I86f61fa11fe64e76adb032391ce7e7170f59549d
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java