History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/car/CarQSFooter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8a3e23ce6361b1c94fc99e98377a41551366029f 17-Apr-2018 Amin Shaikh <ashaikh@google.com> Allow QS expansion in switch access mode.

Change-Id: I90ffc96f3bbbc8e5cad1509cc8d7b4028ff3fe04
Fixes: 78129194
Test: manually
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/car/CarQSFooter.java
d8bf249a5dea77b5e5d2ca0ab421a3e58b947c7d 30-Mar-2018 Aarthi Balachander <aarthibc@google.com> UI modifications for user picker
Test: tested on Mojave
bug: 75023449

Change-Id: Ia991ca9ed9424d0008ca2328f28c0900e8d5653a
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/car/CarQSFooter.java
715bdbcd424af1adc3f27b613951bb97970825bd 10-Oct-2017 Bryan Eyler <bryaneyler@google.com> Add pagination dots and fix animation of user switcher.

- Adds pagination dots to user switcher dropdown.
- Adds device name text view for when devices are associated with users.
- Fixes the layout of the user grid to handle changing height for
proper animation.

Bug: 65423882
Tested on Mojave with longer animation times to ensure correctness.

Change-Id: I54ae5cc93f9caa9d6c4a5c2c7e9e2488a6257001
(cherry picked from commit 0de35b5386ad7e00f13a7611fce36ca990b201e0)
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/car/CarQSFooter.java
cade22539536823695e4b75f77dcb54ecce72ba2 01-Sep-2017 Bryan Eyler <bryaneyler@google.com> Add username beside user switch.

In car QS footer, show the username beside the user avatar/switch
button.

Bug: 63593747
Tested on Mojave

Change-Id: I62387b75951235350ee6d9326eba281374ebea69
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/car/CarQSFooter.java
2ff95846dae60c6c4ddffa3ce5a34687d9f88d3b 09-Aug-2017 Bryan Eyler <bryaneyler@google.com> Add user selection to car status bar and animate.

Adds the UserGridView to the car status bar and adds an animation when
expanding/hiding.

Bug: 63593747
Tested on Mojave with the fullscreen user switcher and status bar.

Change-Id: If6ddbd4da896c5eb661393dcc35ab299361754e9
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/car/CarQSFooter.java
54daefe3aa8dcdee149ce95fd4f8ecf60632c9f1 08-Apr-2017 Anthony Chen <ajchen@google.com> Use custom QS fragment for auto use-case.

Use a custom QS fragment if the UI mode is car. This fragment disables
the quick settings row and expansion. Remove the config options that
used to have disabled this in the phone QSFragment.

To accomplish this, introduce a new QSFooter interface. The old
QSFooter.java now implements this.

Test: boot on phone and Android Auto headunit
Bug: 33210494
Change-Id: I5accc2d27d6725380ca5e271d332a03991c9419b
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/car/CarQSFooter.java