mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
a1a51e5d89
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>
16 lines
801 B
Markdown
16 lines
801 B
Markdown
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
|
|
Desktop: add support for dive mode on CSV import and export
|
|
Desktop: fix profile display of planned dives with surface segments
|
|
|
|
libdivecomputer:
|
|
- work around Pelagic BLE oddity (Oceanic Pro Plus X and Aqualung i770R)
|
|
- OSTC3 firmware update improvements
|
|
|
|
---
|
|
* Always add new entries at the very top of this file above other existing entries and this note.
|
|
* Use this layout for new entries: `[Area]: [Details about the change] [reference thread / issue]`
|
|
# vim: textwidth=100
|