Skip to content

Commit e3883a8

Browse files
committed
update for more devices
1 parent c074bf1 commit e3883a8

File tree

9 files changed

+42
-12
lines changed

9 files changed

+42
-12
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
/manifest.xml
55
/manifest-widget.xml
66
/bin
7+
.DS_Store
8+
/.settings

manifest-app.xml

Lines changed: 27 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,44 @@
1-
<iq:manifest xmlns:iq="http://www.garmin.com/xml/connectiq" version="3">
1+
<!-- 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">
22
<iq:application entry="gimporterApp" id="9B0A09CFC89E4F7CA5E4AB21400EE424" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="2.2.0" name="@Strings.AppName" type="watch-app">
3-
43
<iq:products>
4+
<iq:product id="approachs60"/>
5+
<iq:product id="d2charlie"/>
6+
<iq:product id="d2delta"/>
7+
<iq:product id="d2deltapx"/>
8+
<iq:product id="d2deltas"/>
9+
<iq:product id="descentmk1"/>
10+
<iq:product id="edge1030"/>
11+
<iq:product id="edge1030bontrager"/>
12+
<iq:product id="edge520plus"/>
13+
<iq:product id="edge820"/>
14+
<iq:product id="edge_1000"/>
15+
<iq:product id="edge_520"/>
16+
<iq:product id="edgeexplore"/>
517
<iq:product id="fenix5"/>
6-
<iq:product id="fenix5x"/>
18+
<iq:product id="fenix5plus"/>
719
<iq:product id="fenix5s"/>
8-
<iq:product id="fr935"/>
9-
<iq:product id="fr735xt"/>
20+
<iq:product id="fenix5splus"/>
21+
<iq:product id="fenix5x"/>
22+
<iq:product id="fenix5xplus"/>
1023
<iq:product id="fenixchronos"/>
11-
<iq:product id="edge_1000"/>
12-
<iq:product id="edge_520"/>
13-
<iq:product id="edge820"/>
14-
<iq:product id="edge1030"/>
24+
<iq:product id="fr645"/>
25+
<iq:product id="fr645m"/>
26+
<iq:product id="fr735xt"/>
27+
<iq:product id="fr935"/>
28+
<iq:product id="gpsmap66"/>
1529
<iq:product id="oregon7xx"/>
1630
<iq:product id="rino7xx"/>
31+
<iq:product id="vivoactive3"/>
32+
<iq:product id="vivoactive3m"/>
33+
<iq:product id="vivoactive_hr"/>
1734
</iq:products>
18-
1935
<iq:permissions>
2036
<iq:uses-permission id="Communications"/>
2137
<iq:uses-permission id="PersistedContent"/>
2238
</iq:permissions>
23-
2439
<iq:languages>
2540
<iq:language>eng</iq:language>
2641
</iq:languages>
27-
42+
<iq:barrels/>
2843
</iq:application>
2944
</iq:manifest>

monkey.jungle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
project.manifest = manifest.xml
2+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<strings>
2+
<string id="GPXorFIT">GPX</string>
3+
</strings>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<drawables>
2+
<bitmap id="LauncherIcon" filename="launcher_icon.png" />
3+
</drawables>
3.7 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<layout id="MainLayout">
2+
<label text="@Strings.AppName" x="center" y="25" font="Gfx.FONT_XTINY" color="Gfx.COLOR_WHITE" justification="Gfx.TEXT_JUSTIFY_CENTER" />
3+
<label id="status" text="@Strings.PressStart" x="center" y="center" color="Gfx.COLOR_WHITE" justification="Gfx.TEXT_JUSTIFY_CENTER" font="Gfx.FONT_MEDIUM" />
4+
<label text="@Strings.AppVersion" x="center" y="170" font="Gfx.FONT_XTINY" color="Gfx.COLOR_WHITE" justification="Gfx.TEXT_JUSTIFY_CENTER" />
5+
</layout>
1.16 KB
Loading
965 Bytes
Loading

0 commit comments

Comments
 (0)