From c375a358b3a954ba8a27335e3bb10bcf713df253 Mon Sep 17 00:00:00 2001 From: Kyle Corry Date: Sun, 29 Aug 2021 13:14:43 -0400 Subject: [PATCH] Fix crash --- .../trail_sense/calibration/ui/CalibrateAltimeterFragment.kt | 2 +- app/src/main/res/raw/navigate.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/kylecorry/trail_sense/calibration/ui/CalibrateAltimeterFragment.kt b/app/src/main/java/com/kylecorry/trail_sense/calibration/ui/CalibrateAltimeterFragment.kt index 226570713..6bf88d409 100644 --- a/app/src/main/java/com/kylecorry/trail_sense/calibration/ui/CalibrateAltimeterFragment.kt +++ b/app/src/main/java/com/kylecorry/trail_sense/calibration/ui/CalibrateAltimeterFragment.kt @@ -71,7 +71,7 @@ class CalibrateAltimeterFragment : AndromedaPreferenceFragment() { altitudeTxt = findPreference(getString(R.string.pref_holder_altitude))!! calibrationModeList = findPreference(getString(R.string.pref_altimeter_calibration_mode))!! altitudeOverridePref = findPreference(getString(R.string.pref_altitude_override))!! - altitudeOverrideGpsBtn = findPreference(getString(R.string.override_from_gps))!! + altitudeOverrideGpsBtn = findPreference(getString(R.string.pref_altitude_from_gps_btn))!! altitudeOverrideBarometerEdit = findPreference(getString(R.string.pref_altitude_override_sea_level))!! diff --git a/app/src/main/res/raw/navigate.md b/app/src/main/res/raw/navigate.md index 0c0743ff7..e8eaab491 100644 --- a/app/src/main/res/raw/navigate.md +++ b/app/src/main/res/raw/navigate.md @@ -57,7 +57,7 @@ Backtrack can be used to record waypoints while hiking, and if lost you can navi You can enable Backtrack by opening it from the 'Tools' tab. Once on the Backtrack page, you can click the start button in the bottom right to turn it on. It will stay on until you disable it by clicking the same button. You can change the waypoint placing interval in Trail Sense Settings > Tools. -On the Backtrack screen, you should see a list of waypoints, which represent your position at a specific time. From there, you can tap on a waypoint to start navigation, or you can click the menu button to either create a beacon from it or delete it. It is recommended that you create a beacon from the waypoint and use that to navigate, as waypoints will only be available for 2 days before being deleted forever. +On the Backtrack screen, you should see a list of paths, which represent a backtrack session. Each path will contain waypoints (click on the path to view) which you can navigate to or create beacons. From there, you can see the path on a map with a grid for scale. You can select how to color the waypoints to find attributes you are interested in. It is recommended that you create a beacon from the waypoint and use that to navigate, as waypoints will only be available for the backtrack history duration (navigation settings) before being automatically deleted. Backtrack also shows your cell phone signal strength at time and location of the waypoint, learn more about that on the 'Signaling for help' guide.