aboutsummaryrefslogtreecommitdiffstats
path: root/core/downloadfromdcthread.cpp
AgeCommit message (Expand)Author
2018-05-12DC transport debugging messagesGravatar Dirk Hohndel
2018-04-27Create one function to determine the supported transportsGravatar Dirk Hohndel
2018-04-27QML UI: add supported dive computers to log fileGravatar Dirk Hohndel
2018-04-27Redesign the flow for checking supported DCs on AndroidGravatar Dirk Hohndel
2018-04-27Use libdc information about supported transportsGravatar Dirk Hohndel
2018-04-24Only offer dive computers with supported transportsGravatar Dirk Hohndel
2018-04-13Mobile: add Mares BLE dive computersGravatar Dirk Hohndel
2018-03-14Cleanup: introduce copy_qstring() functionGravatar Berthold Stoeger
2018-03-14Subsurface-mobile: Add OSTC 2 TR as support dive computerGravatar Dirk Hohndel
2017-12-31Workaround for invalid bluetooth device namesGravatar Berthold Stoeger
2017-12-27Cleanup: avoid uninitialized membersGravatar Dirk Hohndel
2017-12-02Add debug output for vendor/product tuplesGravatar Dirk Hohndel
2017-12-02Add Heinrichs Weikamp BLE dive computers for iOSGravatar Dirk Hohndel
2017-11-26Update list of divecomputers supported in Subsurface-mobileGravatar Dirk Hohndel
2017-11-13Make Bluetooth naming consistentGravatar Berthold Stoeger
2017-10-26Clear error string when starting dive computer dowload.Gravatar Berthold Stoeger
2017-10-17Fix Android compile errorGravatar Jan Mulder
2017-10-15Android should support the Cobalt dive compoutersGravatar Dirk Hohndel
2017-09-06Add Cochran dive computers to FTDI listGravatar Dirk Hohndel
2017-08-26Adjust signature to match data we needGravatar Dirk Hohndel
2017-07-22QML UI: remember the last dive computerGravatar Dirk Hohndel
2017-07-19Correct list of Shearwater BLE dive computersGravatar Dirk Hohndel
2017-07-19Move variable into the code block it is used inGravatar Dirk Hohndel
2017-07-19BLE dive computers: add PerdixGravatar Dirk Hohndel
2017-07-18QML UI: correctly match BT names with productsGravatar Dirk Hohndel
2017-07-18QML UI: remove the Paired Bluetooth Devices virtual vendorGravatar Dirk Hohndel
2017-07-16Add the connections that we find to the modelGravatar Dirk Hohndel
2017-07-08Automate picking supported DCs on iOS and AndroidGravatar Dirk Hohndel
2017-07-03Rewrite the matching code for BT devicesGravatar Dirk Hohndel
2017-07-04Don't try to dereference empty product/vendor listGravatar Robert C. Helling
2017-07-02QML UI: add more dive computersGravatar Dirk Hohndel
2017-06-30QML UI: save BT address as stringGravatar Dirk Hohndel
2017-06-24Add the EON Steel as support DC on AndroidGravatar Dirk Hohndel
2017-06-22mobile: prune DC list to download fromGravatar Jan Mulder
2017-06-12Mobile: wrap up fixes for BT download on AndroidGravatar Jan Mulder
2017-06-12Mobile: add BT name to vendor/product capabilityGravatar Jan Mulder
2017-06-12QML UI: add internal admin for virtual vendorGravatar Jan Mulder
2017-06-12QML UI: call correct function for BT addressGravatar Jan Mulder
2017-06-12QML UI: do not crash on selecting dive computersGravatar Jan Mulder
2017-06-11QML UI: move BT handling into core codeGravatar Dirk Hohndel
2017-06-11QML UI: add paired BT devices as vendorGravatar Dirk Hohndel
2017-05-31Don't override device name when using BTGravatar Dirk Hohndel
2017-05-29Use magic 'ftdi' as device name on AndroidGravatar Dirk Hohndel
2017-05-29mobile: dive_table.preexisting not set importing from mobileGravatar Jan Mulder
2017-05-27QML UI: add the DownloadThreadGravatar Tomaz Canabrava
2017-05-27Set descriptor when starting thread.Gravatar Tomaz Canabrava
2017-05-27Extract the device_data_t into helper classGravatar Tomaz Canabrava
2017-05-27New class DCDeviceDataGravatar Tomaz Canabrava
2017-05-27Move the fill_computer_list() out of widgetsGravatar Tomaz Canabrava
2017-05-27Separate the download thread from the widget logicGravatar Tomaz Canabrava