Double list in Bluetooth Settings
Paired devices are listed first (from cache), followed by unpaired ones. A scan is only started on user request or when there is no paired device (should it be when there is no paired *connected* device?). Wrench icon only displayed for paired devices. Wrench click listener no longer uses mDeviceSettings which is unreliable with ListView view recycling. Fixed blinking ProgressCategory when the category was first in the list. Change-Id: Ie749883426c12bd354da64733bd04b00304bc1f5
This commit is contained in:
@@ -936,8 +936,8 @@
|
||||
|
||||
<!-- Bluetooth settings: The title of the preference (list item) that initiates a scan for devices -->
|
||||
<string name="bluetooth_preference_scan_title">Scan for devices</string>
|
||||
<!-- Bluetooth settings: The title of the action button that finds nearby devices [CHAR LIMIT=20] -->
|
||||
<string name="bluetooth_preference_find_nearby_title">Scan</string>
|
||||
<!-- Bluetooth settings: The title of the action button that initiates a scan for nearby devices [CHAR LIMIT=20] -->
|
||||
<string name="bluetooth_scan_nearby_devices">Scan</string>
|
||||
<!-- Bluetooth settings: The sub heading for device settings. [CHAR LIMIT=30] -->
|
||||
<string name="bluetooth_preference_device_settings">Device settings</string>
|
||||
<!-- Bluetooth settings: The sub heading for paired devices. [CHAR LIMIT=30] -->
|
||||
|
Reference in New Issue
Block a user