History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7f25c759e4f1521a22919712602c0a6507633e7f 15-Jun-2016 Jason Monk <jmonk@google.com> Fix flashlight dim state

Change-Id: I7875d4a0c3733ac2462713d7618d1b7595ea2075
Fixes: 29330406
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
20aef8a2914478a85aa679ec31bf739c7818eb3c 04-May-2016 Julia Reynolds <juliacr@google.com> Quicksettings accessibility.

Bug: 15696340
Change-Id: I6887e2dad4822911d3a1642aaec5703174b57330
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
8d344698a97c5cccc02ddb6a48cdee1d2bed7339 28-Mar-2016 Jason Monk <jmonk@google.com> QS: Toggle flashlight on long click

Bug: 27599572
Change-Id: Ie333a7b5cc63fa8e9536ed705ca997c8a8409d22
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
39c98e652fd3e0e3ea3a334d60ba6ee979985978 16-Mar-2016 Jason Monk <jmonk@google.com> QS edit drag and drop accessibility

Bug: 27667843
Change-Id: Ief0980af25d855942b0565e5a9bfcc0d266bdbe0
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
1aec93f1819369bda9e6cb0bd282419808c304c3 01-Mar-2016 Jason Monk <jmonk@google.com> Fix QS icon animations once and for all

Bug: 27250295
Change-Id: I6449b9cea19acf120dfc02d146fe608da46fe790
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
72d7bc4a09b9774ee59b53875c0e4eab682734cf 29-Feb-2016 Jason Monk <jmonk@google.com> Fix flashlight availability.

Bug: 26981482
Change-Id: I62059b3b7f18520ae8735f3f3557411991bee909
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
611994e01f893b84f14faaa990c710608cb09b47 25-Feb-2016 Jason Monk <jmonk@google.com> Add unavailable state to the flashlight icon

Bug: 26851684
Change-Id: I08c438aaef3e5f0731fbd1b5fef79c87c75d3022
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
76c67aa361f65dfb2f5e03d06cc1ccebce9cecd9 19-Feb-2016 Jason Monk <jmonk@google.com> Add QS long-press -> Settings

Bug: 27269699
Change-Id: I861cb65dbb6609d9c95d5341f5f5aebc3cc519f3
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
62b63a02d7ca630e3ad39991ea6550cab57e5d22 02-Feb-2016 Jason Monk <jmonk@google.com> Rewrite QS customizer

Instead of custom draginess, use RecyclerView with a GridLayoutManager.

Still needs a bit of work, but the overall feel is significantly better
than before.

Change-Id: I3b3927472f69721e265ef7591de2f3052862f392
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
f6e9228b8a97603d3ceb8f0d61e8d87cf19bd21f 27-Jan-2016 Chris Wren <cwren@android.com> move framework metrics over to new proto

Change-Id: Ie46e946dc787350c15c10aa4385a6b7df7e181a8
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
66239fbdfce1586555b339854b8a21f8187e805f 21-Dec-2015 Jason Monk <jmonk@google.com> Remove UserBoolean

Animate when the view is visible because its much simpler

Change-Id: I18598faae643124ad014f77a2e8a9229ccb726ce
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
ba2318eff373a729f9768b146350a001dd22e4c5 08-Dec-2015 Jason Monk <jmonk@google.com> Remove visibility from tiles, make them always visible

Some tiles are statically not available on boot, etc.
based on hardware availability or settings, but most
are just always visible.

Change-Id: Ib1a45ef5b029fe710f9957cb997496dcb14f5875
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
3266f6123056bf74490186e42f850b30026a5cb9 31-Jul-2015 Jason Monk <jmonk@google.com> QS: Allow Flashlight Tile to handle reset state

Bug: 22815987
Change-Id: I3c22760c546c5407495e1e8f09dc402a56817f9d
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
9128b1e2415a251d4cf197a9cd9833285275bb71 04-Jun-2015 Jason Monk <jmonk@google.com> Fix Flashlight tile animation

Don't refresh the state if its not different.
(This way setAllowAnimation won't get called when it shouldn't)

Bug: 21335624
Change-Id: Id6f8961b32d12141db5ac0bb847e4751b8a159b8
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
9e7283f6a31bc2beb75c84c6173968a46582c563 08-May-2015 Chris Wren <cwren@android.com> log more settings actions

airplane: quick and slow settings
bluetooth: quick and slow settings
cellular data: quick and slow settings
dnd: quick and slow settings
wifi: quick settings (slow already done)
cast: quick settings
user: quick settings

include state of the toggle in the action log

Back away slowly from the over-generalization of logging
around handleClick, the semantics of mState are particular
to the individual tiles.

Bug: 20264417
Change-Id: I4cecbd3361af64d08de9fb41b8dca210a8086a80
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
457a21cdeac04565a0c40ad8c43a928c1182ddd1 06-May-2015 Chris Wren <cwren@android.com> add logging to quick settings tiles

QS Grid visibility
Tiles that are visibile in the grid
Taps on tiles
Detail visibility for DND, Users, and Data

Bug: 20264417
Change-Id: I95e65484a9be0a53a071bc12ce8195120582621e
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
fab0d814d2ae476c0a2c2cb174ee77c00859f207 10-Mar-2015 Adrian Roos <roosa@google.com> Use Flashlight API in quick settings

Bug: 19627408
Change-Id: I23192c7b8c7e8d52e8ddd71f20d2140152f88d3a
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
c6df3cf273a6464005699796d148be0bfdf9e8c3 05-Nov-2014 John Spurlock <jspurlock@google.com> QS: Toggle tile icon animations.

- New location tile icon animation.
- New flashlight tile icon animation.
- New airplane-mode tile icon animation.
- New color inversion tile icon animation.
- Remove obsolete static icons.

Bug: 17426910
Change-Id: I51c98979afd46f4cdfc2fd383e80d7bf13c5eeab
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
2d695813b44690ca146f95939acb00f0c14dac29 30-Oct-2014 John Spurlock <jspurlock@google.com> QS: New rotation-lock tile icon, using AVDs.

Also:
- Better icon change detection, unify tile.icon vs tile.iconId.
- Fix regression in touch feedback by fixing a11y string calculation.

Bug: 17426910
Change-Id: I14772f4e9b3be127bc39106ae9146ed46488fa48
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
4fda7b2d97c77c64bac0b44dc7a44597ad2c48b0 18-Aug-2014 Selim Cinek <cinek@google.com> Announcing quick settings changes now via talkback

All tiles now report when their state changes due
to a user clicking on it. Also cleaned up some accessibility
strings.

Bug: 15682239
Change-Id: Ide97fb97a0253618db206562573dadd0036dab45
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.java
bceed060f0090a4f86418c4515128d5ec8ebdd4a 11-Aug-2014 John Spurlock <jspurlock@google.com> QS: Fix some QS layout issues.

- Make the tile list configurable for testing.
- Support an external tile backed by a sticky broadcast intent.
- Ensure tiles clean up properly when no longer needed.

Bug:16818269
Bug:16822505
Change-Id: Ie24f878aae0d19c7f1feca4c519d10667023bef3
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.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/qs/tiles/FlashlightTile.java
2649f6b22a2dbaed6faea4aba25020bd55a14c18 27-Jul-2014 Guang Zhu <guangzhu@google.com> disable flashlight for monkey tests

Change-Id: I81f459d41a780712f4c02e7ac7c0b51312e404be
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/FlashlightTile.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/qs/tiles/FlashlightTile.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/qs/tiles/FlashlightTile.java