History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSTileBaseView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f07f1700e234a106c011becc305a15f4dba7e38a 27-Jun-2016 Min Yun <min.yun@lge.com> Quick settings icons have focus

To have focus in quick setting icons,
add focusable

Fixes: 29769508
Change-Id: I1b10203d60614a7b94274da046dac69a7ed5b80a
Signed-off-by: Sungyoung An <sungyong.an@lge.com>
Signed-off-by: Min Yun <min.yun@lge.com>
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSTileBaseView.java
d8834773ebbc139df0052484af8129c240e1b3ac 27-May-2016 Julia Reynolds <juliacr@google.com> Announce upcoming tile state on click.

Change-Id: Ib804b5db13bbee07c6d45e8aa077cac60e28efb2
Fixes: 28964765
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSTileBaseView.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/QSTileBaseView.java
c3081179d8961a291c47c05f52b63c134284cd4d 09-Apr-2016 Jorim Jaggi <jjaggi@google.com> Fix some jank in quick settings

- Don't use layers for tiles - that leads to jank and it's not used.
- Force the ripple for the expand button in software, so we don't
get scheduling issues with RenderThread.

Bug: 28095199
Change-Id: Ie46a0d54850d7eec1bd5412be8d4a8f0ff4b91d6
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSTileBaseView.java
bbcdab6f012d9d8043e35af8771fb9cc8a66645c 01-Mar-2016 Jason Monk <jmonk@google.com> Merge "Fix difference in icon size for quick QS" into nyc-dev
ec87a878d340500be05be3ff622b06f66eae8a96 01-Mar-2016 Jason Monk <jmonk@google.com> Fix difference in icon size for quick QS

Bug: 27371482
Change-Id: I7c1316bf3b3ff6dfde0a92a6c8b9599c2f203503
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSTileBaseView.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/QSTileBaseView.java
865a4ee0cddedc8ef11f8370390e197e9ae95067 20-Feb-2016 Jason Monk <jmonk@google.com> Merge changes Icb8e2097,I9a2a16f9 into nyc-dev

* changes:
Optimization for TouchAnimator
QS Animations - first pass, still not spec
162011ebe8015f44d4d9ced519297a7cfb087af2 19-Feb-2016 Jason Monk <jmonk@google.com> QS Animations - first pass, still not spec

Bug: 27201532

Change-Id: I9a2a16f9d769db1f40ae733ad55a07ede4780698
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSTileBaseView.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/QSTileBaseView.java
c0d7058b14c24cd07912f5629c26b39b7b4673d5 29-Jan-2016 Winson <winsonc@google.com> Referencing static interpolators.

Change-Id: I5d2292016e869ed533f5873e373a1eccce651fc5
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSTileBaseView.java
dc35dcb14a8b6c4f221fccafffa5ca603894dbaa 04-Dec-2015 Jason Monk <jmonk@google.com> Working towards a better QS

Some work (mostly on the new QS only) to make things more like they
will be.

- Remove Quick Tiles
- Remove Dual Tiles
- All tiles are the same, with slightly different UI in the header
- QS tiles in the header match the beginning of QS
- handleClick is a click from QS, handleSecondaryClick is a click
from the header, but defaults to normal behavior.
- Opening a detail panel from the header opens QS and the detail
selected
- Fix onStartListening bug in CustomTile
- UI updates towards how QS will look

Change-Id: Id820586ccdaa258a5bcb72cadbeb14941fc5f935
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSTileBaseView.java
c133d26b3897811e9f567d787bff8eafb364f3e3 27-Oct-2015 Jason Monk <jmonk@google.com> Some header layout cleanup and alignment

Change-Id: I3fec1708fb410f8f2f75af39b73646d97a39ff34
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/QSTileBaseView.java