mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
For Ratio dive computers we can't tell by the Bluetooth name which model it is. There are BT only models and BLE only models. The failure case here was a user on iOS (BLE only) with a BLE only dive computer which we didn't recognize because previously we returned a BT only device (which isn't supported on an iPhone), and the lookup won't return a valid descriptor if the transport needed isn't available. These days BLE is far more common, so return a BLE enabled name by default, but try a BT only name just in case. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
11 lines
562 B
Markdown
11 lines
562 B
Markdown
divelist: do not include planned versions of a dive if there is real data
|
|
desktop: fix key composition in tag widgets and dive site widget
|
|
mobile: allow cloud account deletion (Apple app store requirement)
|
|
mobile: fix listing of local cloud cache directories
|
|
dive computer support:
|
|
- fix Ratio dive computer detection for BLE only devices
|
|
|
|
---
|
|
* 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
|