diff options
author | Salvador Cuñat <salvador.cunat@gmail.com> | 2014-05-03 11:06:16 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-05 09:01:42 -0700 |
commit | 8de1a736693e1fa4ff2cf79b284b44c3b2e1d639 (patch) | |
tree | e3d449a7f43a7c4a63fe3c4e373b479f24b09f27 /Documentation | |
parent | de89aefdcd672a2ccbc9d6c5fbc2d58d39453eca (diff) | |
download | subsurface-8de1a736693e1fa4ff2cf79b284b44c3b2e1d639.tar.gz |
User manual: document importing GPX files in companion app
Document the new "add" menu capabilities, partially as there are features still not
functional.
Documents the new feature with GPX files imports.
Corrects a typo.
Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/user-manual.txt | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index ef13e4874..bcec0a186 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -1076,13 +1076,24 @@ option (see below). Now one is ready to get a dive position and send it to the server. The Android display will look like the left hand image (*A*) below, but without any dive. -Touch the "+" icon on the top right to add a new dive site, resulting in a prompt -for a place name (or a request to activate the GPS if it is turned off). +Touch the "+" icon on the top right to add a new dive site, a selectable menu will be +deployed with 3 options: + +* Current: A prompt for a place name (or a request to activate the GPS if it is turned +off) will be displayed and the user will get a fix for the actual position. +* Use Map: For future use, currently inactive. +* Import local GPX file: The android device will search for .gpx files and located +archives will be shown. By clicking the choosen one it'll be opened and the stored +locations displayed. Now the user will select the pertinent locations and click on the +tab in the upper right, the locations will be sent to the web service, and added to the +list in the android device. + The main screen shows a list of dive locations, each with a name, date and time. Some locations may have an arrow-up icon on the selection box to the left (see image B in the middle, below) indicating that they require upload to the server. -There are several ways to send locationd to the server; the easiest is by simply + +There are several ways to send locations to the server; the easiest is by simply selecting the location. See middle image below (*B*): image::images/Companion.jpg["FIGURE: Screen shots (A-C) of companion app",align="center"] |