Skip to content

Commit

Permalink
Fix missing FIT contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
wwarby committed Dec 26, 2024
1 parent 0b18b89 commit efdbc8b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,9 @@ Code and ideas borrowed from [RunnersField by kpaumann](https://github.com/kopa/

<a name="changelog"></a>
## Changelog
- 1.7.1
- Fix crash on pause/resume
- Fix missing FIT contribution fields
- 1.7.0
- Add support for new devices
- Prevent crash when unable to write FIT contributions
Expand Down
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- This is a generated file. It is highly recommended that you DO NOT edit this file. -->
<iq:manifest xmlns:iq="http://www.garmin.com/xml/connectiq" version="3">
<iq:application entry="WalkerApp" id="2a2fa5b83ffa4f499ba73d57e4ed09b0" launcherIcon="@Drawables.il" minSdkVersion="1.3.0" name="@Strings.appName" type="datafield" version="1.7.0">
<iq:application entry="WalkerApp" id="2a2fa5b83ffa4f499ba73d57e4ed09b0" launcherIcon="@Drawables.il" minSdkVersion="1.3.0" name="@Strings.appName" type="datafield" version="1.7.1">
<iq:products>
<iq:product id="approachs60"/>
<iq:product id="approachs62"/>
Expand Down
16 changes: 16 additions & 0 deletions resources/fit-contributions.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
<fitContributions>
<fitField id="0"
displayInChart="false"
displayInActivityLaps="false"
displayInActivitySummary="true"
sortOrder="0"
dataLabel="@Strings.steps"
unitLabel="@Strings.stepsUnits"
precision="0" />
<fitField id="1"
displayInChart="false"
displayInActivityLaps="true"
displayInActivitySummary="false"
sortOrder="1"
dataLabel="@Strings.steps"
unitLabel="@Strings.stepsUnits"
precision="0" />
<fitField id="2"
displayInChart="true"
displayInActivityLaps="false"
Expand Down

0 comments on commit efdbc8b

Please sign in to comment.