summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
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
2017-06-13Parse He when importing from DM5Gravatar Miika Turkia
2017-06-12BT Discovery: add Shearwater Petrel and PerdixGravatar Jan Mulder
2017-06-12Don't declare static function in .h fileGravatar Dirk Hohndel
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-12Mobile: do not BT Discover on Android (Q_OS_ANDROID vs Q_OS_LINUX)Gravatar Jan Mulder
2017-06-12BT discovery: distinguish names with addressesGravatar Dirk Hohndel
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-11qthelper.cpp: leave lbs rounding to QString().arg() with 'f'Gravatar Lubomir I. Ivanov
2017-06-11datatrak.c: don't use POSIX %m format for sscanf() in dtrak_prepare_data()Gravatar Lubomir I. Ivanov