OSDN Git Service

Change to use new suggestion/condition UI.
authorDoris Ling <dling@google.com>
Wed, 28 Jun 2017 18:22:44 +0000 (11:22 -0700)
committerDoris Ling <dling@google.com>
Wed, 28 Jun 2017 18:22:44 +0000 (11:22 -0700)
commit631893f5827b0445c03e84f3a06e88f15d983c91
treea2794bec09ebff4917f0f4c46a38c47cdb232be1
parent051fb19dd402ff1e112b4ff9237f8497e5bd0588
Change to use new suggestion/condition UI.

Change to always use the new UI that combines the suggestion and conditions,
and remove all codes relating to the old UI.

Bug: 37645754
Bug: 62621808
Test: make RunSettingsRoboTests
Change-Id: I3421a9e5182f6606843392d6fae8b9f07c5f2e46
20 files changed:
res/layout/condition_card.xml [deleted file]
res/layout/suggestion_header.xml [deleted file]
res/layout/suggestion_tile.xml [deleted file]
res/layout/suggestion_tile_card.xml
src/com/android/settings/dashboard/DashboardAdapter.java
src/com/android/settings/dashboard/DashboardData.java
src/com/android/settings/dashboard/DashboardDecorator.java [deleted file]
src/com/android/settings/dashboard/DashboardFeatureProvider.java
src/com/android/settings/dashboard/DashboardFeatureProviderImpl.java
src/com/android/settings/dashboard/DashboardSummary.java
src/com/android/settings/dashboard/conditional/ConditionAdapter.java
src/com/android/settings/dashboard/conditional/ConditionAdapterUtils.java [deleted file]
src/com/android/settings/dashboard/suggestions/SuggestionAdapter.java
src/com/android/settings/dashboard/suggestions/SuggestionDismissController.java
tests/robotests/src/com/android/settings/conditional/ConditionAdapterUtilsTest.java [deleted file]
tests/robotests/src/com/android/settings/dashboard/DashboardAdapterTest.java
tests/robotests/src/com/android/settings/dashboard/DashboardDataTest.java
tests/robotests/src/com/android/settings/dashboard/conditional/ConditionAdapterTest.java
tests/robotests/src/com/android/settings/dashboard/suggestions/SuggestionAdapterTest.java
tests/robotests/src/com/android/settings/dashboard/suggestions/SuggestionDismissControllerTest.java