Age | Commit message (Expand) | Author |
2020-06-07 | mobile: add helper to import data from local cloud cache | Dirk Hohndel |
2020-06-07 | mobile: make list of local cloud cache directories available | Dirk Hohndel |
2020-05-25 | mobile/credentials: email address must be lower case | Dirk Hohndel |
2020-05-22 | cleanup: create common QDateTime -> timestamp conversion function | Berthold Stoeger |
2020-05-07 | cleanup: invert control-flow when resetting the core structures | Berthold Stoeger |
2020-04-21 | cleanup: replace constructs of the type &vector[0] by vector.data() | Berthold Stoeger |
2020-04-13 | mobile: don't call main loop for notifications once initialized | Berthold Stoeger |
2020-04-04 | mobile/startup: fix potential crash when switching back and forth | Dirk Hohndel |
2020-04-04 | mobile/cleanup: create helper function to hide verbose casts | Dirk Hohndel |
2020-04-04 | mobile/cloud-storage: correctly transition from no-cloud to cloud | Dirk Hohndel |
2020-04-04 | mobile/cloud-storage: fix test for no cloud to cloud transition | Dirk Hohndel |
2020-04-04 | mobile/cleanup: remove outdated comment and fix whitespace | Dirk Hohndel |
2020-04-04 | mobile/undo: set undo stack as clean after save | Berthold Stoeger |
2020-04-04 | mobile/undo: consider undo-stack when checking for unsaved changes | Berthold Stoeger |
2020-04-04 | mobile/edits: ensure changesNeedSaving is called | Dirk Hohndel |
2020-04-04 | mobile: when creating gps dive site use the new dive site name | Berthold Stoeger |
2020-04-04 | mobile: properly recognize changed dive site | Berthold Stoeger |
2020-04-04 | mobile UI: delay reading the dive list until app is active | Dirk Hohndel |
2020-04-04 | mobile/core: remove locking for git access | Dirk Hohndel |
2020-04-04 | mobile/startup: show progress update earlier | Dirk Hohndel |
2020-04-04 | mobile UI: setup callback for the new notification mechanism | Dirk Hohndel |
2020-04-04 | mobile: add indication if the app has finished initializing | Dirk Hohndel |
2020-04-04 | undo/mobile: keep track of dive sites | Berthold Stoeger |
2020-03-31 | mobile: don't call saveChangesLocal() twice on non-iOS | Berthold Stoeger |
2020-03-30 | mobile/dive-list: add indicator that dive list is being processed | Dirk Hohndel |
2020-03-29 | mobile/cleanup: use a mutex to protect storage access | Dirk Hohndel |
2020-03-28 | mobile/save-changes: untangle the handling of alreadySaving | Dirk Hohndel |
2020-03-28 | mobile/cleanup: tiny coding style issue that bugged me | Dirk Hohndel |
2020-03-26 | iOS: ensure changes are saved locally | Dirk Hohndel |
2020-03-26 | cleanup: remove dead code | Dirk Hohndel |
2020-03-26 | mobile/dive-list: add ability to create trip | Dirk Hohndel |
2020-03-21 | mobile/divelist: add UI to toggle dive invalid flag | Dirk Hohndel |
2020-03-18 | mobile: remove QMLManager::updateSiteList() | Berthold Stoeger |
2020-03-17 | git: load into arbitrary dive tables | Berthold Stoeger |
2020-03-17 | mobile/cleanup: add some more log messages | Dirk Hohndel |
2020-03-17 | mobile/cleanup: remove the second access to cloud data | Dirk Hohndel |
2020-03-17 | mobile/edit: don't add dive site twice to table | Berthold Stoeger |
2020-03-16 | mobile/DC-download: show USB devices before BT/BLE | Dirk Hohndel |
2020-03-16 | android/usb: better memory management | Dirk Hohndel |
2020-03-16 | android/usb: simply restart the download after receiving permission | Dirk Hohndel |
2020-03-16 | mobile UI: rescan button on DC Download page rescans BT/BLE/USB | Dirk Hohndel |
2020-03-16 | android/usb: pass in the UsbDevice when downloading | Dirk Hohndel |
2020-03-16 | android/usb: parse the usbDevice when responding to intent | Dirk Hohndel |
2020-03-12 | mobile UI: make user and log messages consistent for no cloud | Dirk Hohndel |
2020-03-11 | Grammar: replaces 'indexes' by 'indices' | Robert C. Helling |
2020-03-10 | Android: remove USB devices we don't support | Dirk Hohndel |
2020-03-10 | mobile: add ability to update trip details | Dirk Hohndel |
2020-03-10 | mobile UI: don't call into the event loop | Dirk Hohndel |
2020-03-10 | mobile/trip-handling: add helper to add dive to a trip | Dirk Hohndel |
2020-03-10 | mobile UI: add ability to remove dive from its trip | Dirk Hohndel |