Skip to content

Commit

Permalink
Update to version 0.32
Browse files Browse the repository at this point in the history
Add support for Garmin 255 & 955
Make deferredIntent usage conditional on server flag (default on)
Return from onMenuItem immediately after triggering deferredIntent
  • Loading branch information
abs0 committed Jun 13, 2022
1 parent 818ae61 commit b40fbb4
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 29 deletions.
20 changes: 11 additions & 9 deletions manifest-allwatches.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
<?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="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="0">
<iq:application entry="TrainAsONEApp" id="3a73fa3af58c448ead22dadab86b25dc" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="1.3.0" name="@Strings.AppNameLite" type="widget">
<iq:products>
<iq:product id="legacyherocaptainmarvel"/>
<iq:product id="d2bravo"/>
<iq:product id="d2bravo_titanium"/>
<iq:product id="d2charlie"/>
<iq:product id="d2delta"/>
<iq:product id="d2deltapx"/>
<iq:product id="d2deltas"/>
<iq:product id="legacysagadarthvader"/>
<iq:product id="descentmk1"/>
<iq:product id="descentmk2"/>
<iq:product id="descentmk2s"/>
Expand All @@ -33,12 +29,15 @@
<iq:product id="fenix7s"/>
<iq:product id="fenix7x"/>
<iq:product id="fenixchronos"/>
<iq:product id="legacyherofirstavenger"/>
<iq:product id="fr55"/>
<iq:product id="fr230"/>
<iq:product id="fr235"/>
<iq:product id="fr245"/>
<iq:product id="fr245m"/>
<iq:product id="fr255"/>
<iq:product id="fr255m"/>
<iq:product id="fr255s"/>
<iq:product id="fr255sm"/>
<iq:product id="fr55"/>
<iq:product id="fr630"/>
<iq:product id="fr645"/>
<iq:product id="fr645m"/>
Expand All @@ -48,6 +47,11 @@
<iq:product id="fr935"/>
<iq:product id="fr945"/>
<iq:product id="fr945lte"/>
<iq:product id="fr955"/>
<iq:product id="legacyherocaptainmarvel"/>
<iq:product id="legacyherofirstavenger"/>
<iq:product id="legacysagadarthvader"/>
<iq:product id="legacysagarey"/>
<iq:product id="marqadventurer"/>
<iq:product id="marqathlete"/>
<iq:product id="marqaviator"/>
Expand All @@ -56,7 +60,6 @@
<iq:product id="marqdriver"/>
<iq:product id="marqexpedition"/>
<iq:product id="marqgolfer"/>
<iq:product id="legacysagarey"/>
<iq:product id="venu"/>
<iq:product id="venu2"/>
<iq:product id="venu2plus"/>
Expand All @@ -80,6 +83,5 @@
<iq:languages>
<iq:language>eng</iq:language>
</iq:languages>
<iq:barrels/>
</iq:application>
</iq:manifest>
22 changes: 12 additions & 10 deletions manifest-downloadcapable.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
<?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="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="0">
<iq:application entry="TrainAsONEApp" id="3a73fa3af58c448ead22dadab86b25de" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="2.4.0" name="@Strings.AppName" type="widget">
<iq:products>
<iq:product id="legacyherocaptainmarvel"/>
<iq:product id="d2charlie"/>
<iq:product id="d2delta"/>
<iq:product id="d2deltapx"/>
<iq:product id="d2deltas"/>
<iq:product id="legacysagadarthvader"/>
<iq:product id="descentmk1"/>
<iq:product id="descentmk2"/>
<iq:product id="descentmk2s"/>
Expand All @@ -29,17 +25,25 @@
<iq:product id="fenix7s"/>
<iq:product id="fenix7x"/>
<iq:product id="fenixchronos"/>
<iq:product id="legacyherofirstavenger"/>
<iq:product id="fr55"/>
<iq:product id="fr245"/>
<iq:product id="fr245m"/>
<iq:product id="fr255"/>
<iq:product id="fr255m"/>
<iq:product id="fr255s"/>
<iq:product id="fr255sm"/>
<iq:product id="fr55"/>
<iq:product id="fr645"/>
<iq:product id="fr645m"/>
<iq:product id="fr735xt"/>
<iq:product id="fr745"/>
<iq:product id="fr935"/>
<iq:product id="fr945"/>
<iq:product id="fr945lte"/>
<iq:product id="fr955"/>
<iq:product id="legacyherocaptainmarvel"/>
<iq:product id="legacyherofirstavenger"/>
<iq:product id="legacysagadarthvader"/>
<iq:product id="legacysagarey"/>
<iq:product id="marqadventurer"/>
<iq:product id="marqathlete"/>
<iq:product id="marqaviator"/>
Expand All @@ -48,7 +52,6 @@
<iq:product id="marqdriver"/>
<iq:product id="marqexpedition"/>
<iq:product id="marqgolfer"/>
<iq:product id="legacysagarey"/>
<iq:product id="venu"/>
<iq:product id="venu2"/>
<iq:product id="venu2plus"/>
Expand All @@ -66,6 +69,5 @@
<iq:languages>
<iq:language>eng</iq:language>
</iq:languages>
<iq:barrels/>
</iq:application>
</iq:manifest>
</iq:manifest>
20 changes: 11 additions & 9 deletions manifest.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
<?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="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="0">
<iq:application entry="TrainAsONEApp" id="3a73fa3af58c448ead22dadab86b25dc" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="1.3.0" name="@Strings.AppNameLite" type="widget">
<iq:products>
<iq:product id="legacyherocaptainmarvel"/>
<iq:product id="d2bravo"/>
<iq:product id="d2bravo_titanium"/>
<iq:product id="d2charlie"/>
<iq:product id="d2delta"/>
<iq:product id="d2deltapx"/>
<iq:product id="d2deltas"/>
<iq:product id="legacysagadarthvader"/>
<iq:product id="descentmk1"/>
<iq:product id="descentmk2"/>
<iq:product id="descentmk2s"/>
Expand All @@ -33,12 +29,15 @@
<iq:product id="fenix7s"/>
<iq:product id="fenix7x"/>
<iq:product id="fenixchronos"/>
<iq:product id="legacyherofirstavenger"/>
<iq:product id="fr55"/>
<iq:product id="fr230"/>
<iq:product id="fr235"/>
<iq:product id="fr245"/>
<iq:product id="fr245m"/>
<iq:product id="fr255"/>
<iq:product id="fr255m"/>
<iq:product id="fr255s"/>
<iq:product id="fr255sm"/>
<iq:product id="fr55"/>
<iq:product id="fr630"/>
<iq:product id="fr645"/>
<iq:product id="fr645m"/>
Expand All @@ -48,6 +47,11 @@
<iq:product id="fr935"/>
<iq:product id="fr945"/>
<iq:product id="fr945lte"/>
<iq:product id="fr955"/>
<iq:product id="legacyherocaptainmarvel"/>
<iq:product id="legacyherofirstavenger"/>
<iq:product id="legacysagadarthvader"/>
<iq:product id="legacysagarey"/>
<iq:product id="marqadventurer"/>
<iq:product id="marqathlete"/>
<iq:product id="marqaviator"/>
Expand All @@ -56,7 +60,6 @@
<iq:product id="marqdriver"/>
<iq:product id="marqexpedition"/>
<iq:product id="marqgolfer"/>
<iq:product id="legacysagarey"/>
<iq:product id="venu"/>
<iq:product id="venu2"/>
<iq:product id="venu2plus"/>
Expand All @@ -80,6 +83,5 @@
<iq:languages>
<iq:language>eng</iq:language>
</iq:languages>
<iq:barrels/>
</iq:application>
</iq:manifest>
2 changes: 1 addition & 1 deletion source/Version.mc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Must be in the form X.Y or X.Y.Z where X Y & Z are all digits. No letters or other characters
const AppVersion = "0.31";
const AppVersion = "0.32";

0 comments on commit b40fbb4

Please sign in to comment.