History log of /frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/GlifStyleTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
15d9037e89d502c7deb9cbf81c0407d433a5706b 09-Mar-2018 Maurice Lam <yukl@google.com> Add touch feedback to tertiary buttons

Test: Manual, updated `./gradlew test`
Bug: 29574531
Change-Id: I1db6beb3bd4d6c4ab34e7dfeab79ed8976756332
(cherry picked from commit fc01f70b288135f0c4654a4c16a023f6fd52ebd0)
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/GlifStyleTest.java
37ba83338aa29464357f4a03df8c7b4038d932e7 14-Dec-2017 Maurice Lam <yukl@google.com> Merge "Revert "Revert "Changes needed to upgrade to new gradle version"""
66815fe66392bcbb12e2fc93bbf326a5c2d8782f 13-Dec-2017 Maurice Lam <yukl@google.com> Revert "Revert "Changes needed to upgrade to new gradle version""

This reverts commit 46216d0e61318e7af168e9e903ef8d943bb49b2e.

Reason for revert: Roll forward
- Added ag/3351790 to the topic

Change-Id: I64990e558d3f77165ab3fe89006a02225b712257
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/GlifStyleTest.java
8f8401475a27d1a6a54ec8fbc12fea6f53a9bac7 13-Dec-2017 Colin Cross <ccross@android.com> Merge "Revert "Changes needed to upgrade to new gradle version""
46216d0e61318e7af168e9e903ef8d943bb49b2e 13-Dec-2017 Colin Cross <ccross@android.com> Revert "Changes needed to upgrade to new gradle version"

This reverts commit ba1332d1b4dd525a2ef313246482708cb2016052.

Reason for revert: Broke taimen builds in master

Change-Id: Iffffadbacae8c6c69907dcecc447f958cf6ce909
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/GlifStyleTest.java
f01f59b6a425b411b5d50c41c85da4842f443e1f 13-Dec-2017 TreeHugger Robot <treehugger-gerrit@google.com> Merge "Changes needed to upgrade to new gradle version"
ceea5ff728985c6a43c7c6de61ed2b7f530db483 05-Dec-2017 Maurice Lam <yukl@google.com> Implement new XL Progress bar

For screens without much content, the new style is to use an extra
large progress bar (same size as illustration).

Bug: 63074068
Test: ./gradlew test
Change-Id: If139e8eeb555cc684ce43a91524ad2da00b7dc93
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/GlifStyleTest.java
ba1332d1b4dd525a2ef313246482708cb2016052 06-Dec-2017 Maurice Lam <yukl@google.com> Changes needed to upgrade to new gradle version

- Add ignore for various lint errors that is introduced in the lint
update
- Remove GLIF Pixel themes as they are unused and causing lint errors
- Add flavor dimension "compat" as it is now required
- Replace *Compile with *Implementation in the gradle files, as
needed by the newer Gradle version
- Use build tools 27.0.0 to avoid the Gradle warning
- Use new Robolectric configuration mechanism and removed our old
hack, per http://robolectric.org/getting-started/

Reference: https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html

Test: Existing tests pass
Bug: 70287447
Change-Id: I505476ae3695cd06349766c5e6280299f779f272
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/GlifStyleTest.java
c072bc26cd2709a2cfcdeb36e3c45c35fdaaf01b 04-Aug-2017 Maurice Lam <yukl@google.com> Set status bar color to transparent in "platform"

So that the status bar background drawn by GlifLayout is visible.

Test: ./gradlew test
Bug: 64126435
Change-Id: If089091a08ab80cddc2514e1e929a771f3371373
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/GlifStyleTest.java
4ed1ae46ef6bb3740b8dae7d307c1fd3d136f7dc 02-Mar-2017 Maurice Lam <yukl@google.com> Add SuwGlifButton.Tertiary style

The style is designed to be used by clients directly in the content
area, as "link buttons", where there is no touch feedback on the
button.

Test: ./gradlew test
Bug: 35447970
Change-Id: I07593bc850cbdad9b82856b86226d63e77f26513
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/GlifStyleTest.java