• Home
  • History
  • Annotate
  • only in /frameworks/opt/setupwizard/library/gingerbread/test/robotest/src/com/android/
History log of /frameworks/opt/setupwizard/library/gingerbread/test/robotest/src/com/android/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a65273f3bdf0527b101e51b6c5fba0ff51585831 10-May-2018 Maurice Lam <yukl@google.com> Fix SwitchItem clip

Test: ./gradlew test
Bug: 79175394
Change-Id: I3b0824e770b4c0470fc949d0d58f63dec54d7e12
(cherry picked from commit 2c20d03bbd0cb0ad835853f93a00cd509e982836)
etupwizardlib/items/SwitchItemTest.java
b3617935a276aab4c72c11da340a1096d96225d7 20-Feb-2018 Maurice Lam <yukl@google.com> Set CheckableLinearLayout to focusable

So that the layout can be expanded using keyboard navigation.

Test: ./gradlew test
Bug: 72835973
Change-Id: I4fb22e0579c73cb423d52354a5887b13cc1ea77d
etupwizardlib/items/ExpandableSwitchItemTest.java
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
etupwizardlib/items/ExpandableSwitchItemTest.java
etupwizardlib/items/SwitchItemTest.java
etupwizardlib/util/DimensionConsistencyTest.java
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
etupwizardlib/items/ExpandableSwitchItemTest.java
etupwizardlib/items/SwitchItemTest.java
etupwizardlib/util/DimensionConsistencyTest.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
etupwizardlib/items/ExpandableSwitchItemTest.java
etupwizardlib/items/SwitchItemTest.java
etupwizardlib/util/DimensionConsistencyTest.java
a23e50896f6ddb40f14551d7fc1af129ce501f3f 02-Aug-2017 Maurice Lam <yukl@google.com> Allow keyboard to focus on switch item

Test: ./gradlew connectedAndroidTest test
Bug: 63115991
Change-Id: If03b3e469fd740631b5eabb6031f11fd2165bdb3
etupwizardlib/items/ExpandableSwitchItemTest.java
52b85e4fa2f56e9f1562d7a93ca1a33a3d409015 21-Apr-2017 Maurice Lam <yukl@google.com> Polish UX of expandable switch

- Padding from the expandable arrow is now 4dp
- Arrow is pushed down 2.5dp (by modifying the drawable) to align
with the text
- Switch and the switch divider is now fixed 36dp from top rather
than vertically aligned

Bug: 37576453
Test: ./gradlew connectedAndroidTest test
Change-Id: Ibb3028d3bb17ca9d054911e4ff27098a200af0da
etupwizardlib/util/DimensionConsistencyTest.java
83862bb59558fc044de9aa0d6e9407be53af8b81 28-Mar-2017 Maurice Lam <yukl@google.com> Rename SuwLib directories

Rename eclair-mr1 to gingerbread to reflect the min SDK version
change, and full-support to recyclerview to better reflect what's
inside the directory

Also added comments and applied style fixes to keep checkstyle happy.

Test: Existing tests pass
Change-Id: I20332f718f2aae04092d5e45de944b1efce1a596
etupwizardlib/items/ExpandableSwitchItemTest.java
etupwizardlib/items/SwitchItemTest.java