-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
123 additions
and
16 deletions.
There are no files selected for viewing
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,10 @@ | ||
<properties> | ||
<property id="appVersion" type="string">0.7.0</property> | ||
<property id="backgroundColor" type="number">85</property> | ||
<property id="twoHertzMode" type="boolean">true</property> | ||
<property id="powersafeViaDND" type="boolean">true</property> | ||
<property id="powersafeViaMove" type="boolean">true</property> | ||
<property id="powersafeViaHR" type="boolean">true</property> | ||
<property id="heartRateMultiplier" type="float">1.2</property> | ||
<property id="powersafeModeDelay" type="number">60</property> | ||
</properties> |
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,40 @@ | ||
<settings> | ||
|
||
<setting propertyKey="@Properties.appVersion" title="@Strings.AppVersionTitle"> | ||
<settingConfig type="alphaNumeric" readonly="true" /> | ||
</setting> | ||
|
||
<setting propertyKey="@Properties.backgroundColor" title="@Strings.BackgroundColorTitle" | ||
prompt="@Strings.BackgroundColorPrompt"> | ||
<settingConfig type="list"> | ||
<listEntry value="0">@Strings.Black</listEntry> | ||
<listEntry value="85">@Strings.Blue</listEntry> | ||
<listEntry value="21760">@Strings.Green</listEntry> | ||
<listEntry value="5570560">@Strings.Red</listEntry> | ||
</settingConfig> | ||
</setting> | ||
|
||
<setting propertyKey="@Properties.twoHertzMode" title="@Strings.TwoHertzMode"> | ||
<settingConfig type="boolean" /> | ||
</setting> | ||
|
||
<setting propertyKey="@Properties.powersafeViaDND" title="@Strings.PowersafeViaDND"> | ||
<settingConfig type="boolean" /> | ||
</setting> | ||
|
||
<setting propertyKey="@Properties.powersafeViaMove" title="@Strings.PowersafeViaMove"> | ||
<settingConfig type="boolean" /> | ||
</setting> | ||
|
||
<setting propertyKey="@Properties.powersafeViaHR" title="@Strings.PowersafeViaHR"> | ||
<settingConfig type="boolean" /> | ||
</setting> | ||
<setting propertyKey="@Properties.heartRateMultiplier" title="@Strings.HeartRateMultiplier"> | ||
<settingConfig type="numeric" /> | ||
</setting> | ||
<setting propertyKey="@Properties.powersafeModeDelay" title="@Strings.PowersafeModeDelay"> | ||
<settingConfig type="numeric" /> | ||
</setting> | ||
|
||
|
||
</settings> |
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