Mobile: add checkbox to force downloading all dives

This has been a feature people have asked for quite frequently. It is
taking up some valuable screen real estate - so the question could
become if there should be a switch to enable / disable it.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-05-05 16:07:15 -07:00
parent a4ecfb7522
commit 144de49ad4
2 changed files with 30 additions and 2 deletions

View file

@ -82,6 +82,7 @@ void DownloadThread::run()
internalData->devname = "ftdi";
#endif
qDebug() << "Starting download from " << (internalData->bluetooth_mode ? "BT" : internalData->devname);
qDebug() << "downloading" << (internalData->force_download ? "all" : "only new") << "dives";
clear_table(&downloadTable);
clear_dive_site_table(&diveSiteTable);