subsurface/core
Dirk Hohndel ec3a968df9 android/usb: pass in the UsbDevice when downloading
This finally allows us to download from not just the first device, but specifically
the device that the user picks.

Passing the object through a void pointer is not nice - but since this traverses
C code other solutions (like passing an index into the list) seemed even worse.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2020-03-16 07:58:20 -07:00
..
settings mobile: remove filter settings 2020-03-01 10:21:44 -08:00
subsurface-qt cleanup: remove current_dive parameter from divesSelected signal 2020-03-12 07:09:01 -07:00
android.cpp android/usb: pass the usbDevice for intent handling 2020-03-16 07:58:20 -07:00
applicationstate.cpp
applicationstate.h
btdiscovery.cpp Add Cressi BLE name filtering for bluetooth discovery 2020-02-16 12:52:56 -08:00
btdiscovery.h
checkcloudconnection.cpp
checkcloudconnection.h
cloudstorage.cpp
cloudstorage.h
CMakeLists.txt Add timestamps to libdivecomputer.log 2020-03-10 17:42:54 -07:00
cochran.c code cleanup: introduce empty_cylinder constant 2020-01-10 02:37:03 +09:00
cochran.h
color.cpp
color.h
compressibility.r
configuredivecomputer.cpp
configuredivecomputer.h
configuredivecomputerthreads.cpp
configuredivecomputerthreads.h
connectionlistmodel.cpp
connectionlistmodel.h
datatrak.c code cleanup: introduce empty_cylinder constant 2020-01-10 02:37:03 +09:00
datatrak.h
deco.c
deco.h
device.c
device.h
devicedetails.cpp
devicedetails.h
display.h
dive.c Grammar: replaces 'indexes' by 'indices' 2020-03-11 08:26:30 -07:00
dive.h mobile: remove dive::collapsed 2020-03-10 09:25:57 -07:00
divecomputer.cpp
divecomputer.h
divefilter.cpp mobile/filter: use signal to reload filter 2020-03-10 09:25:57 -07:00
divefilter.h filter: implement searching for tags and people in mobile filter 2020-03-01 10:21:44 -08:00
divelist.c filter: compile fulltext index on mobile 2020-03-01 10:21:44 -08:00
divelist.h
divelogexportlogic.cpp
divelogexportlogic.h
divemode.h
divesite-helper.cpp
divesite.c
divesite.h code cleanup: add empty table structures 2020-01-10 02:37:03 +09:00
divesitehelpers.cpp
divesitehelpers.h
downloadfromdcthread.cpp android/usb: pass in the UsbDevice when downloading 2020-03-16 07:58:20 -07:00
downloadfromdcthread.h android/usb: pass in the UsbDevice when downloading 2020-03-16 07:58:20 -07:00
equipment.c code cleanup: introduce empty_cylinder constant 2020-01-10 02:37:03 +09:00
equipment.h code cleanup: introduce empty_cylinder constant 2020-01-10 02:37:03 +09:00
errorhelper.c
errorhelper.h
exif.cpp
exif.h
file.c
file.h
format.cpp
format.h
fulltext.cpp filter: compile fulltext index on mobile 2020-03-01 10:21:44 -08:00
fulltext.h filter: compile fulltext index on mobile 2020-03-01 10:21:44 -08:00
gas-model.c
gas.c
gas.h
gaspressures.c
gaspressures.h
gettext.h
gettextfromc.cpp Localization: make cache thread safe and robust against use-after-free 2018-06-24 20:31:14 +02:00
gettextfromc.h
git-access.c
git-access.h
gpslocation.cpp mobile: use undo-command to apply gps fixes 2020-03-09 12:41:57 -07:00
gpslocation.h mobile: use undo-command to apply gps fixes 2020-03-09 12:41:57 -07:00
imagedownloader.cpp code cleanup: consistently initialize zero duration_t 2020-01-10 02:37:03 +09:00
imagedownloader.h
import-cobalt.c
import-csv.c Correcting typos of the word celsius 2020-02-09 12:45:55 -08:00
import-csv.h
import-divinglog.c
import-shearwater.c
import-suunto.c
ios.cpp
libdivecomputer.c android/usb: pass in the UsbDevice when downloading 2020-03-16 07:58:20 -07:00
libdivecomputer.h android/usb: pass in the UsbDevice when downloading 2020-03-16 07:58:20 -07:00
liquivision.c code cleanup: introduce empty_cylinder constant 2020-01-10 02:37:03 +09:00
load-git.c load-git: fix up any corrupted modechange event names 2020-02-15 10:12:35 +01:00
macos.c
membuffer.c
membuffer.h
metadata.cpp code cleanup: replace created() with birthTime() for Qt >= 5.10 2020-01-10 02:37:03 +09:00
metadata.h
metrics.cpp
metrics.h
ostctools.c
parse-gpx.cpp Parse GPX dive coordinates: Qt XML framework 2020-01-25 23:25:33 +02:00
parse-gpx.h core: move GPX parsing into core 2020-01-24 09:51:02 -08:00
parse-xml.c code cleanup: introduce empty_cylinder constant 2020-01-10 02:37:03 +09:00
parse.c
parse.h
planner.c code cleanup: introduce empty_cylinder constant 2020-01-10 02:37:03 +09:00
planner.h
plannernotes.c Cylinders: access cylinders with get_cylinder() 2019-11-09 19:19:04 +01:00
pref.h mobile: remove filter settings 2020-03-01 10:21:44 -08:00
profile.c Grammar: replaces 'indexes' by 'indices' 2020-03-11 08:26:30 -07:00
profile.h
qt-ble.cpp Update to new libdivecomputer version 2020-01-27 09:51:31 -08:00
qt-ble.h Update to new libdivecomputer version 2020-01-27 09:51:31 -08:00
qt-gui.h
qt-init.cpp code cleanup: QLatin1Literal is deprecated in Qt 5.14 2020-01-26 16:49:42 -08:00
qthelper.cpp core: make command texts available for C code 2020-03-10 09:25:57 -07:00
qthelper.h core: make command texts available for C code 2020-03-10 09:25:57 -07:00
qtserialbluetooth.cpp iostream: fix incorrect rfcomm error case when writing 2020-03-14 11:34:46 -07:00
save-git.c cloud storage: add list of changes made to commit messages 2020-03-10 09:25:57 -07:00
save-html.c Cleanup: remove const bool parameters and return types 2020-02-09 12:13:18 -08:00
save-html.h
save-profiledata.c Cleanup: remove const bool parameters and return types 2020-02-09 12:13:18 -08:00
save-profiledata.h
save-xml.c Grammar: replaces 'indexes' by 'indices' 2020-03-11 08:26:30 -07:00
selection.cpp cleanup: remove current_dive parameter from divesSelected signal 2020-03-12 07:09:01 -07:00
selection.h
serial_ftdi.c
serial_usb_android.cpp android/usb: pass in the UsbDevice when downloading 2020-03-16 07:58:20 -07:00
serial_usb_android.h android/usb: pass in the UsbDevice when downloading 2020-03-16 07:58:20 -07:00
sha1.c
sha1.h
ssrf.h core: remove LOG_STP from mobile 2019-12-13 07:04:00 -05:00
statistics.c
statistics.h
strndup.h
strtod.c
structured_list.h
subsurface-string.h
subsurfacestartup.c mobile: allow disabling BT support from the command line 2020-03-06 10:00:13 +01:00
subsurfacestartup.h
subsurfacesysinfo.cpp
subsurfacesysinfo.h
table.h
tag.c
tag.h
taxonomy.c
taxonomy.h
time.c
timer.c Add timestamps to libdivecomputer.log 2020-03-10 17:42:54 -07:00
timer.h Add timestamps to libdivecomputer.log 2020-03-10 17:42:54 -07:00
trip.c core/trip handling: add helper function to get trip from id 2020-03-10 09:25:57 -07:00
trip.h core/trip handling: add helper function to get trip from id 2020-03-10 09:25:57 -07:00
uemis-downloader.c
uemis.c
uemis.h
units.c
units.h mobile-widgets: add pure interface for passing values to QML 2020-01-18 17:31:58 -08:00
unix.c
uploadDiveLogsDE.cpp core: fix incorrect changes in divelogs.de export 2020-02-17 10:50:51 -08:00
uploadDiveLogsDE.h Cleanup: remove const bool parameters and return types 2020-02-09 12:13:18 -08:00
uploadDiveShare.cpp
uploadDiveShare.h
version.c
version.h
videoframeextractor.cpp
videoframeextractor.h
webservice.h
windows.c
windowtitleupdate.cpp
windowtitleupdate.h
worldmap-options.h
worldmap-save.c Cleanup: remove const bool parameters and return types 2020-02-09 12:13:18 -08:00
worldmap-save.h Cleanup: remove const bool parameters and return types 2020-02-09 12:13:18 -08:00
xmp_parser.cpp
xmp_parser.h