History log of /packages/apps/Settings/src/com/android/settings/dashboard/DashboardFragmentRegistry.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2ea67003364d8f4a79d6afd624d56709839151ee 12-Jul-2017 Fan Zhang <zhfan@google.com> Show default app icon in default app screen.

- Renamed AdvancedAppSettings to DefaultAppSettings.
- Add logic to DefaultAppPreferenceController to also display icon.
- Modified DefautlAssistPrefController to suppress gear icon, and use
the controller in default app setting UI to display icon.
- Remove dynamic injected payment setting activity and create the
setting statically in xml.
- Add DefaultPaymentSettingsPreference to display default payment app
title (no icon because we can't get it)

Change-Id: I6b8c768da0bafe5ec9a85ba9c79c7993b449be25
Fix: 36458534
Test: robotests
/packages/apps/Settings/src/com/android/settings/dashboard/DashboardFragmentRegistry.java
b30ce6f7d719906d1624597f04fb3bd28bbf320a 15-Jun-2017 Doris Ling <dling@google.com> Update category for AccountDetailDashboardFragment.

- use a separate category key for AccountDetailDashboardFragment instead
of sharing the same key with UserAndAccountDashboardFragment. Tile using
the original category will now show up at the top level account
setting, and tile using the new account detail detail will be displayed
under the specified account type.

Bug: 62446202
Test: make RunSettingsRoboTests
Change-Id: I06f781a20f24498bdc6207aef5469be9cd0c8e47
/packages/apps/Settings/src/com/android/settings/dashboard/DashboardFragmentRegistry.java
7e4fc2b59f37e500a253b82b813d307da8bcdd2c 12-Jun-2017 Katsiaryna Naliuka <katsiaryna@google.com> Added support for external tiles to the lockscreen activity

Bug: 62487664
Test: Built and flashed a system image.
Change-Id: I75e42a042f9212e247f02c5523979bcd5ea57baa
/packages/apps/Settings/src/com/android/settings/dashboard/DashboardFragmentRegistry.java
8cf8bf0ae84e0a8afda0d63f188e64115a7e3131 17-Apr-2017 Julia Reynolds <juliacr@google.com> Consolidate notification settings.

App notifications now appears under configure notifications.

Bug: 36562211
Test: functional test, NotificationsSettingsTests
Change-Id: If6a5fd062b7983fc97621b9e7240e6bdad04ee86
/packages/apps/Settings/src/com/android/settings/dashboard/DashboardFragmentRegistry.java
11d2d68e23365cf3ee72d50cb73ad9c9a534d5c5 18-Mar-2017 Fan Zhang <zhfan@google.com> Move developer options related class to development package

Bug: 34203528
Test: none, purely moving classes around
Change-Id: I3cd1d257f948729fda5c04632e7ce9114c40bd0c
/packages/apps/Settings/src/com/android/settings/dashboard/DashboardFragmentRegistry.java
d299b03f28fd23973b32931c3ae9a254a37d474d 01-Mar-2017 Doris Ling <dling@google.com> Remove old code relating to SystemSettings not used in new IA.

- remove activity alias: DevelopmentSettingsDashboardAlias,
DateTimeDashboardAlias, AboutDeviceDashboardAlias,
BackupResetDashboardAlias, EnterprisePrivacyDashboardAlias, and
AccessibilityDashboardAlias and updated the corresponding target
activities with the alias metadata.

- remove InputMethodAndLanguageSettingsActivity and
GestureSettingsActivity and the associated xml.

Bug: 35764802
Test: make RunSettingsRoboTests
Change-Id: I7d4922f8dfaac40e8ad077a68008185cd9fe3304
/packages/apps/Settings/src/com/android/settings/dashboard/DashboardFragmentRegistry.java
34cfd2e24f748d5f723023eb12e1e111229a136e 04-Feb-2017 Doris Ling <dling@google.com> Combine Language & region and Input & gestures in System settings.

Merge preferences into one page, and update test.

Bug: 34976047
Test: make RunSettingsRoboTests
Change-Id: I5f15192e42f6054c02d4c8ffa9f25db3075da409
/packages/apps/Settings/src/com/android/settings/dashboard/DashboardFragmentRegistry.java
7e6df837ee23a62879d2e5182f923388d209ce56 24-Jan-2017 Fan Zhang <zhfan@google.com> Remove getCategoryKey() from DashboardFragment children.

Use the centralized registry to look up category key instead.

Bug: 32936784
Test: make RunSettingsRoboTests -j40
Change-Id: I0b8c72d70f93e4b5c58871ac90de41f69ad15653
/packages/apps/Settings/src/com/android/settings/dashboard/DashboardFragmentRegistry.java
a96b11f65d9f29dd4037da85e12f5cf9dcfa0176 21-Jan-2017 Fan Zhang <zhfan@google.com> Build a sitemap manager to keep track of breadcrumbs

- Have a new db to track parent-child page relation at index time.
- Make a registry class to track (in IA) which page host what type of
sub pages.
- Make a manager class that queries the db as well as IA to compute
breadcrumbs

Fix: 32936784
Test: RunSettingsRoboTest

Change-Id: I5f1583fae772c3d477d2ad186e111b79cc3e41aa
/packages/apps/Settings/src/com/android/settings/dashboard/DashboardFragmentRegistry.java