Skip to content

Commit

Permalink
Updated TurnAroundReminder to version 1.2.1
Browse files Browse the repository at this point in the history
Sorry, I forgot to do it :(
  • Loading branch information
johnnyw3 committed Mar 1, 2017
1 parent 1740390 commit 0e0dc67
Show file tree
Hide file tree
Showing 10 changed files with 69 additions and 222 deletions.
2 changes: 1 addition & 1 deletion Data Fields/TurnAroundReminder/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Turn Around Reminder</name>
<name>TurnAroundReminder</name>
<comment></comment>
<projects>
</projects>
Expand Down

This file was deleted.

123 changes: 0 additions & 123 deletions Data Fields/TurnAroundReminder/bin/Turn Around Reminder.prg.debug.xml

This file was deleted.

Binary file not shown.
@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<debugInfo>
<pcToLineNum>
<entry filename="/Users/johnnyw/Documents/workspace/TurnAroundReminder/source/TurnAroundReminderView.mc" lineNum="6" pc="268435456" symbol="initialize"/>
<entry filename="/Users/johnnyw/Documents/workspace/TurnAroundReminder/source/TurnAroundReminderView.mc" lineNum="7" pc="268435460" symbol="initialize"/>
<entry filename="/Users/johnnyw/Documents/workspace/TurnAroundReminder/source/TurnAroundReminderView.mc" lineNum="8" pc="268435478" symbol="initialize"/>
<entry filename="/Users/johnnyw/Documents/workspace/TurnAroundReminder/source/TurnAroundReminderView.mc" lineNum="13" pc="268435492" symbol="compute"/>
<entry filename="/Users/johnnyw/Documents/workspace/TurnAroundReminder/source/TurnAroundReminderView.mc" lineNum="15" pc="268435496" symbol="compute"/>
<entry filename="/Users/johnnyw/Documents/workspace/TurnAroundReminder/source/TurnAroundReminderApp.mc" lineNum="5" pc="268435503" symbol="initialize"/>
<entry filename="/Users/johnnyw/Documents/workspace/TurnAroundReminder/source/TurnAroundReminderApp.mc" lineNum="6" pc="268435507" symbol="initialize"/>
<entry filename="/Users/johnnyw/Documents/workspace/TurnAroundReminder/source/TurnAroundReminderApp.mc" lineNum="10" pc="268435526" symbol="onStart"/>
<entry filename="/Users/johnnyw/Documents/workspace/TurnAroundReminder/source/TurnAroundReminderApp.mc" lineNum="14" pc="268435531" symbol="onStop"/>
<entry filename="/Users/johnnyw/Documents/workspace/TurnAroundReminder/source/TurnAroundReminderApp.mc" lineNum="18" pc="268435536" symbol="getInitialView"/>
<entry filename="/Users/johnnyw/Documents/workspace/TurnAroundReminder/source/TurnAroundReminderApp.mc" lineNum="19" pc="268435540" symbol="getInitialView"/>
</pcToLineNum>
<symbolTable>
<entry id="8" object="true" symbol="TurnAroundReminderView"/>
<entry field="true" id="8388611" symbol="Toybox"/>
<entry id="8388770" module="true" symbol="Strings"/>
<entry id="8389280" method="true" symbol="getInitialView"/>
<entry id="8388769" module="true" symbol="Rez"/>
<entry id="8388702" method="true" symbol="initialize"/>
<entry field="true" id="13" symbol="AppName"/>
<entry field="true" id="12" symbol="LauncherIcon"/>
<entry id="8389281" method="true" symbol="onStop"/>
<entry id="8388771" module="true" symbol="Drawables"/>
<entry id="8389137" method="true" symbol="compute"/>
<entry id="8389279" method="true" symbol="onStart"/>
<entry id="11" module="true" symbol="Layouts"/>
<entry id="9" object="true" symbol="TurnAroundReminderApp"/>
<entry id="10" module="true" symbol="Menus"/>
<entry id="8388772" module="true" symbol="Fonts"/>
</symbolTable>
<localVars/>
<annotations/>
<functions>
<functionEntry name="initialize" parent="TurnAroundReminderView">
<documentation/>
</functionEntry>
<functionEntry name="compute" parent="TurnAroundReminderView">
<param id="info"/>
<documentation/>
</functionEntry>
<functionEntry name="initialize" parent="TurnAroundReminderApp">
<documentation/>
</functionEntry>
<functionEntry name="onStart" parent="TurnAroundReminderApp">
<param id="state"/>
<documentation/>
</functionEntry>
<functionEntry name="onStop" parent="TurnAroundReminderApp">
<param id="state"/>
<documentation/>
</functionEntry>
<functionEntry name="getInitialView" parent="TurnAroundReminderApp">
<documentation/>
</functionEntry>
</functions>
</debugInfo>
4 changes: 1 addition & 3 deletions Data Fields/TurnAroundReminder/manifest.xml
@@ -1,5 +1,5 @@
<!-- 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="TurnAroundReminderApp" id="3A23B94AEE4244F9B28D2C4AB54EFD59" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="1.2.1" name="@Strings.AppName" type="datafield">
<iq:application entry="TurnAroundReminderApp" id="3FC7A64715BC4216885C871024EB84A1" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="1.2.1" name="@Strings.AppName" type="datafield">

<iq:products>
<iq:product id="fr630"/>
Expand All @@ -10,8 +10,6 @@
<iq:product id="fenix3"/>
<iq:product id="fenix3_hr"/>
<iq:product id="fenixchronos"/>
<iq:product id="d2bravo"/>
<iq:product id="d2bravo_titanium"/>
<iq:product id="fr920xt"/>
<iq:product id="epix"/>
<iq:product id="vivoactive_hr"/>
Expand Down

This file was deleted.

13 changes: 0 additions & 13 deletions Data Fields/TurnAroundReminder/resources/settings/settings.xml

This file was deleted.

5 changes: 1 addition & 4 deletions Data Fields/TurnAroundReminder/resources/strings/strings.xml
@@ -1,6 +1,3 @@
<strings>
<string id="AppName">Turn Around Reminder</string>
<string id="settitle">Enter the point where you want to turn around at: (in KM)</string>
<string id="settitle2">Add "Notifier" to the end of the title of the data field?</string>
<string id="settitle3">Add "KM" to the end of the title of the data field?</string>
<string id="AppName">TurnAroundReminder</string>
</strings>

0 comments on commit 0e0dc67

Please sign in to comment.