History log of /packages/apps/Settings/src/com/android/settings/applications/assist/ManageAssist.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b97a1bffa829647b797594a3e0c66d729c977ecd 12-Apr-2017 Matthew Fritze <mfritze@google.com> Remove Language and Input duplicates

Change the keys in the Language and Input screen for the
gesture and tts-output settings so they can be disabled
in search. Then change the preference controllers to take
a key as input to avoid crashes on the other screens with
these settings.

Test: make RunSettingsRoboTests
Bug: 33701673
Change-Id: Ifeb2a2d34a3efded3f0a9ba02ac76fd6f8ffd087
Merged-In: I8bc0776131fcac5a6edf7e8271bc53252c2fc719
/packages/apps/Settings/src/com/android/settings/applications/assist/ManageAssist.java
5473f68cddb239a72f0aa9509f56550b08e02ce0 06-Mar-2017 Philip Quinn <pquinn@google.com> Add setting for the assist gesture sensitivity control.

The sensitivity control is only visible when the assist gesture itself
is enabled.

Test: make -j RunSettingsRoboTests; manual test on supported/unsupported
configurations.

Change-Id: I584975794c5cf9d788e93167292d142ae2faf1c5
/packages/apps/Settings/src/com/android/settings/applications/assist/ManageAssist.java
b00811da646a2ea335074f2a478f3c18b1a09274 28-Feb-2017 Fan Zhang <zhfan@google.com> Let fragment and indexProvider share prefControllers

Bug: 35812240
Test: make RunSettingsRoboTests
Change-Id: Ifd96f935836a52e0a56f170f3cdf9b9ddf7c499a
/packages/apps/Settings/src/com/android/settings/applications/assist/ManageAssist.java
dfce62c50755faa36586d7f5349a38d422d21908 17-Feb-2017 Fan Zhang <zhfan@google.com> Deprecate AppListPreference and AppListPrefWithSettings

- Convert ManageAssist into DashboardFragment
- Convert default assist pref to DefaultAppPickerFragment
- Add PreferenceController for each pref
- Add tests

Bug: 35203386
Test: make RunSettingsRoboTests

Change-Id: I0350a06cae7457809fb261e2d8ec99eda80cc50a
/packages/apps/Settings/src/com/android/settings/applications/assist/ManageAssist.java