Skip to content

Commit

Permalink
1.7.0 - 3.1.6 + new devices
Browse files Browse the repository at this point in the history
  • Loading branch information
tumb1er committed Oct 26, 2019
1 parent d060a23 commit 5e628ab
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,7 @@ Powersafe mode is activated in a minute after entering background mode, if:
* Fenix Chronos - Not enough screen color depth - image is distorted
* Forerunner 230/235/630/735/920 - not round displays
* GPSMAP, Oregin, Rino families - navigator devices
* Swim 2 - JSON resources not supported
* Venu - AMOLED display which has limitations on pixel-on duration and second hand periodic updates
* Vivoactive - Rectanble screen
* Vivoactive HR - Byte arrays not supported by device
8 changes: 7 additions & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!-- 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="ElPrimeroApp" id="2C83218064D49991A5F44E8292B3C90A" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="1.3.1" name="@Strings.AppName" type="watchface" version="1.6.6">
<iq:application entry="ElPrimeroApp" id="2C83218064D49991A5F44E8292B3C90A" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="1.3.1" name="@Strings.AppName" type="watchface" version="1.7.0">
<iq:products>
<iq:product id="descentmk1"/>
<iq:product id="fenix5"/>
<iq:product id="fenix5plus"/>
<iq:product id="fenix5splus"/>
Expand All @@ -18,9 +19,13 @@
<iq:product id="fr945"/>
<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"/>
<iq:product id="marqcaptain"/>
<iq:product id="marqcommander"/>
<iq:product id="marqdriver"/>
<iq:product id="marqexpedition"/>
<iq:product id="vivoactive3"/>
Expand All @@ -29,6 +34,7 @@
<iq:product id="vivoactive3mlte"/>
<iq:product id="vivoactive4"/>
<iq:product id="vivoactive4s"/>
<iq:product id="vivolife"/>
</iq:products>
<iq:permissions>
<iq:uses-permission id="SensorHistory"/>
Expand Down
2 changes: 1 addition & 1 deletion resources/settings/properties.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<properties>
<property id="appVersion" type="string">1.6.6</property>
<property id="appVersion" type="string">1.7.0</property>
<property id="backgroundColor" type="number">85</property>
<property id="twoHertzMode" type="boolean">true</property>
<property id="utcOffset" type="number">0</property>
Expand Down
2 changes: 1 addition & 1 deletion resources/strings/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<strings>
<string id="AppName">ElPrimero</string>
<string id="InternalVersion">1.6.6</string>
<string id="InternalVersion">1.7.0</string>
<string id="WeekDays">SUNMONTUEWEDTHUFRISAT</string>
<string id="Months">JANFEBMARAPRMAYJUNJULAUGSEPOCTNOVDEC</string>
<string id="Icons">ZABSN</string>
Expand Down

0 comments on commit 5e628ab

Please sign in to comment.