History log of /packages/apps/Car/Settings/src/com/android/car/settings/display/BrightnessLineItem.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cfcd027ec6ded6dbb8c73d62f87bb1ce91355fde 10-Apr-2018 Lujiang Xue <rogerxue@google.com> DO NOT MERGE

refactor settings brightness page to use support lib

Bug: 70848861

Test: manual
Change-Id: I445442fa4e40bcbe69fbbf8ba9992bd69f5422c1
/packages/apps/Car/Settings/src/com/android/car/settings/display/BrightnessLineItem.java
4f12d9289b1944f56e85905e29a651d15e4910f9 11-May-2018 Rodrigo Lagos <rlagos@google.com> DO NOT MERGE Move to use Logger for loggin

Move to use Logger so that we can enable logging for all settings at
once. Also get isLoggable enabled for all messages.

Bug: 77475726
Test: ran tests and deployed app and tested
Change-Id: I187fc9b8393afc0a1b6bdf44d1ef2106a1cd88bc
/packages/apps/Car/Settings/src/com/android/car/settings/display/BrightnessLineItem.java
7f6b216e1fe071edd6131b9fe1c44e848aac58a4 31-Jan-2018 Hongwei Wang <hwwang@google.com> Listens for volume change and updates UI

Bug: 72746096
Test: Tested w/ Car Settings App on emulator

Change-Id: I76fe285c36ef0ca5aec8293962f6e5116bf40908
/packages/apps/Car/Settings/src/com/android/car/settings/display/BrightnessLineItem.java
0daa919c2d8abd1281799a4eb005933e7f26cf41 06-Dec-2017 Lujiang Xue <rogerxue@google.com> prototyping Quick setting, UI is not up to any spec

Bug: 69064291
Test: make,flash

Change-Id: I35a1dedb7be8fc7565b0ce1e6db66c8a9e948045
/packages/apps/Car/Settings/src/com/android/car/settings/display/BrightnessLineItem.java
cf8cef513d7561ed8832c57a7a705ce298c4f8a5 18-Sep-2017 kevinjm <kevinjm@google.com> Converting Settings to use the car-list lib

Now instead of holding TypedPagedListAdapter and its main LineItems
internally, Settings has a dependency on car-list and it pulls from a
more generalized version of that there. The only main change to the
LineItems themselves is a universalized onClick(View view) that was
added to the base LineItem class called on the view being clicked. One
new line item was added in SimpleIconTransitionLineItem which takes the
too specific behavior from SimpleIconLineItem and moves it out into
itself.

--Amend: Changed the AutoBrightnessLineItem test to use the new onClick
interface. Still failing one of the tests that it was before but that's
out of the scope of this CL.

Bug: 65851280
Test: No changes in behavior, same tests as before
Change-Id: I84eb38307ec7689d2afe3db3078afd2512916a17
/packages/apps/Car/Settings/src/com/android/car/settings/display/BrightnessLineItem.java
ddb7544cfc9f5263d719c9d2760451e9316d3bde 29-Mar-2017 roger xue <rogerxue@google.com> - refactor application setting to use paged list view
- refactor sound setting to use paged list view
- removed unused UI classes
- ui changes according to spec

Test: manually verified
Change-Id: Iace0f88ed627621682d0e6c0cb0c07badc466076
/packages/apps/Car/Settings/src/com/android/car/settings/display/BrightnessLineItem.java
d91964dd49bc0e6a49ff43fb99c70ad2eca6dadd 03-Mar-2017 roger xue <rogerxue@google.com> refactor display setting so it use the same paged list pattern as the rest

Test: make RunCarSettingsRoboTests -j96
Change-Id: I95c8762a8c246a72b09d76138b61a2cbacd9d8ba
/packages/apps/Car/Settings/src/com/android/car/settings/display/BrightnessLineItem.java