summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
AgeCommit message (Expand)Author
2020-05-18mobile/dive-edit: use template components and theme colorsGravatar Dirk Hohndel
2020-05-18mobile/UI: correctly theme template spin boxGravatar Dirk Hohndel
2020-05-18mobile/dc-download: fix dark theme appearanceGravatar Dirk Hohndel
2020-05-14mobile/dive-details: show tagsGravatar Dirk Hohndel
2020-05-14mobile/dive-details: less whitespace at the topGravatar Dirk Hohndel
2020-05-14mobile/dive-details: use our labels to create denser displayGravatar Dirk Hohndel
2020-05-14mobile: reduce vertical white space around labelsGravatar Dirk Hohndel
2020-05-14mobile: add smaller, vertically dense template labelGravatar Dirk Hohndel
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-18mobile UI: indicate status of verbose flagGravatar Dirk Hohndel
2020-04-13mobile: don't call main loop for notifications once initializedGravatar Berthold Stoeger
2020-04-13mobile: remove overwriting of line special case in ui-notificationGravatar 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/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