History log of /frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/GlifLayoutTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
af3208e2c321905c04aea593a6ed3064908b37ef 08-May-2017 Maurice Lam <yukl@google.com> Add footer stubs to blank template

Test: ./gradlew test
Bug: 38043070
Change-Id: I91aae8667f1eef37f8c3cccb879871afefb90823
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/GlifLayoutTest.java
48c121912f865be865e564a4d0a899988a100d37 07-Mar-2017 Maurice Lam <yukl@google.com> Add suwFooter attribute to GlifLayout

Add the suwFooter attribute so custom footer layouts can be easily
added, in conjunction with <aapt:attr> tag.

Test: ./gradlew connectedAndroidTest test
Bug: 36009807
Change-Id: Id7d937486451e34bdc30775a0f5f3dfcde47598f
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/GlifLayoutTest.java
39056e5dc4b068745c2d9be69e5cd0c008bdc117 03-Mar-2017 Maurice Lam <yukl@google.com> Make status bar white on GLIF pixel theme

Add attributes suwBackgroundBaseColor and suwBackgroundPatterned to
GlifLayout, which allows the GLIF Pixel theme to display a solid
off-white status bar background instead of the pattern in regular
GLIF.

Test: ./gradlew connectedAndroidTest test
Bug: 35446596
Change-Id: Icbf3608882367ce00188fd124df5d2ba0de00864
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/GlifLayoutTest.java
fca3ee628d9d5c1c1109f3df6e02cdd31c57c000 22-Feb-2017 Maurice Lam <yukl@google.com> Fix GLIF pattern for versions < L

For versions < L, setGlifPatternColor should still change the
background drawable, since they are visible on tablets.

Replaced the v21 specific attrs with attribute references in the
themes, removing the need for a separate version attrs.xml.

Moved GlifLayoutTest that doesn't require test XMLs to Robolectric,
so make SDK version testing easier. Robolectric on gradle doesn't
seem to have a good way to include test XMLs, so tests for XML
inflation are kept as instrumentation tests.

Test: ./gradlew connectedAndroidTest test
Change-Id: I36b3765848e462ee920c563a6fa335a0e67dd471
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/GlifLayoutTest.java