History log of /packages/apps/Settings/src/com/android/settings/connecteddevice/BluetoothDashboardFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d5fc3a95c6ce1af08c502737ae761fdc5c622bbf 29-May-2018 Matthew Fritze <mfritze@google.com> Fix bluetooth search result no-op

Bluetooth fragment was manually setting intent information,
which meant that the result didn't fire an intent properly.

This type of regression or mistake will be caught in the fix for
b/77921040.

Change-Id: I49f87f40acbfc3f74ea2e97835f2644d443169e2
Fixes: 80317645
Test: robotests
/packages/apps/Settings/src/com/android/settings/connecteddevice/BluetoothDashboardFragment.java
211d49f28c31e16c8161b807e16ce25a58d941f2 11-May-2018 hughchen <hughchen@google.com> Add “Rename device” on Bluetooth screen

* Add BluetoothDeviceRenamePreferenceController in bluetooth_screen.xml
* Refactor BluetoothDeviceRenamePreferenceController and BluetoothDeviceNamePreferenceController.
Let these controllers can be init in xml.

Bug: 78247352
Test: make -j50 RunSettingsRoboTests
Change-Id: Iddd0cac1e973bbd82cb30fe4c18e8b359ba4ba2b
/packages/apps/Settings/src/com/android/settings/connecteddevice/BluetoothDashboardFragment.java
bd376296cd5b5a41c421b4d831036957915336ce 04-May-2018 Matthew Fritze <mfritze@google.com> Establish permanently unavailable settings

Distinguish between settings which are permanently unavailable on
the device, and temporarily unavailable. This enables us to restrict
which setting slices are exposed in onSliceGetDescendants.

The primary changes in this CL are renaming:
"DISABLED_UNSUPPORTED" -> "UNSUPPORTED_ON_DEVICE"
to be more clear the the setting will cannot be accessed on the device, and,
adding a new enum to encapsulate settings which are currently unavailable, but
could be enabled in the future.

Also remove UNAVAILABLE_UNKNOWN. Devs should never need this enum.

Bug: 78910582
Fixes: 79245656
Test: robotests
Change-Id: I42c2cedab66be2d76999795f46470a079cc1ec71
Merged-In: I58821a6cfd6134b3b351657b6edf5f74ead00643
/packages/apps/Settings/src/com/android/settings/connecteddevice/BluetoothDashboardFragment.java
9eac18280579b654557fdf9c5377e0455fb8f62a 04-Apr-2018 Salvador Martinez <dehboxturtle@google.com> Update bluetooth preference to take user to new screen

This CL removes the toggle from the bluetooth preference and instead
takes users to a new dedicated screen for toggling bluetooth status.
On this screen we show a different summary text depending on whether
bluetooth and bluetooth scanning are on/off. Also, we were able to
delegate most of the UI/bluetooth handling to already existing
classes.

Test: robotests
Bug: 77543471
Merged-In: I036a3992bbd78896da8364b55ecc51afc4464b6e
Change-Id: I036a3992bbd78896da8364b55ecc51afc4464b6e
/packages/apps/Settings/src/com/android/settings/connecteddevice/BluetoothDashboardFragment.java