Skip to content

Commit

Permalink
Merge pull request #24 from okdar/feature/optimization
Browse files Browse the repository at this point in the history
Feature/optimization
  • Loading branch information
okdar authored Oct 24, 2022
2 parents af50f16 + 3634f87 commit 2d22a9c
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 160 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.7.1 (October 24, 2022)
* code optimization

# 1.7.0 (April 25, 2022)
* 64 colors support

Expand Down
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- 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="SmartArcsApp" id="f9b0f982693411e9a9231681be663d3e" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="3.0.0" name="@Strings.AppName" type="watchface" version="1.7.0">
<iq:application entry="SmartArcsApp" id="f9b0f982693411e9a9231681be663d3e" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="3.0.0" name="@Strings.AppName" type="watchface" version="1.7.1">
<iq:products>
<iq:product id="approachs62"/>
<iq:product id="d2air"/>
Expand Down
2 changes: 1 addition & 1 deletion manifest.xml.beta
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- 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="SmartArcsApp" id="2eafd80f81794ced90db35ccfcb29945" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="3.0.0" name="@Strings.AppName" type="watchface" version="1.7.2">
<iq:application entry="SmartArcsApp" id="2eafd80f81794ced90db35ccfcb29945" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="3.0.0" name="@Strings.AppName" type="watchface" version="1.7.26">
<iq:products>
<iq:product id="approachs62"/>
<iq:product id="d2air"/>
Expand Down
2 changes: 1 addition & 1 deletion manifest.xml.prod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- 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="SmartArcsApp" id="f9b0f982693411e9a9231681be663d3e" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="3.0.0" name="@Strings.AppName" type="watchface" version="1.7.0">
<iq:application entry="SmartArcsApp" id="f9b0f982693411e9a9231681be663d3e" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="3.0.0" name="@Strings.AppName" type="watchface" version="1.7.1">
<iq:products>
<iq:product id="approachs62"/>
<iq:product id="d2air"/>
Expand Down
15 changes: 1 addition & 14 deletions resources/settings/properties.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<property id="locationLongitude" type="number">-999</property>

<property id="eventName" type="string"></property>
<property id="eventDate" type="number">1573331777</property>
<property id="eventDate" type="number">1665387621</property>
<property id="eventColor" type="number">-999</property>

<property id="dualTimeOffset" type="string"></property>
Expand All @@ -64,8 +64,6 @@
<property id="dateFormat" type="number">1</property>
<property id="dateColor" type="number">0xAAAAAA</property>

<property id="arcsStyle" type="number">1</property>

<property id="hrColor" type="number">-999</property>
<property id="hrRefreshInterval" type="number">3</property>

Expand Down Expand Up @@ -208,10 +206,6 @@

<string id="off">- Off -</string>

<string id="arcsStyle">Indicators style</string>
<string id="arcsDecent">Classic</string>
<string id="arcsExtravagant">Extravagant (experimental)</string>

<string id="hrColor">Heart rate color (off or color)</string>
<string id="hrRefreshInterval">Heart rate refresh interval (seconds)</string>
<string id="hr1">1</string>
Expand Down Expand Up @@ -612,13 +606,6 @@
</settingConfig>
</setting>

<setting propertyKey="@Properties.arcsStyle" title="@Strings.arcsStyle">
<settingConfig type="list">
<listEntry value="1">@Strings.arcsDecent</listEntry>
<listEntry value="2">@Strings.arcsExtravagant</listEntry>
</settingConfig>
</setting>

<setting propertyKey="@Properties.oneColor" title="@Strings.oneColor">
<settingConfig type="list">
<listEntry value="-999">@Strings.off</listEntry>
Expand Down
Loading

0 comments on commit 2d22a9c

Please sign in to comment.