diff --git a/app/build.gradle b/app/build.gradle index 511fb27..f628dd5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,8 +35,8 @@ android { applicationId "de.tadris.fitness" minSdkVersion 21 targetSdkVersion 28 - versionCode 101 - versionName "1.0.1" + versionCode 102 + versionName "1.0.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/app/src/main/java/de/tadris/fitness/map/MapManager.java b/app/src/main/java/de/tadris/fitness/map/MapManager.java index 41d373b..5c700f3 100644 --- a/app/src/main/java/de/tadris/fitness/map/MapManager.java +++ b/app/src/main/java/de/tadris/fitness/map/MapManager.java @@ -28,7 +28,6 @@ import org.mapsforge.map.layer.download.TileDownloadLayer; import de.tadris.fitness.map.tilesource.FitoTrackTileSource; import de.tadris.fitness.map.tilesource.MapnikTileSource; -import de.tadris.fitness.map.tilesource.ThunderforestTileSource; import de.tadris.fitness.map.tilesource.TileSources; public class MapManager { @@ -36,8 +35,8 @@ public class MapManager { public static TileDownloadLayer setupMap(MapView mapView, TileSources.Purpose purpose){ FitoTrackTileSource tileSource; switch (purpose){ - case OUTDOOR: tileSource= ThunderforestTileSource.OUTDOORS; break; - case CYCLING: tileSource= ThunderforestTileSource.CYLE_MAP; break; + /*case OUTDOOR: tileSource= ThunderforestTileSource.OUTDOORS; break; + case CYCLING: tileSource= ThunderforestTileSource.CYLE_MAP; break;*/ case DEFAULT: default: diff --git a/app/src/main/res/drawable/logo_combined.png b/app/src/main/res/drawable/logo_combined.png new file mode 100644 index 0000000..1340b01 Binary files /dev/null and b/app/src/main/res/drawable/logo_combined.png differ diff --git a/metadata/de/full_description.txt b/metadata/de/full_description.txt new file mode 100644 index 0000000..3437879 --- /dev/null +++ b/metadata/de/full_description.txt @@ -0,0 +1,6 @@ +FitoTrack ist eine App zum aufzeichnen und auswerten deiner Workouts. Ob du läufst, Fahrrad fährst oder wanderst: FitoTrack zeigt die wichtigsten Daten mit detaillierten Diagrammen und Statistiken. Es ist Open-Source und komplett ohne Werbung! + +Funktionen: +* Workouts aufzeichnen. Wähle deine Sportart und fange einfach an zu laufen/Fahrrad fahren/wandern. Du kannst währenddessen die wichtigest Informationen unter der Karte sehen. +* Workouts angucken. Schaue dir allgemeine Informationen an wie Datum, Dauer, Distanz, Geschwindigkeit, Pace, etc. Sehe die Route auf einer Karte. Untersuche deine Leistung im Geschwindigkeitsdiagramm. +* Open-Source. Es gibt keine Werbung, kein Tracking und der source code ist öffentlich zugänglich für jeden unter der GPLv3-Lizenz. \ No newline at end of file diff --git a/metadata/de/short_description.txt b/metadata/de/short_description.txt new file mode 100644 index 0000000..ee33baf --- /dev/null +++ b/metadata/de/short_description.txt @@ -0,0 +1 @@ +Ein Fitness Tracker, der deine Privatsphäre achtet \ No newline at end of file diff --git a/metadata/en-US/full_description.txt b/metadata/en-US/full_description.txt new file mode 100644 index 0000000..eee457b --- /dev/null +++ b/metadata/en-US/full_description.txt @@ -0,0 +1,6 @@ +FitoTrack is a mobile app for logging and viewing your workouts. Whether you’re running, cycling or hiking FitoTrack will show you give you the most important information with detailed charts and statistics. It is open-source and completely ad-free. + +Features: +* Track workouts. Choose your sports type and just start running/cycling/hiking/etc. You can see general information right below the map on the track screen. +* View your workouts. View general information like date, time, duration, distance, speed, pace. See your route on a map. Investigate how you performed in the speed diagram. +* Open-Source. There is no advertisement, no tracking and the source code is open and licensed under the GPLv3. \ No newline at end of file diff --git a/metadata/en-US/short_description.txt b/metadata/en-US/short_description.txt new file mode 100644 index 0000000..b5bf516 --- /dev/null +++ b/metadata/en-US/short_description.txt @@ -0,0 +1 @@ +A privacy orientated fitness tracker \ No newline at end of file