Skip to content

Commit 5e628ab

Browse files
committed
1.7.0 - 3.1.6 + new devices
1 parent d060a23 commit 5e628ab

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,7 @@ Powersafe mode is activated in a minute after entering background mode, if:
8686
* Fenix Chronos - Not enough screen color depth - image is distorted
8787
* Forerunner 230/235/630/735/920 - not round displays
8888
* GPSMAP, Oregin, Rino families - navigator devices
89+
* Swim 2 - JSON resources not supported
8990
* Venu - AMOLED display which has limitations on pixel-on duration and second hand periodic updates
91+
* Vivoactive - Rectanble screen
9092
* Vivoactive HR - Byte arrays not supported by device

manifest.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!-- 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">
2-
<iq:application entry="ElPrimeroApp" id="2C83218064D49991A5F44E8292B3C90A" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="1.3.1" name="@Strings.AppName" type="watchface" version="1.6.6">
2+
<iq:application entry="ElPrimeroApp" id="2C83218064D49991A5F44E8292B3C90A" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="1.3.1" name="@Strings.AppName" type="watchface" version="1.7.0">
33
<iq:products>
4+
<iq:product id="descentmk1"/>
45
<iq:product id="fenix5"/>
56
<iq:product id="fenix5plus"/>
67
<iq:product id="fenix5splus"/>
@@ -18,9 +19,13 @@
1819
<iq:product id="fr945"/>
1920
<iq:product id="legacyherocaptainmarvel"/>
2021
<iq:product id="legacyherofirstavenger"/>
22+
<iq:product id="legacysagadarthvader"/>
23+
<iq:product id="legacysagarey"/>
24+
<iq:product id="marqadventurer"/>
2125
<iq:product id="marqathlete"/>
2226
<iq:product id="marqaviator"/>
2327
<iq:product id="marqcaptain"/>
28+
<iq:product id="marqcommander"/>
2429
<iq:product id="marqdriver"/>
2530
<iq:product id="marqexpedition"/>
2631
<iq:product id="vivoactive3"/>
@@ -29,6 +34,7 @@
2934
<iq:product id="vivoactive3mlte"/>
3035
<iq:product id="vivoactive4"/>
3136
<iq:product id="vivoactive4s"/>
37+
<iq:product id="vivolife"/>
3238
</iq:products>
3339
<iq:permissions>
3440
<iq:uses-permission id="SensorHistory"/>

resources/settings/properties.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<properties>
2-
<property id="appVersion" type="string">1.6.6</property>
2+
<property id="appVersion" type="string">1.7.0</property>
33
<property id="backgroundColor" type="number">85</property>
44
<property id="twoHertzMode" type="boolean">true</property>
55
<property id="utcOffset" type="number">0</property>

resources/strings/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<strings>
22
<string id="AppName">ElPrimero</string>
3-
<string id="InternalVersion">1.6.6</string>
3+
<string id="InternalVersion">1.7.0</string>
44
<string id="WeekDays">SUNMONTUEWEDTHUFRISAT</string>
55
<string id="Months">JANFEBMARAPRMAYJUNJULAUGSEPOCTNOVDEC</string>
66
<string id="Icons">ZABSN</string>

0 commit comments

Comments
 (0)