mirror of
https://github.com/Threnklyn/pebble-directions.git
synced 2026-06-07 13:43:32 +02:00
complies but not working yet
* The thing is crashing :/
This commit is contained in:
+23
-3
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user