History log of /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/SettingsShadowResources.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
59f965d698f5eb8518dd7cdfa4871c5de4b11e55 11-May-2017 Maurice Lam <yukl@google.com> Merge "Check for sidecar null-ness before removing" into oc-dev
e1976ac302e5591a04bb1b42dcf2d6c1f89863a6 09-May-2017 Maurice Lam <yukl@google.com> Check for sidecar null-ness before removing

Test: cd tests/robotests && mma
Bug: 36681116
Change-Id: Id48113502c538b607d92700d3e58943614cfc150
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/SettingsShadowResources.java
a99b86c56a060179b1d90937ebfba897778eaa46 09-May-2017 Stephen Chen <stewchen@google.com> Update Wi-Fi Wakeup setting to check whether the feature is available.

Bug: 38037361
Test: make ROBOTEST_FILTER=WifiWakeupPreferenceControllerTest
RunSettingsRoboTests -j40

Change-Id: I1c1b930546cc090d72f3047058a428acd1b2883a
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/SettingsShadowResources.java
63a11c56de4f51eaabeafb54501fe3f6f564a61c 19-Apr-2017 Daniel Nishi <dhnishi@google.com> Always use GB as the unit in Storage Settings.

Bug: 36901322
Test: Settings unit tests

Change-Id: I08c711db6a271522942a01d1adf3e8e5223010f7
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/SettingsShadowResources.java
f8e6f434252175af2fece995779138c9f862eefd 04-Apr-2017 jackqdyulei <jackqdyulei@google.com> Revamp battery Ui in low battery mode

This cl refine battery icon ui in low battery mode:
1. Should show indicator(fixed in ag/2035178)
2. Show bolt icon when charging
3. When battery is low, set battery background as red and indicator
as white.

This cl also includes the field updates for battery.

Bug: 36862496
Test: RunSettingsRoboTests
Change-Id: Ifb2ed339742119bbff78712df09288b895756b1f
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/SettingsShadowResources.java
9d690bdbd7ccd9146218842fad457fcf4ecfc972 09-Mar-2017 jackqdyulei <jackqdyulei@google.com> Remove hardcoded color for settings dashboard

1. Change card_background to default background color. In settings
light theme, background color is exactly the #fafafa
2. Change card_background_grey to colorSecondary, which is
material_grey_200 in settings light theme.

Bug: 36139640
Test: Screenshot
Change-Id: I20081e768985ce6c0b9000448ae48599f18b293a
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/SettingsShadowResources.java
3ca5e45425f5114b60917932b0a241e819d37bca 03-Mar-2017 Fan Zhang <zhfan@google.com> Update theme for filter widget.

Bug: 35933748
Test: visual

Change-Id: I0c09c90360c436e25ca4a40993dde31cb2b4287b
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/SettingsShadowResources.java
6c355f5d4b64b257155e6a39f4f37c0cccbac836 02-Mar-2017 jackqdyulei <jackqdyulei@google.com> Show settings app icon and name in recents

If user opens a settings activity by intent, it will show icon and
label get from activity. However, we should show settings app icon
and name constantly.

Bug: 34645742
Test: RunSettingsRoboTest
Change-Id: Ic2f0fef32529ba3f425a0130d25ead47fa0bb97d
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/SettingsShadowResources.java
51967c0e6a80a81a5b985c4827c23c65cd44a50f 02-Feb-2017 jackqdyulei <jackqdyulei@google.com> Add BatteryMeterView in Settings

1. Show gauge icon at the top of battery main page instead of
battery usage graph.
2. Move the click action from battery usage graph to gauge icon.

Bug: 34387464
Test: RunSettingsRoboTest

Change-Id: Ib182619d6805b401cde03a50e2ae907cf4df7b94
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/SettingsShadowResources.java
553ba00a27408b8e8f6203bb1803575754876591 21-Dec-2016 Salvador Martinez <dehboxturtle@google.com> Add metric event for skipping support disclaimer in future

We were not recording when users selected to skip the
support disclaimer in future requests for support. This
event has been added and logged when it occurs.

Test: SettingsRoboTests
Bug: 33414180
Change-Id: I689580ea2256d5554afcd17e77f90ae498d4ad1b
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/SettingsShadowResources.java
bccd65250316ad6f6e65cc9a0cc84235a5c44d86 01-Dec-2016 Jaewoong Jung <jungjw@google.com> Makes it possible to robo-test Settings app fragments.

This adds bunch of shadow/placeholder classes and logic to handle
references to Android internal resources or newly added classes/methods
that Robolectric hasn't yet picked up.

Developers can follow ManageApplicationsTest example to use the shadow
classes and the utility method to start ther fragment in their
robolectric tests.

Bug: 33431346
Test: This is a test improvement CL. RunSettingsRoboTests still passes.
Change-Id: I943ab871631cb8c368d9f9db481c00558c5c4d1f
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/SettingsShadowResources.java