History log of /packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothNameDialogFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cefd0c93ce606250274036025bfcd44fd19b53a0 11-Aug-2014 PauloftheWest <paulofthewest@google.com> Removed the white icon from Bluetooth rename dialog.

Bug: 15538917
Change-Id: I4e3bca9e8ff6c348af22cdfb17ee3b047ae12d2c
/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothNameDialogFragment.java
ed7b44d83ded493c089b2f22850a3d48d5e7e609 08-Aug-2014 PauloftheWest <paulofthewest@google.com> Fixed Bluetooth renaming bug.

+ After renaming your Bluetooth device, the title of the Bluetooth
Activity stays "Bluetooth" instead of changing to the new name.
+ After renaming the device, the status at the bottom Bluetooth Settings
is correctly displayed.

Bug: 16463239
Change-Id: Ifb12df2004fe1f89bd6f918e23c2c64ae08a0191
/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothNameDialogFragment.java
3b52963edf968fd007c86950086cce0a6ba31692 06-Feb-2014 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #12898564 Settings Crash on Renaming the device.

- remove the call to PreferencesActivity as we are no more using the PreferencesActivity

Also set correct activity title with the new selected BT name for the device.

Change-Id: I03497187e0410ff2bba87bdb04a197938d1ea967
/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothNameDialogFragment.java
eb56b9ccb8fa70a6c567d0bcd02f821e4de4bf7b 19-Nov-2013 Wei Wang <weiwa@google.com> BLE peripheral mode (4/4): Settings change for advertising preference.

Change-Id: I5721f136267fe25e55f764bb4a6c53acd45b318b
/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothNameDialogFragment.java
a9534367b5be907885fe0e2f10375889aeaf635b 14-Mar-2012 Jake Hamby <jhamby@google.com> Fix IME soft keyboard for Bluetooth rename device dialog.

The soft keyboard should automatically pop up when the user selects
the Bluetooth rename device menu item. Fixed by calling
setSoftInputMode(SOFT_INPUT_STATE_ALWAYS_VISIBLE) on the Window
containing the AlertDialog before showing.

The device name field should also be a single line field, with the
Done button causing the device to be renamed. Set the "singleLine"
attribute in the layout XML to true, and added a
TextView.OnEditorActionListener to set the device name and dismiss
the dialog for EditorInfo.IME_ACTION_DONE.

Bug: 5342542
Bug: 5343354
Change-Id: I550d8e9a59395ad66f8a9c11d29c0f2ef278c196
/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothNameDialogFragment.java
e96f04c1ffaa99992f9ed4c2687db0b955ae0450 20-Jul-2011 jhtop.kim <jhtop.kim@samsung.com> Bluetooth : fix for Settings crashes while rotating the screen.

- Add some codes preventing setting crash when rotating the screen
when the Rename device or Visibility timeout dialogs are visible.

Change-Id: I5e142a5d869a0d5c91c6ace80093d09178d79558
Signed-off-by: jhtop.kim <jhtop.kim@samsung.com>
/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothNameDialogFragment.java
ca9812a8521fcc483e821fd5a88ec421de0b8f66 12-Jul-2011 Jake Hamby <jhamby@google.com> Upgrade Bluetooth pairing dialogs for ICS.

* Change Bluetooth pairing dialogs to match ICS wireframes.
* Default to numeric soft keyboard for PIN entry, and add checkbox
to allow user to switch to alphanumeric keyboard if necessary.
* Move all Bluetooth advanced settings into action bar menu.
* Toggle visibility by touching "My device" entry in devices list.

Change-Id: Ic2377eb4364f41d215181cb1e3933997c9db9106
/packages/apps/Settings/src/com/android/settings/bluetooth/BluetoothNameDialogFragment.java