Age | Commit message (Expand) | Author |
2020-04-04 | mobile/core: remove locking for git access | Dirk Hohndel |
2020-04-04 | mobile: add indication if the app has finished initializing | Dirk Hohndel |
2020-03-31 | cleanup: make QMLManager member functions private | Berthold Stoeger |
2020-03-31 | cleanup: remove loadFromCloud() declaration from QMLManager.h | Berthold Stoeger |
2020-03-30 | cleanup: fix initialization order in QMLProfile constructor | Berthold Stoeger |
2020-03-30 | cleanup: un-slotify QMLManager functions | 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-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 | mobile/cleanup: remove the second access to cloud data | 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-10 | mobile: add ability to update trip details | 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 |
2020-03-10 | mobile: replace undoDelete() with generic undo() | Dirk Hohndel |
2020-03-10 | mobile UI: make the text of the undo/redo action available to QML | Dirk Hohndel |
2020-03-10 | mobile: remove no longer used DiveListModel | Berthold Stoeger |
2020-03-10 | mobile: remove selectedDiveTimeStamp logic | Berthold Stoeger |
2020-03-10 | mobile: remove updateSelectedDive logic | Berthold Stoeger |
2020-03-10 | mobile/undo: create EditDive command | Berthold Stoeger |
2020-03-10 | mobile UI: use undo-command for adding dive. | Berthold Stoeger |
2020-03-10 | mobile/divelist: select dive after swipe | Berthold Stoeger |
2020-03-10 | mobile/divelist: don't set currentIndex on undo of dive deletion | Berthold Stoeger |
2020-03-10 | mobile/divelist: when clicking on a row, use select_single_dive() | Berthold Stoeger |
2020-03-09 | mobile/undo: remove deletedDive and deletedTrip from QMLManager | Berthold Stoeger |
2020-03-09 | mobile/undo: create undo-action and connect to undo of dive deletion | Berthold Stoeger |
2020-03-09 | cleanup: fix NOCLOUD_LOCALSTORAGE leak | Berthold Stoeger |
2020-03-07 | debug: try to capture changes that don't invalidate git cache | Dirk Hohndel |
2020-03-01 | filter: introduce people- and tags-filtering in the mobile UI | Berthold Stoeger |
2020-02-17 | mobile/export: remove most of the export options | Dirk Hohndel |
2019-12-29 | mobile-widgets: add oldStatus variable to qmlmanager | jan Iversen |
2019-12-28 | mobile-widgets: make verifyCredentials() an internal function | jan Iversen |
2019-12-28 | mobile-widgets: make saveCredentials() an atom | jan Iversen |
2019-12-25 | mobile-widgets: make saveCredentials() an atom | jan Iversen |
2019-12-12 | mobile-widgets: activate uploadDiveShare in qmlmanager | jan Iversen |
2019-12-11 | mobile-widgets: make upload signals available to QML | jan Iversen |
2019-12-03 | mobile-widgets: add export functionality to qmlmanager | jan Iversen |
2019-11-10 | Mobile: add ability to directly open support email | Dirk Hohndel |
2019-10-21 | Mobile: allow editing dive number | Dirk Hohndel |
2019-10-13 | Mobile: add helper function to keep selection in sync | Dirk Hohndel |
2019-09-27 | Revert the singleton PR | Dirk Hohndel |
2019-09-25 | Cleanup: unify idiosyncratic singletons | Berthold Stoeger |
2019-09-21 | Mobile: make sure QML gets notified when value changes | Dirk Hohndel |
2019-09-14 | Mobile: use value semantics for DiveObjectHelper in qmlmanager.cpp | Berthold Stoeger |