AugmentedInsanity / getback_gps

Open Source Android app for finding your way back to a previously visited location using GPS coordinates.

Home Page:http://ruleant.github.io/getback_gps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GetBack GPS

Build Status Coverage Status Translation status

Open Source Android app for finding your way back to a previously visited location using GPS coordinates.

Imagine visiting a town, going to an event or doing some hiking. When finished, you have to find your car again, or the way to the station, or any other point where you started. Store a location when you start your trip, and at the end of the day, use the app to find your way back to where you started.

More info on our website.

Features

  • determine location based on GPS signal, WiFi or cell phone network :
    • use best/most accurate location provider
    • get location updates automatically (based on a time interval or change of location) or
    • get location on demand (by manually refreshing)
  • save a location
  • ‘get back’ mode : indicator pointing to a stored location (showing distance and direction)
  • indicate current speed and current bearing
  • use built-in sensors to get more accurate and quicker updated bearing

Bugs and feature requests

Please report bugs and add feature requests in the Github issue tracker.

Requests for translations to a new language can be made here as well.

Translation

You can help translating the app to your own language : http://hosted.weblate.org/projects/getback_gps/strings.

Translation status

Is your language not listed? Follow the instructions on the New translation tab in Weblate or open an issue in the Github issue tracker.

Code documentation

Code documentation of all classes and their methods can be found here.

Third party material

License

Copyright (C) 2012-2014 Dieter Adriaenssens ruleant@users.sourceforge.net

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Open Source Android app for finding your way back to a previously visited location using GPS coordinates.

http://ruleant.github.io/getback_gps

License:Other