History log of /packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothSwitchPreferenceController.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/bluetooth/BluetoothSwitchPreferenceController.java
75c603cedbf37b9473e6b81c1e9b6d1e6baecce1 15-Mar-2018 arangelov <arangelov@google.com> Show policy transparency popup dialog for Bluetooth in Settings.

Bug: 70206452
Test: make ROBOTEST_FILTER=BluetoothEnablerTest -j40 RunSettingsRobotests
Test: make ROBOTEST_FILTER=BluetoothSwitchPreferenceControllerTest -j40 RunSettingsRobotests
Change-Id: I543cf69b754c44b02c66e101698f10906a1b957f
/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothSwitchPreferenceController.java
928ddbe731a32590d64e14df89738ddf0e999926 04-Jan-2018 Fan Zhang <zhfan@google.com> Merge sub pages for lock/unlock into 1 xml.

And create PreferenceControllers for each setting

The page is still pretty janky and controllers are invoked manually.
Next CL will clean these up.

Bug: 32953042
Test: TODO
Change-Id: I1d7478324f5de4fdb464d79f89086f7e79c0ee67
/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothSwitchPreferenceController.java
d055937664bb023f509fd9c31f9b6ff43fd916b2 04-Dec-2017 jackqdyulei <jackqdyulei@google.com> Create BluetoothSwitchPreference

In the new design, bluetooth preference is not MasterSwitchPreference
any more. This cl creates BluetoothSwitchPreference while reuse the
BluetoothEnabler.

Future cl will remove the BluetoothMasterSwitchPreference when P
feature is finalized.

Bug: 69333961
Test: RunSettingsRoboTests
Change-Id: Ie1f934b4e93a6758a1b0cf83bb5098585a635c2a
/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothSwitchPreferenceController.java