summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.cpp
AgeCommit message (Expand)Author
2020-06-07mobile: add helper to import data from local cloud cacheGravatar Dirk Hohndel
2020-06-07mobile: make list of local cloud cache directories availableGravatar Dirk Hohndel
2020-05-25mobile/credentials: email address must be lower caseGravatar Dirk Hohndel
2020-05-22cleanup: create common QDateTime -> timestamp conversion functionGravatar Berthold Stoeger
2020-05-07cleanup: invert control-flow when resetting the core structuresGravatar Berthold Stoeger
2020-04-21cleanup: replace constructs of the type &vector[0] by vector.data()Gravatar Berthold Stoeger
2020-04-13mobile: don't call main loop for notifications once initializedGravatar Berthold Stoeger
2020-04-04mobile/startup: fix potential crash when switching back and forthGravatar Dirk Hohndel
2020-04-04mobile/cleanup: create helper function to hide verbose castsGravatar Dirk Hohndel
2020-04-04mobile/cloud-storage: correctly transition from no-cloud to cloudGravatar Dirk Hohndel
2020-04-04mobile/cloud-storage: fix test for no cloud to cloud transitionGravatar Dirk Hohndel
2020-04-04mobile/cleanup: remove outdated comment and fix whitespaceGravatar Dirk Hohndel
2020-04-04mobile/undo: set undo stack as clean after saveGravatar Berthold Stoeger
2020-04-04mobile/undo: consider undo-stack when checking for unsaved changesGravatar Berthold Stoeger
2020-04-04mobile/edits: ensure changesNeedSaving is calledGravatar Dirk Hohndel
2020-04-04mobile: when creating gps dive site use the new dive site nameGravatar Berthold Stoeger
2020-04-04mobile: properly recognize changed dive siteGravatar Berthold Stoeger
2020-04-04mobile UI: delay reading the dive list until app is activeGravatar Dirk Hohndel
2020-04-04mobile/core: remove locking for git accessGravatar Dirk Hohndel
2020-04-04mobile/startup: show progress update earlierGravatar Dirk Hohndel
2020-04-04mobile UI: setup callback for the new notification mechanismGravatar Dirk Hohndel
2020-04-04mobile: add indication if the app has finished initializingGravatar Dirk Hohndel
2020-04-04undo/mobile: keep track of dive sitesGravatar Berthold Stoeger
2020-03-31mobile: don't call saveChangesLocal() twice on non-iOSGravatar Berthold Stoeger
2020-03-30mobile/dive-list: add indicator that dive list is being processedGravatar Dirk Hohndel
2020-03-29mobile/cleanup: use a mutex to protect storage accessGravatar Dirk Hohndel
2020-03-28mobile/save-changes: untangle the handling of alreadySavingGravatar Dirk Hohndel
2020-03-28mobile/cleanup: tiny coding style issue that bugged meGravatar Dirk Hohndel
2020-03-26iOS: ensure changes are saved locallyGravatar Dirk Hohndel
2020-03-26cleanup: remove dead codeGravatar Dirk Hohndel
2020-03-26mobile/dive-list: add ability to create tripGravatar Dirk Hohndel
2020-03-21mobile/divelist: add UI to toggle dive invalid flagGravatar Dirk Hohndel
2020-03-18mobile: remove QMLManager::updateSiteList()Gravatar Berthold Stoeger
2020-03-17git: load into arbitrary dive tablesGravatar Berthold Stoeger
2020-03-17mobile/cleanup: add some more log messagesGravatar Dirk Hohndel
2020-03-17mobile/cleanup: remove the second access to cloud dataGravatar Dirk Hohndel
2020-03-17mobile/edit: don't add dive site twice to tableGravatar Berthold Stoeger
2020-03-16mobile/DC-download: show USB devices before BT/BLEGravatar Dirk Hohndel
2020-03-16android/usb: better memory managementGravatar Dirk Hohndel
2020-03-16android/usb: simply restart the download after receiving permissionGravatar Dirk Hohndel
2020-03-16mobile UI: rescan button on DC Download page rescans BT/BLE/USBGravatar Dirk Hohndel
2020-03-16android/usb: pass in the UsbDevice when downloadingGravatar Dirk Hohndel
2020-03-16android/usb: parse the usbDevice when responding to intentGravatar Dirk Hohndel
2020-03-12mobile UI: make user and log messages consistent for no cloudGravatar Dirk Hohndel
2020-03-11Grammar: replaces 'indexes' by 'indices'Gravatar Robert C. Helling
2020-03-10Android: remove USB devices we don't supportGravatar Dirk Hohndel
2020-03-10mobile: add ability to update trip detailsGravatar Dirk Hohndel
2020-03-10mobile UI: don't call into the event loopGravatar Dirk Hohndel
2020-03-10mobile/trip-handling: add helper to add dive to a tripGravatar Dirk Hohndel
2020-03-10mobile UI: add ability to remove dive from its tripGravatar Dirk Hohndel