History log of /packages/apps/Settings/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.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/gestures/SwipeToNotificationPreferenceController.java
5e6b804301fb9b2152737a8707c60e24d2802994 02-May-2017 Kevin Chyn <kchyn@google.com> Revert "Swipe for notification should be default-on in settings app"

This reverts commit a95c2c3a8d65d191260d4948a54eee1c74dac3fa.

Change-Id: I8fcc290be7d373d55058bd7c22f163d54fc03830
/packages/apps/Settings/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java
a95c2c3a8d65d191260d4948a54eee1c74dac3fa 01-May-2017 Kevin Chyn <kchyn@google.com> Swipe for notification should be default-on in settings app

Fixes: 37672954

Test: adb shell settings delete secure system_navigation_keys_enabled
delete/toggle the setting above between null/0/1

Change-Id: Ia8f5665136ebae1fcc8f77d839a507ab9be7c1da
/packages/apps/Settings/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java
46173a526536598dcbb2b0d8397985262c7190b7 27-Jan-2017 Matthew Fritze <mfritze@google.com> Remove extra IndexProviders that provided bad data.

Gesture Settings and Wireless settings were indexing
duplicate results that only added complexity to Search.
PowerUsageDetail was never supposed to be indexed.

Bug:33701673
Test: make RunSettingsRoboTests
Change-Id: I45d1fa4bd412c3418acec24f8c98eb4736f220ab
/packages/apps/Settings/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java
65fb01b520a8eace6c5670c06e6ba5f81ab609af 15-Dec-2016 Matthew Fritze <mfritze@google.com> Add first inline switch result.

Adds gestures as Inline switch results to Settings Search.

Change-Id: Ie9b69ac2a54756d5b756401e348cae0a02c907c9
Fixes: 33669037
Test: make RunSettingsRoboTests
/packages/apps/Settings/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java
9b6f18134012e50a6442641f9287080d5a76c42b 08-Dec-2016 Fan Zhang <zhfan@google.com> Remove no-op handlePerferenceTreeClick from PrefControllers

Bug: 33429853
Test: RunSettingsRoboTests
Change-Id: I5633953e3d7b07f9006e541b96a24a2a769e2686
/packages/apps/Settings/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java
33b0d91d74bb29cbfd49e3f4c3ebd9d99001bfa9 09-Nov-2016 Fan Zhang <zhfan@google.com> Add video to each gesture preference screen.

- Refactor GesturePreference to a generic VideoPreference.
- The old video_preference.xml is only for magnification video, so
renamed.
- And use VideoPreference in gesture setting pages.
- Refactor common logic into GesturePreferenceController.

Bug: 32637613
Test: RunSettingsRoboTests

Change-Id: I58580b01a32873cb32c5dc5bf2ec021d5b1400cc
/packages/apps/Settings/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java
b52c50d01d9fab7fe5a1ba2214211ad5c5a32e1f 08-Nov-2016 Fan Zhang <zhfan@google.com> Add setting page for swipe to notification.

In this change input & gesture page added 5 separate gesture
preferences, each should lead to a new page to set gesture setting. For
now only swipe to notification preference is wired up. Will implement
the rest in later changes.

Bug: 32637613
Test: make RunSettingsRoboTests -j40
Change-Id: I57ceea8fcd85f3a0ab59cbd12da50b7138f5ca0c
/packages/apps/Settings/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java
242da31179c8b5fe51a2fc4dfa3bf60c8472d94a 26-Oct-2016 Fan Zhang <zhfan@google.com> Fix logging spam in DashboardFragment.

When updating preferences managed through PreferenceController, the
fragment should skip prefs that are not available.

Bug: 32255863
Test: RunSettingsRoboTests
Change-Id: I2f9b6ddf8c78d40068dc18f07e60672dcba4474a
/packages/apps/Settings/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java
5b6478a34950d648f10e04f40c30293a99c5fa29 24-Oct-2016 Fan Zhang <zhfan@google.com> Add swipe to see notification to "Notification preferences"

Bug: 31799948
Test: RunSettingsRoboTests
Change-Id: Ib892ca4d5596c1c89e1efaf636a3eefd7cee371a
/packages/apps/Settings/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java