aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2017-07-04Address code reviewGravatar Jan Mulder
2017-07-04BLE: read until no more data in coming inGravatar Jan Mulder
2017-07-04OSTC over BLE: filter and track OSTC credit trafficGravatar Jan Mulder
2017-07-04Use waitFor instead of timerGravatar Jan Mulder
2017-07-04OSTC over BLE: Select the right serviceGravatar Jan Mulder
2017-07-04OSTC over BLE: initialize Terminal I/O clientGravatar Jan Mulder
2017-07-03Increase the BLE timeout to 12 secondsGravatar Dirk Hohndel
2017-07-03Rewrite the matching code for BT devicesGravatar Dirk Hohndel
2017-07-03Don't add all discovered BT devicesGravatar Dirk Hohndel
2017-07-04Don't try to dereference empty product/vendor listGravatar Robert C. Helling
2017-07-04BT discovery Android: Allow BT/LE devices connect both waysGravatar Jan Mulder
2017-07-03Don't warn about missing en-US translation for QtGravatar Dirk Hohndel
2017-07-02QML UI: add more dive computersGravatar Dirk Hohndel
2017-07-02BT discovery: detect Scubapro G2Gravatar Dirk Hohndel
2017-06-30Android: mark BLE only paired devicesGravatar Dirk Hohndel
2017-06-30QML UI: save BT address as stringGravatar Dirk Hohndel
2017-06-30BLE handling: create helper function to add the LE: prefixGravatar Dirk Hohndel
2017-06-27Fix one call site that hadn't been updatedGravatar Dirk Hohndel
2017-06-27WhitespaceGravatar Dirk Hohndel
2017-06-27BLE code: address some compiler warningsGravatar Dirk Hohndel
2017-06-27Update Subsurface-branch of libdivecomputer checkGravatar Dirk Hohndel
2017-06-27Use SSRF_CUSTOM_IO v2 to implement device data quirks for BLE GATTGravatar Linus Torvalds
2017-06-27Switch over to SSRF_CUSTOM_IO v2Gravatar Linus Torvalds
2017-06-27Use QLowEnergyController without QEventLoopGravatar Alex Blasche
2017-06-27Ensure all found BLE services are trackedGravatar Alex Blasche
2017-06-27Fix incorrect uuid check due to temporary char* in QString::toUtf8()Gravatar Alex Blasche
2017-06-26BT serial: recognize LE-only devices, and fall back to emulated serialGravatar Linus Torvalds
2017-06-26Bluetooth: make LE-only devices add "LE:" as an address prefixGravatar Linus Torvalds
2017-06-24Add the EON Steel as support DC on AndroidGravatar Dirk Hohndel
2017-06-24BLE support: convert fprintf(stderr,...) to qDebug()Gravatar Dirk Hohndel
2017-06-24BLE support: add SPDX headersGravatar Dirk Hohndel
2017-06-24Very early and likely quite broken BLE GATT codeGravatar Linus Torvalds
2017-06-24QML UI: DiveList: add date box to trip headerGravatar Dirk Hohndel
2017-06-23Translate "more than n days" for surface intervalGravatar Stefan Fuchs
2017-06-22Warn when not compiling against the matching libdc versionGravatar Dirk Hohndel
2017-06-22Merge branch 'master' of git://github.com/torvalds/subsurface-for-dirkGravatar Dirk Hohndel
2017-06-23Typo of translated stringGravatar Jan Mulder
2017-06-22Convert to new libdivecomputer custom IO modelGravatar Linus Torvalds
2017-06-22Use plural form for cloud connection waitGravatar Dirk Hohndel
2017-06-22Add en_US translation for pluralsGravatar Dirk Hohndel
2017-06-22QML UI: correctly build plural translationGravatar Dirk Hohndel
2017-06-22mobile: prune DC list to download fromGravatar Jan Mulder
2017-06-22Preserve VPM-B state in profile displayGravatar Robert C. Helling
2017-06-18QML UI: use the short date formatGravatar Dirk Hohndel
2017-06-18Clean up git storage update messagesGravatar Dirk Hohndel
2017-06-17QML UI: redesign the user notificationGravatar Dirk Hohndel
2017-06-17Set default cloud timeout to ten seconds for mobile appGravatar Dirk Hohndel
2017-06-15tankinfomodel.cpp: clamp row index to [0 - MAX_TANK_INFO]Gravatar Lubomir I. Ivanov
2017-06-15Fix buffer overrun and primary sensor id issues in Liquivision importGravatar Robert Bodily
2017-06-16code cleanup: remove 2 unused structsGravatar Jan Mulder