Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fevieira27 authored Dec 11, 2024
1 parent b0f80c0 commit 088ba10
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 6 deletions.
7 changes: 3 additions & 4 deletions resources/jsonData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<!-- <jsonData id="mColorsWhite">[21930, 21845, 43520, 11184640, 16733440, 11141375, 11141120, 16711680, 16711850, 5592405]</jsonData> -->
<jsonData id="mColorStringsWhite">["Green", "Mosque", "Citrus", "Cobalt", "Free Speech", "Purple", "Orange", "Red", "Cerise", "Matterhorn"]</jsonData>
<jsonData id="mColorsWhite">[43520, 21845, 11184640, 21930, 11141120, 11141375, 16733440, 16711680, 16711850, 5592405]</jsonData>
<jsonData id="mIcons12">["0", "7", ";", "P", ".", "A", "S", "@", "6", "6", "1", "Q", "3", "5", "R", "2", "2", "B", "U", "T", "W", "V", "X", "X", "?", "4", ""]</jsonData>
<jsonData id="mIcons9">["0", "A", "S", "@", "6", "6", "1", "Q", "3", "5", "R", "2", "2", "B", "U", "T", "W", "V", "X", "X", "?", "4", ""]</jsonData>
<jsonData id="mIcons12">["0", "7", ";", "P", ".", "A", "S", "@", "6", "6", "1", "Q", "3", "5", "R", "2", "2", "B", "U", "T", "W", "V", "X", "X", "?", "4", "P", ""]</jsonData>
<jsonData id="mIcons9">["0", "A", "S", "@", "6", "6", "1", "Q", "3", "5", "R", "2", "2", "B", "U", "T", "W", "V", "X", "X", "?", "4", "P", ""]</jsonData>
<!-- Venu 2s 0 , 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12, 13, 14 , 15 , 16 , 17 , 18 , 19 , 20 , 21 , 22 , 23 -->
<jsonData id="mPosition">[170, 90, 145, 213, 126, 50, 274, 240, 255, 121, 275, 125, 59, 79, 199.5, 204, 160, 164, 174, 173, 205, 177, 239, 237]</jsonData> <!-- default for Venu 2s or 360x360 -->
<!--
Expand Down Expand Up @@ -60,7 +60,7 @@
18= tickmark color toggle
19= battery estimation toggle
20= atmospheric pressure type
21= has checks
21= has checks ***NOT BEING USED***
22= AOD color for minute hand
23= WatchFace Version check
24= Date Format toggle
Expand All @@ -74,7 +74,6 @@
32= Theme Dark/Light
33= Seconds hand toggle
34= Weather Condition Name
35= Complication Test
**Icons**
Expand Down
1 change: 0 additions & 1 deletion resources/layouts/layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
<layout id="MainLayout">
<label x="center" y="55" text="@Strings.AppName" font="Graphics.FONT_MEDIUM" color="Graphics.COLOR_BLUE" justification="Graphics.TEXT_JUSTIFY_CENTER" />
<label x="center" y="10" text="@Strings.HomeTitle" font="Graphics.FONT_MEDIUM" color="Graphics.COLOR_WHITE" justification="Graphics.TEXT_JUSTIFY_CENTER" />
<label x="center" y="center" text="@Strings.Prompt" font="Graphics.FONT_SMALL" color="Graphics.COLOR_WHITE" justification="Graphics.TEXT_JUSTIFY_CENTER" />
</layout>
</resources>
7 changes: 7 additions & 0 deletions resources/settings/properties.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<properties>

<property id="AppVersion" type="string">Version 5.2.2</property>
<property id="Donate" type="string">https://www.paypal.com/donate/?hosted_button_id=XVZXEH5RVBCZ6</property>
<property id="Customize" type="string">Refer to your watch's user manual under 'Customizing the Watch Face'</property>

</properties>
22 changes: 22 additions & 0 deletions resources/settings/settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<settings>

<group id="groupHeader" title="@Strings.headerTitle" description="@Strings.headerMsg">

<setting propertyKey="@Properties.Customize" title="@Strings.headerMsg" >
<settingConfig type="alphaNumeric" readonly="true" />
</setting>

<setting propertyKey="@Properties.AppVersion" title="@Strings.settingsTitle" >
<settingConfig type="alphaNumeric" readonly="true" />
</setting>

</group>

<group id="contribHeader" title="@Strings.contribTitle" description="@Strings.contribMsg">

<setting propertyKey="@Properties.Donate" title="@Strings.donateTitle">
<settingConfig type="url" readonly="true" />
</setting>

</group>
</settings>
7 changes: 6 additions & 1 deletion resources/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
<string id="AppName">MoveToBeActive</string>
<string id="HomeTitle">Settings</string>
<string id="MainMenuTitle">Main Menu</string>
<string id="Prompt">Long press the menu\nbutton to start</string>
<string id="settingsTitle">MoveToBeActive Analog</string>
<string id="headerTitle">Watch Face Customization</string>
<string id="headerMsg">Please use your watch to change settings</string>
<string id="contribTitle">Love this watch face?</string>
<string id="contribMsg">Thanks for your generosity!</string>
<string id="donateTitle">Show some love in return! Donate using this link:</string>
</resources>

0 comments on commit 088ba10

Please sign in to comment.