complies but not working yet

* The thing is crashing :/
This commit is contained in:
dyedgreen
2016-06-22 20:38:53 +02:00
parent dfe7360648
commit 3eeb297eda
10 changed files with 421 additions and 36 deletions
+23 -3
View File
@@ -18,15 +18,17 @@
"location"
],
"watchapp": {
"watchface": false
"watchface": false,
"hiddenApp": false,
"onlyShownOnCommunication": false
},
"messageKeys": [
"READY",
"SEARCH",
"SUCCESS",
"DISTANCE",
"TIME",
"STEPS",
"STEPS_DISTANCES"
"INSTRUCTIONS[20]"
],
"resources": {
"media": [
@@ -77,6 +79,24 @@
"name": "ICON_WALK_WHITE",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/error_network.png",
"name": "ICON_ERROR_NETWORK",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/error_api.png",
"name": "ICON_ERROR_API",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/error_other.png",
"name": "ICON_ERROR_OTHER",
"targetPlatforms": null,
"type": "bitmap"
}
]
}