mobile/debugging: copy GPS fixes to clipboard

The goal is to enable a user experiencing crashes when applying GPS data
to their dive log to make all necessary data available to the
developers. Hopefully the clipboard is large enough to hold all the
data.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2021-01-22 17:09:18 -08:00
parent faafcd0cfc
commit 64dea827bd
5 changed files with 31 additions and 1 deletions

View file

@ -605,6 +605,15 @@ if you have network connectivity and want to sync your data to cloud storage."),
}
}
Kirigami.Action {
text: qsTr("Copy GPS to clipboard")
onTriggered: {
globalDrawer.close()
manager.copyGpsFixesToClipboard()
}
}
/* disable for now
Kirigami.Action {
text: qsTr("Dive planner")