History log of /packages/apps/Settings/src/com/android/settings/applications/DefaultAppSettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b5c651c9399aa53e0bef296a265a47c825fe12b2 30-Mar-2018 Fan Zhang <zhfan@google.com> Register most app info related controllers in xml

Bug: 77216595
Test: robotests
Change-Id: I79afa38820b7518d8b3112148802797ebcf6d184
/packages/apps/Settings/src/com/android/settings/applications/DefaultAppSettings.java
f7843adabd4e8e1cc84a52721daabefa3a1410fd 22-Feb-2018 Fan Zhang <zhfan@google.com> More renaming in DashboardFragment

getPreferenceControllers() -> createPreferenceControllers() for the same
reason as in ag/3647936

Bug: 73668763
Test: robotests
Change-Id: I97670a91a2a38d1c844d1b9d37f4222c5e6f45a0
/packages/apps/Settings/src/com/android/settings/applications/DefaultAppSettings.java
aed8994f6f50a6bc0adfaa92b499ebde3a8f2a76 22-Feb-2018 Fan Zhang <zhfan@google.com> Rename Indexable::getAllPreferenceControllers.

To getPreferenceControllers. "all" is redundant. Then internally, the
old getPreferenceControllers() is renamed to
createPreferenceControllers() to emphasize the controllers are created
from code (versus the ones created from xml).

Bug: 73668763
Test: robotest
Change-Id: Ifec46aefdc2a418031c8e152028b30bdcd396fc7
/packages/apps/Settings/src/com/android/settings/applications/DefaultAppSettings.java
c58a88368f109a362f40881a4a0589a31650749f 02-Nov-2017 Fan Zhang <zhfan@google.com> Convert encryption status to preference controller

- Move Crypt/Encryption setting into security package.
- Reformat crypt_keeper_settings.xml
- Add controller and test for encryption status

Bug: 32953042
Test: robotests
Change-Id: I1f4b2f97133435c70a49522a59886ac4da6759af
/packages/apps/Settings/src/com/android/settings/applications/DefaultAppSettings.java
47775667b84d6b6fdcec8f9ccbeff37053644cc0 17-Oct-2017 TreeHugger Robot <treehugger-gerrit@google.com> Merge "Add work-only-category controller"
1bde0d84b0dc189df3fcb8d0bceb5260805704ef 17-Oct-2017 Fan Zhang <zhfan@google.com> Add work-only-category controller

The controller will hide category if there is no child in it.

Change-Id: I9bbcc4115b991574e608933f98857b0b4eb2ed7d
Fixes: 62185871
Test: robotests
/packages/apps/Settings/src/com/android/settings/applications/DefaultAppSettings.java
11e91230367bd5dabcbf62b76d4596643c830144 17-Oct-2017 Fan Zhang <zhfan@google.com> Reorder default app summary to match subpage ordering

Change-Id: I618f44ba8cf6f590b86d483cfecb090b71ef1268
Fixes: 65049890
Test: robotests
/packages/apps/Settings/src/com/android/settings/applications/DefaultAppSettings.java
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/applications/DefaultAppSettings.java