diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-02-18 11:14:23 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-18 11:14:23 -0800 |
commit | a351aa6dbcddfef5bba056fa4797414f8d82e972 (patch) | |
tree | af137793810f41fb614bbcfa6502c53f6e5ae0d6 /Documentation/user-manual.txt | |
parent | 8a7ac96504db4b68ba43433044808767069da05d (diff) | |
download | subsurface-a351aa6dbcddfef5bba056fa4797414f8d82e972.tar.gz |
Documentation: Briefly explain the download from web service
This sounds rather lame as the app hasn't been released but it is too
useful to not have it in 3.0
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Documentation/user-manual.txt')
-rw-r--r-- | Documentation/user-manual.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index d7c4028f5..a2b3fde32 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -630,6 +630,27 @@ by clicking the 'Add waypoint'. Note that if you go to edit previous segments, the later segments values are not properly included in the calculation until they get a focus out event or 'OK' is clicked. +[[S_Webservice]] +Web Service and Companion App +----------------------------- + +This part of Subsurface is a bit of 'work in progress'. We are +developing a companion application for Android that will allow you to +track dive sites from your GPS-enabled Android device; at the time of +the Subsurface 3.0 release the app wasn't ready to be submitted to the +Google Play store, but since it is mostly usable when built form +source we left the server side integration in Subsurface. + +Assuming you have used the companion app to name and locate dive sites +you can use this menu item to connect to our backend server and +download this data. Enter your userid (you got this when registering +with the web service) and click 'Download'. If the data was +successfully downloaded you can click apply and Subsurface will match +the time stamps of the downloaded location and site name information +with the dives in your log and will add the GPS locations and dive +site names to your dives. + + [[S_Menu]] The menu and sub-menus ---------------------- |