Skip to content

Commit

Permalink
Fix app name
Browse files Browse the repository at this point in the history
  • Loading branch information
kopa committed Nov 12, 2015
1 parent 5075f30 commit 760f724
Show file tree
Hide file tree
Showing 8 changed files with 289 additions and 283 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ Hopefully you see the RunnersField datafield and can read the values.

===============================================

## Changelog 1.2.3
* fix app name

## Changelog 1.2.2
* fix colorscheme background detection

Expand Down
3 changes: 3 additions & 0 deletions README_deu.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ Dann m

===============================================

## Changelog 1.2.3
* fix app name

## Changelog 1.2.2
* fix colorscheme background detection

Expand Down
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
@@ -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="1">
<iq:application entry="BikersFieldModule.BikersField" id="77629FF22CBB4B6D943747C624D3AEB5" launcherIcon="LauncherIcon" name="AppName" type="datafield">
<iq:application entry="BikersField" id="77629FF22CBB4B6D943747C624D3AEB5" launcherIcon="LauncherIcon" name="AppName" type="datafield">

<iq:products>
<iq:product id="fenix3"/>
Expand Down
1 change: 1 addition & 0 deletions resources-deu/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<resources>
<string id="AppName">BikersField</string>
<string id="pace">KM/H</string>
<string id="avgpace">DS KM/H</string>
<string id="hr">PULS</string>
Expand Down
1 change: 1 addition & 0 deletions resources-eng/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<resources>
<string id="AppName">BikersField</string>
<string id="pace">SPEED</string>
<string id="avgpace">AVG SPEED</string>
<string id="hr">HR</string>
Expand Down
2 changes: 0 additions & 2 deletions resources/resources.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<resources>
<string id="AppName">BikersField</string>

<bitmap id="LauncherIcon" filename="images/launcher_icon.png" />
</resources>
1 change: 1 addition & 0 deletions resources/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<resources>
<string id="AppName">BikersField</string>
<string id="pace">SPEED</string>
<string id="avgpace">AVG SPEED</string>
<string id="hr">HR</string>
Expand Down
Loading

0 comments on commit 760f724

Please sign in to comment.