diff --git a/AUTHORS.md b/AUTHORS.md index efd017f..db6ec61 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,6 +5,8 @@ AUTHORS Trackbook is designed, developed and maintained by: [y20k](https://github.com/y20k) ### Translations +Danish version: [alexanderlhc](https://github.com/alexanderlhc) | [weblate version history](https://hosted.weblate.org/changes/?lang=da&project=trackbook) + Dutch version: [Heimen Stoffels](https://github.com/Vistaus), [hypothermic](https://github.com/hypothermic) | [weblate version history](https://hosted.weblate.org/changes/?lang=nl&project=trackbook) German version: [y20k](https://github.com/y20k) | [weblate version history](https://hosted.weblate.org/changes/?lang=de&project=trackbook) diff --git a/README.md b/README.md index 05e195f..35e2c4b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ README Trackbook - Movement Recorder for Android ----------------------------------------- -**Version 1.1.x ("Sheep")** +**Version 1.2.x ("San Tropez")** Trackbook is a bare bones app for recording your movements. Trackbook is great for hiking, vacation or workout. Once started it traces your movements on a map. The map data is provided by [OpenStreetMap (OSM)](https://www.openstreetmap.org/). diff --git a/app/build.gradle b/app/build.gradle index 9ea934b..2dda096 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,7 +13,7 @@ android { versionName project.ext.versionName vectorDrawables.useSupportLibrary = true - resConfigs "en", "de", "id", "it", "ja", "nb-rNO", "nl", "sv" + resConfigs "en", "da", "de", "id", "it", "ja", "nb-rNO", "nl", "sv" } buildTypes { diff --git a/app/src/main/ic_launcher-web.png b/app/src/main/ic_launcher-web.png index 4226ae5..505e969 100644 Binary files a/app/src/main/ic_launcher-web.png and b/app/src/main/ic_launcher-web.png differ diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml deleted file mode 100755 index f867ad6..0000000 --- a/app/src/main/res/drawable/ic_launcher_background.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000..4b26ce1 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 0000000..4b26ce1 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png index 2e08a91..588aef0 100755 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png index ae4af00..074f29d 100755 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png and b/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 0000000..47855d4 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png index 96a2582..05d7e5b 100755 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png index 62fea93..e9e207f 100755 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png and b/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 0000000..d5d741a Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png index 88b1656..579f66d 100755 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png index c3315af..fc88651 100755 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 0000000..6c86670 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index 7ceca6b..8620e5a 100755 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png index 6b0f56e..a3d30a6 100755 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 0000000..fceb45f Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index 6e13e60..e77c59e 100755 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png index f320a84..2353da4 100755 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 0000000..dbd711d Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index 27e77f6..89886d7 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -1,8 +1,11 @@ - Trackbook + + Trackbook + Kort Seneste ture + Trackbook kører Trackbook kører ikke Stop @@ -12,13 +15,16 @@ Distance Bevægelse optagelses tilstand Vis varighed og distance. Mulighed for at stoppe optagelse af bevægelse. + Sporing stoppet Sporing startet Sporing genoptaget Lokalisering er slået fra. Trackbook kan ikke virke. + Ryd Gem Fortsæt + Afbryd Ryd optagelse\? Ryd @@ -35,6 +41,7 @@ Kan ikke gemme Trackbook har ingen rutepunkter endnu. Fortsæt optagelse + Tilladelse givet. Ude af stand til at starte Trackbook. Kan ikke tilgå ekstern hukommelse. @@ -52,9 +59,11 @@ Skifter til nat tilstand (langt tryk genkendt) Skifter til dag tilstand (langt tryk genkendt) Skifter til at følge telefonens indstillinger (langt tryk genkendt) + Kilde Tid Nøjagtighed + Statistik tur data mangler Samlet distance: @@ -68,6 +77,7 @@ Laveste målepunkt: Elevation (op ad bakke): Elevation (ned af bakke): + Hej Trackbook app ikon Trackbook @@ -78,8 +88,10 @@ LAGRING "Trackbook bruger osmdroid, til at lagre kortfliser på Androids eksterne hukommelse. Du kan finde dem i osmdroid mappen i roden af filsystemet." Forstået! + Dine optagede ture ... vil dukke op her. + Kortlægning af nuværende tur Kortlægning af sidste tur Min position knap @@ -95,4 +107,4 @@ Eksporter tur knap Slet tur knap Del eksport som GPX knap - \ No newline at end of file + diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index f6d29db..ee6a6a7 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -2,11 +2,9 @@ Trackbook - Karte Letzte Aufzeichnungen - Trackbook ist inaktiv Trackbook wird ausgeführt @@ -17,18 +15,15 @@ Entfernung Status der Aufzeichnung Dauer- und Entfernungsanzeige. Option die Aufzeichnung von Standort-Bewegungen zu beenden. - Aufzeichnung angehalten Aufzeichnung gestartet Aufzeichnung fortgesetzt Standortdienste sind deaktiviert. Trackbook wird nicht funktionieren. - Zurücksetzen Speichern Fortsetzen - Abbrechen Aufzeichnung zurücksetzen? @@ -46,7 +41,6 @@ Speichern nicht möglich Trackbook hat noch keine Wegpunkte aufgezeichnet. Aufzeichnung fortsetzen - Berechtigungen erteilt. Trackbook konnte nicht gestartet werden. @@ -65,12 +59,10 @@ Nachtmodus aktiviert (Längeres Drücken erkannt) Tagmodus aktiviert (Längeres Drücken erkannt) Modus Systemeinstellung Beachten aktiviert (Längeres Drücken erkannt) - Quelle Uhrzeit Genauigkeit - Statistik Steckendaten fehlen @@ -85,7 +77,6 @@ Tiefster Wegpunkt: Höhenmeter (bergauf): Höhenmeter (bergab): - Hallo Trackbook App-Symbol @@ -97,18 +88,16 @@ SPEICHER Trackbook nutzt osmdroid; osmdroid speichert Kartendaten im Externen Speicher von Android. Der Karten-Cache befindet sich im Ordner osmdroid auf der obersten Ebene des für Nutzer sichtbaren Dateisystems. Alles klar! - Bewegungsaufzeichnungen … werden hier erscheinen. - Kartierung der aktuellen Aufzeichnung Kartierung der letzten Aufzeichnung Mein-Standort-Button - - - + Aufzeichnung-Starten-Button + Aufzeichnung-Beenden-Button + Aufzeichnungsoptionen-Button kleiner Speichern-Button kleiner Zurücksetzen-Button kleiner Fortsetzen-Button @@ -118,5 +107,4 @@ Schaltfläche „Aufzeichnung exportieren” Schaltfläche „Aufzeichnung löschen” Share-Taste, die den Export als GPX anbietet - diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 0190875..78ce470 100755 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -31,9 +31,9 @@ #FFE6BA64 - #FF2095F2 + #FF3C98DB #FF12537F - #D92095F2 + #D93C98DB #FF4CAF50 @@ -52,7 +52,6 @@ #00000000 - #FF4caf50 - #FF289033 + #FF3C98DB diff --git a/app/src/main/res/values/ic_launcher_background.xml b/app/src/main/res/values/ic_launcher_background.xml new file mode 100644 index 0000000..1a9be61 --- /dev/null +++ b/app/src/main/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #3C98DB + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 44731aa..df0c737 100755 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -2,11 +2,9 @@ Trackbook - Map Last Tracks - Trackbook running Trackbook not running @@ -17,18 +15,15 @@ Distance Movement Recording State Display duration and distance. Option to stop movement recording. - Tracking stopped Tracking started Tracking resumed Location is turned off. Trackbook will not work. - Clear Save Resume - Cancel Clear Recording? @@ -46,7 +41,6 @@ Unable to save Trackbook did not record any waypoints so far. Resume Recording - Permissions granted. Unable to start Trackbook. @@ -65,12 +59,10 @@ Switching to Night mode (long press detected) Switching to Day mode (long press detected) Switching to Follow System Setting mode (long press detected) - Source Time Accuracy - Statistics track data missing @@ -85,7 +77,6 @@ Lowest waypoint: Elevation (uphill): Elevation (downhill): - Hello Trackbook App Icon @@ -97,11 +88,9 @@ STORAGE Trackbook uses osmdroid, which caches map tiles on Android\'s external storage. You can find the map cache in the osmdroid folder on the top level of the user-facing file system. Got it! - Your recorded tracks … will show up here. - Mapping of current track Mapping of last track @@ -118,5 +107,4 @@ Track export button Track delete button Share button that offers to export as GPX - diff --git a/assets/README.md b/assets/README.md new file mode 100644 index 0000000..a4a8787 --- /dev/null +++ b/assets/README.md @@ -0,0 +1,17 @@ +# Assets + + + +## Adaptive Icon + +How to create Trackbooks's [Adaptive Icon](https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive) using Android Studio: + +1. Go to `File > New > Image Asset` +2. Choose `Icon Type > Launcher Icons (Adaptive and Legacy)` +3. Foreground Layer: Select the file [trackbook-app-icon-current-without-background.png](https://raw.githubusercontent.com/y20k/trackbook/master/assets/trackbook-app-icon-current-without-background.png) +4. Background Layer: Select the color `3C98DB` +5. Foreground Layer: Set Trim to `No` +6. Foreground Layer: Set Resize to `72%` + +## F-Droid Assets +F-Droid assets are found in the folder **metadata//**. \ No newline at end of file diff --git a/assets/trackbook-app-icon-current-without-background.png b/assets/trackbook-app-icon-current-without-background.png new file mode 100644 index 0000000..8efb782 Binary files /dev/null and b/assets/trackbook-app-icon-current-without-background.png differ diff --git a/assets/trackbook-app-icon-current.png b/assets/trackbook-app-icon-current.png index a42981f..715ad4e 100644 Binary files a/assets/trackbook-app-icon-current.png and b/assets/trackbook-app-icon-current.png differ diff --git a/assets/trackbook-app-icon-current.svg b/assets/trackbook-app-icon-current.svg index cb11635..003bdca 100644 --- a/assets/trackbook-app-icon-current.svg +++ b/assets/trackbook-app-icon-current.svg @@ -15,8 +15,11 @@ width="192pt" height="192pt" viewBox="0 0 256.00001 256.00001" - sodipodi:docname="app-icon-new-color-scheme.svg" - inkscape:version="0.92.4 5da689c313, 2019-01-14">image/svg+xml