-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New release new stable branch
- Loading branch information
Showing
396 changed files
with
2,960 additions
and
750 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Getting started guide | ||
|
||
## Main view | ||
When starting AAT the first time it shows the **main view**. That's basically a list of sub-views you can open. The first 3 entries are **"Copckpit A, Cockpit B, and Map"** if you have one of these open you can cycle through them with the down arrow. The right arrow switches trough the different pages of the view you are in. | ||
|
||
## Map view (or full screen map) | ||
In the **map view** the down arrow is in the main bar (tap the top area of the map). For zooming and navigating tap the bottom area of the map. For grid, search overpass etc. tap the right area of the map. For the draft editor tap the left side of the map. | ||
The track that gets currently recorded is always displayed on the map. | ||
|
||
## Display recorded track | ||
Now once you have stopped the tracker go back to the **main view** with your phones back button. Then select **Track list** to show a list of all recorded GPX tracks. Every track has a preview image if you tap on this image you'll get a context menu for this GPX-file. _Here you can for example select this track for one of the 4 overlay slots._ You can display any recorded track by taping the text area of the list entry. (Always go back to the list with the phones back button). In the track view there are again different pages (graph, summary and map) and you can cycle trough all tracks with the up and down arrow. | ||
|
||
There are different pages in the **Track list** view (Access them with < ... > ). This pages offer **a map as an alternative to the track list**, **summary information** and **filter options**. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# About | ||
AAT - Android Activity Tracker is a GPS-tracking application for tracking sportive activities, with emphasis on cycling. It uses MapsForge to display map tiles and offline maps from the OpenStreetMap project. | ||
[AAT - Another Activity Tracker](https://bailu.ch/aat) is a GPS-tracking application for tracking sportive activities, with emphasis on cycling. It uses MapsForge to display map tiles and offline maps from the OpenStreetMap project. | ||
|
||
|
||
|
||
# Copyright | ||
## Map tiles | ||
(c) [OpenStreetMap, CC-BY-SA 2.0](http://wiki.openstreetmap.org/wiki/Legal_FAQ) | ||
|
@@ -13,9 +13,19 @@ license: [GNU Lesser GPL v3](http://www.gnu.org/licenses/lgpl.html) | |
|
||
## AAT | ||
(c) 2011-2018 Lukas Bai [email protected] | ||
license: [GNU GPLv3 or later](http://www.gnu.org/licenses/gpl.html) | ||
Logo designed by Ibrahim Tenekeci | ||
license: [GNU GPLv3 or later](http://www.gnu.org/licenses/gpl.html) | ||
|
||
|
||
# Availability | ||
Source: [GitHub](https://github.com/bailuk/AAT) | ||
Binary: [F-Droid](https://f-droid.org/repository/browse/?fdid=ch.bailu.aat) | ||
|
||
|
||
# Documentation | ||
[Getting started](README.gettingstarted.md) | ||
[README](README.enduser.md) | ||
|
||
|
||
# Donate | ||
You can support this project with a [donation](https://bailu.ch/aat/donate.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<h1>About</h1> | ||
|
||
<p>AAT - Android Activity Tracker is a GPS-tracking application for tracking sportive activities, with emphasis on cycling. It uses MapsForge to display map tiles and offline maps from the OpenStreetMap project.</p> | ||
<p><a href="https://bailu.ch/aat">AAT - Another Activity Tracker</a> is a GPS-tracking application for tracking sportive activities, with emphasis on cycling. It uses MapsForge to display map tiles and offline maps from the OpenStreetMap project.</p> | ||
|
||
<h1>Copyright</h1> | ||
|
||
|
@@ -17,9 +17,19 @@ <h2>Mapsforge</h2> | |
<h2>AAT</h2> | ||
|
||
<p>(c) 2011-2018 Lukas Bai [email protected] <br> | ||
license: <a href="http://www.gnu.org/licenses/gpl.html">GNU GPLv3 or later</a></p> | ||
Logo designed by Ibrahim Tenekeci <br> | ||
license: <a href="http://www.gnu.org/licenses/gpl.html">GNU GPLv3 or later</a> </p> | ||
|
||
<h1>Availability</h1> | ||
|
||
<p>Source: <a href="https://github.com/bailuk/AAT">GitHub</a> <br> | ||
Binary: <a href="https://f-droid.org/repository/browse/?fdid=ch.bailu.aat">F-Droid</a></p> | ||
|
||
<h1>Documentation</h1> | ||
|
||
<p><a href="README.gettingstarted.md">Getting started</a> <br> | ||
<a href="README.enduser.md">README</a></p> | ||
|
||
<h1>Donate</h1> | ||
|
||
<p>You can support this project with a <a href="https://bailu.ch/aat/donate.html">donation</a></p> |
File renamed without changes.
16 changes: 16 additions & 0 deletions
16
app/src/main/assets/documentation/README.gettingstarted.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<h1>Getting started guide</h1> | ||
|
||
<h2>Main view</h2> | ||
|
||
<p>When starting AAT the first time it shows the <strong>main view</strong>. That's basically a list of sub-views you can open. The first 3 entries are <strong>"Copckpit A, Cockpit B, and Map"</strong> if you have one of these open you can cycle through them with the down arrow. The right arrow switches trough the different pages of the view you are in.</p> | ||
|
||
<h2>Map view (or full screen map)</h2> | ||
|
||
<p>In the <strong>map view</strong> the down arrow is in the main bar (tap the top area of the map). For zooming and navigating tap the bottom area of the map. For grid, search overpass etc. tap the right area of the map. For the draft editor tap the left side of the map. | ||
The track that gets currently recorded is always displayed on the map.</p> | ||
|
||
<h2>Display recorded track</h2> | ||
|
||
<p>Now once you have stopped the tracker go back to the <strong>main view</strong> with your phones back button. Then select <strong>Track list</strong> to show a list of all recorded GPX tracks. Every track has a preview image if you tap on this image you'll get a context menu for this GPX-file. <em>Here you can for example select this track for one of the 4 overlay slots.</em> You can display any recorded track by taping the text area of the list entry. (Always go back to the list with the phones back button). In the track view there are again different pages (graph, summary and map) and you can cycle trough all tracks with the up and down arrow.</p> | ||
|
||
<p>There are different pages in the <strong>Track list</strong> view (Access them with < ... > ). This pages offer <strong>a map as an alternative to the track list</strong>, <strong>summary information</strong> and <strong>filter options</strong>.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.