diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-05-14 17:37:24 -0700 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2020-05-15 04:05:06 +0300 |
commit | a1a51e5d89013f0423675dfe607cc136f82f727f (patch) | |
tree | 2036f567e9422799b83bcf9708c010c4ae5066ad /CHANGELOG.md | |
parent | 658089d763c1e9e953f5c06b01d028613408138b (diff) | |
download | subsurface-a1a51e5d89013f0423675dfe607cc136f82f727f.tar.gz |
core/bt: always add bt name for devices
If the user asks to have all BT/BLE devices shown, we should behave
consistently to the case of a recognized dive computer and always show the
device name. In almost all cases the BT/BLE address (and even worse on
iOS/macOS the weird uuids) are completely meaningless.
If there isn't a name, don't add a leading space in order to make it easy to
detect if we have an address without a name (which almost certainly isn't a
dive computer, so it should be towards the end of the list of addresses - which
will be handled in a later commit).
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e6315761..16878525f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -Mobile: fix failure to recognize several Aqualung BLE dive computers +Core: always include BT/BLE name, even for devices no recognized as dive computer +Core: fix failure to recognize several Aqualung BLE dive computers Mobile: show dive tags on dive details page Desktop: update SAC fields and other statistics when editing cylinders Desktop: Reconnect the variations checkbox in planner |