summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
AgeCommit message (Expand)Author
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/download-from-DC: ensure that changes get actually savedGravatar Dirk Hohndel
2020-04-04mobile/cleanup: fix whitespace and remove verbose messagesGravatar Dirk Hohndel
2020-04-04mobile UI: delay reading the dive list until app is activeGravatar Dirk Hohndel
2020-04-04mobile UI: only test for plugged in USB serial device on AndroidGravatar Dirk Hohndel
2020-04-04mobile/core: remove locking for git accessGravatar Dirk Hohndel
2020-04-04mobile/dive-list: don't use cacheBufferGravatar Dirk Hohndel
2020-04-04mobile/dive-list: performance improvement for invalid divesGravatar Dirk Hohndel
2020-04-04mobile/dive-list: only show dive list notifications when it is visibleGravatar Dirk Hohndel
2020-04-04mobile/startup: show progress update earlierGravatar Dirk Hohndel
2020-04-04mobile/startup: show notification directly in the UI windowGravatar 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-04cleanup: update all copyright dates to 2020Gravatar Dirk Hohndel
2020-04-04undo/mobile: keep track of dive sitesGravatar Berthold Stoeger
2020-03-31mobile/dive-list: try to force focus on filter text fieldGravatar Dirk Hohndel
2020-03-31mobile/dive-summary: make the drop downs smallerGravatar Dirk Hohndel
2020-03-31mobile/dive-details: add option to toggle the invalid flagGravatar Dirk Hohndel
2020-03-31mobile/dive-details: fix incorrect call to create tripGravatar Dirk Hohndel
2020-03-31mobile/dive-details: if menu is open, close that with back buttonGravatar Dirk Hohndel
2020-03-31cleanup: make QMLManager member functions privateGravatar Berthold Stoeger
2020-03-31mobile: don't call saveChangesLocal() twice on non-iOSGravatar Berthold Stoeger
2020-03-31mobile/dive-details: don't show virtual keyboard in dive view modeGravatar Dirk Hohndel
2020-03-31mobile: improve Android back key behaviorGravatar Dirk Hohndel
2020-03-31mobile/dive-details: remove the redundant 'map it' buttonGravatar Dirk Hohndel
2020-03-31mobile/dive-list: avoid using undefined value as booleanGravatar Dirk Hohndel
2020-03-31cleanup: remove loadFromCloud() declaration from QMLManager.hGravatar Berthold Stoeger
2020-03-30cleanup: use setPointSizeF() in themeInterface::set_currentScale()Gravatar Berthold Stoeger
2020-03-30cleanup: fix initialization order in QMLProfile constructorGravatar Berthold Stoeger
2020-03-30cleanup: un-slotify QMLManager functionsGravatar Berthold Stoeger
2020-03-30cleanup: fold ThemeInterface::setup() into constructorGravatar Berthold Stoeger
2020-03-30cleanup: don't send values in changed-signals of ThemeInterfaceGravatar Berthold Stoeger
2020-03-30coding style: rename themeInterface to ThemeInterfaceGravatar Berthold Stoeger
2020-03-30cleanup: make color-constants in themeinterface.cpp staticGravatar Berthold Stoeger
2020-03-30cleanup: make members of ThemeInterface non-staticGravatar Berthold Stoeger
2020-03-30mobile UI: don't exit when using back button to close drawersGravatar Dirk Hohndel
2020-03-30mobile/dive-list: add indicator that dive list is being processedGravatar Dirk Hohndel
2020-03-30mobile/dive-list: show/hide virtual keyboard as needed for filterGravatar Dirk Hohndel
2020-03-30mobile/dive-list: make sure filter input area is visibleGravatar 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