Skip to content

Commit

Permalink
support for new watch models
Browse files Browse the repository at this point in the history
  • Loading branch information
Radko Najman committed Dec 22, 2020
1 parent f396f43 commit ce31ead
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.5.2 (December 22, 2020)
* watch face available for models: D2™ Air, Descent™ Mk2 / Descent™ Mk2i, Forerunner® 745, Venu® Sq

# 1.5.1 (August 17, 2020)
* watch face available for models: Approach® S62, Darth Vader™, First Avenger, MARQ™ Adventurer, MARQ™ Commander, MARQ™ Golfer, Mercedes-Benz Venu®, Rey™, fēnix® 6, fēnix® 6 Pro, fēnix® 6 Sapphire, quatix® 6, fēnix® 6X Pro, fēnix® 6X Sapphire, fēnix® 6X Pro Solar, tactix® Delta Sapphire, quatix® 6X, vívoactive® 4

Expand Down
6 changes: 5 additions & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<!-- 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.5.1">
<iq:application entry="SmartArcsApp" id="f9b0f982693411e9a9231681be663d3e" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="3.0.0" name="@Strings.AppName" type="watchface" version="1.5.2">
<iq:products>
<iq:product id="approachs62"/>
<iq:product id="d2air"/>
<iq:product id="d2charlie"/>
<iq:product id="d2delta"/>
<iq:product id="d2deltapx"/>
<iq:product id="d2deltas"/>
<iq:product id="descentmk1"/>
<iq:product id="descentmk2"/>
<iq:product id="fenix5"/>
<iq:product id="fenix5plus"/>
<iq:product id="fenix5s"/>
Expand All @@ -23,6 +25,7 @@
<iq:product id="fr245m"/>
<iq:product id="fr645"/>
<iq:product id="fr645m"/>
<iq:product id="fr745"/>
<iq:product id="fr935"/>
<iq:product id="fr945"/>
<iq:product id="legacyherocaptainmarvel"/>
Expand All @@ -39,6 +42,7 @@
<iq:product id="marqgolfer"/>
<iq:product id="venu"/>
<iq:product id="venud"/>
<iq:product id="venusqm"/>
<iq:product id="vivoactive3"/>
<iq:product id="vivoactive3d"/>
<iq:product id="vivoactive3m"/>
Expand Down
6 changes: 5 additions & 1 deletion manifest.xml.prod
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<!-- 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.5.1">
<iq:application entry="SmartArcsApp" id="f9b0f982693411e9a9231681be663d3e" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="3.0.0" name="@Strings.AppName" type="watchface" version="1.5.2">
<iq:products>
<iq:product id="approachs62"/>
<iq:product id="d2air"/>
<iq:product id="d2charlie"/>
<iq:product id="d2delta"/>
<iq:product id="d2deltapx"/>
<iq:product id="d2deltas"/>
<iq:product id="descentmk1"/>
<iq:product id="descentmk2"/>
<iq:product id="fenix5"/>
<iq:product id="fenix5plus"/>
<iq:product id="fenix5s"/>
Expand All @@ -23,6 +25,7 @@
<iq:product id="fr245m"/>
<iq:product id="fr645"/>
<iq:product id="fr645m"/>
<iq:product id="fr745"/>
<iq:product id="fr935"/>
<iq:product id="fr945"/>
<iq:product id="legacyherocaptainmarvel"/>
Expand All @@ -39,6 +42,7 @@
<iq:product id="marqgolfer"/>
<iq:product id="venu"/>
<iq:product id="venud"/>
<iq:product id="venusqm"/>
<iq:product id="vivoactive3"/>
<iq:product id="vivoactive3d"/>
<iq:product id="vivoactive3m"/>
Expand Down

0 comments on commit ce31ead

Please sign in to comment.