History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/CustomizeTileView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5df1a75ec83fc5ffd0265421c711822194df0ce0 03-Apr-2018 Amin Shaikh <ashaikh@google.com> Dejank QS edit screen.

Do not show any tile animations on the QS edit screen.

Change-Id: I7cd409c859da0b4606a54d1308f85c01d92baff9
Fixes: 72086633
Test: visual
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/CustomizeTileView.java
f725047ad1da5bead9f692ff5d0f6a9e9c6d904c 21-Mar-2018 Amin Shaikh <ashaikh@google.com> QS edit mode fixes.

- Remove secondary text for system tiles
- Show app name as secondary text for app tiles
- Fix left side cutoff

Change-Id: I010995c8fc42eb8b77360ade4830049e494c129a
Fixes: 74983414
Test: visual
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/CustomizeTileView.java
607223f3b7a1c4dc3ac995f742f8d2da50d85ffc 19-Feb-2018 Narayan Kamath <narayan@google.com> Remove uses of libcore.util.Objects.hashCode / equals.

Use public API in java.util.Objects instead.

Test: make
Change-Id: I413280f254743a2efa2640a2194693aeb5980605
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/CustomizeTileView.java
6f7705666643156ad6cbe987b8263299f0b4693a 17-Mar-2017 Jason Monk <jmonk@google.com> Fix up QS edit UI

Turns out QS Edit mode didn't like the changes to dual target tiles.
Clean this up a bit.

Test: visual
Change-Id: I158fe8dba6729de102cfc592314ec483a969417d
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/CustomizeTileView.java
702e2ebf9fbfb715c1d9b716683c9e4d182b575e 03-Mar-2017 Jason Monk <jmonk@google.com> Add plugin API for individual QS tiles

This will allow prototyping of individual QS tiles and/or their
visual representation without having to write a plugin for the
entire panel. This will allow quick iteration on QS UI + dual
target tiles.

Test: Install plugin using new API
Change-Id: I05ca9d9f5a200a1dad2c3582251a36edb5cb9aba
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/CustomizeTileView.java
b6650bf02d0926f5bc056a00350d928d483ad265 02-Jun-2016 Jorim Jaggi <jjaggi@google.com> Also update setMinLines

If we switch to single-line, the min lines property gets overriden
so we need to manually call setMinLines to reset the state to the
initial state.

Change-Id: I1b47a093981045c2c0d176c831e37f8e9431ae1c
Fixes: 29056442
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/CustomizeTileView.java
0b349adcd8ad85621fd2bd7fc9fc6f878a4b92d8 04-Apr-2016 Jason Monk <jmonk@google.com> Add app attribution to QS editing

Add a divider between where system tiles and custom tiles are and
add their app label to them as well.

Change-Id: I8890a7fee54e4c5340bbe95c6e100c58f81ee5c3
Fixes: 27874624
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/CustomizeTileView.java