Skip to content

Commit

Permalink
Merge pull request #45 from nightscout/release/7.0.0
Browse files Browse the repository at this point in the history
Update all files to 7.0
  • Loading branch information
ELUTE committed Feb 27, 2015
2 parents d452608 + 78f53bd commit 3742bab
Show file tree
Hide file tree
Showing 40 changed files with 789 additions and 588 deletions.
153 changes: 43 additions & 110 deletions appinfo.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"appKeys": {
"bg": 1,
"clrw": 8,
"dlta": 4,
"icon": 0,
"name": 6,
"noiz": 10,
"rwuf": 9,
"tapp": 3,
"tcgm": 2,
"ubat": 5,
Expand All @@ -18,84 +21,13 @@
"resources": {
"media": [
{
"file": "images/up.png",
"name": "IMAGE_UP",
"type": "png"
},
{
"file": "images/upup.png",
"name": "IMAGE_UPUP",
"type": "png"
},
{
"file": "images/up45.png",
"name": "IMAGE_UP45",
"type": "png"
},
{
"file": "images/flat.png",
"name": "IMAGE_FLAT",
"type": "png"
},
{
"file": "images/down.png",
"name": "IMAGE_DOWN",
"type": "png"
},
{
"file": "images/downdown.png",
"name": "IMAGE_DOWNDOWN",
"type": "png"
},
{
"file": "images/down45.png",
"name": "IMAGE_DOWN45",
"type": "png"
},
{
"file": "images/none.png",
"name": "IMAGE_NONE",
"type": "png"
},
{
"file": "images/club100.png",
"name": "IMAGE_CLUB100",
"type": "png"
},
{
"file": "images/club55.png",
"name": "IMAGE_CLUB55",
"type": "png"
},
{
"file": "images/logo.png",
"name": "IMAGE_LOGO",
"type": "png"
},
{
"file": "images/menuicon.png",
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"type": "png"
},
{
"file": "images/brokenantenna.png",
"name": "IMAGE_BROKEN_ANTENNA",
"type": "png"
},
{
"file": "images/blooddrop.png",
"name": "IMAGE_BLOOD_DROP",
"type": "png"
},
{
"file": "images/stoplight.png",
"name": "IMAGE_STOP_LIGHT",
"file": "images/rcvroff.png",
"name": "IMAGE_RCVROFF",
"type": "png"
},
{
"file": "images/hourglass.png",
"name": "IMAGE_HOURGLASS",
"file": "images/rcvron.png",
"name": "IMAGE_RCVRON",
"type": "png"
},
{
Expand All @@ -104,96 +36,97 @@
"type": "png"
},
{
"file": "images/battfull.png",
"name": "IMAGE_BATTFULL",
"file": "images/hourglass.png",
"name": "IMAGE_HOURGLASS",
"type": "png"
},
{
"file": "images/batt90.png",
"name": "IMAGE_BATT90",
"file": "images/stoplight.png",
"name": "IMAGE_STOP_LIGHT",
"type": "png"
},
{
"file": "images/batt80.png",
"name": "IMAGE_BATT80",
"file": "images/blooddrop.png",
"name": "IMAGE_BLOOD_DROP",
"type": "png"
},
{
"file": "images/batt70.png",
"name": "IMAGE_BATT70",
"file": "images/brokenantenna.png",
"name": "IMAGE_BROKEN_ANTENNA",
"type": "png"
},
{
"file": "images/batt60.png",
"name": "IMAGE_BATT60",
"file": "images/logo.png",
"name": "IMAGE_LOGO",
"type": "png"
},
{
"file": "images/batt50.png",
"name": "IMAGE_BATT50",
"file": "images/specvaluenone.png",
"name": "IMAGE_SPECVALUE_NONE",
"type": "png"
},
{
"file": "images/batt40.png",
"name": "IMAGE_BATT40",
"file": "images/rcvrnone.png",
"name": "IMAGE_RCVRNONE",
"type": "png"
},
{
"file": "images/batt30.png",
"name": "IMAGE_BATT30",
"file": "images/down45.png",
"name": "IMAGE_DOWN45",
"type": "png"
},
{
"file": "images/batt20.png",
"name": "IMAGE_BATT20",
"file": "images/downdown.png",
"name": "IMAGE_DOWNDOWN",
"type": "png"
},
{
"file": "images/phoneon.png",
"name": "IMAGE_PHONEON",
"file": "images/down.png",
"name": "IMAGE_DOWN",
"type": "png"
},
{
"file": "images/batt10.png",
"name": "IMAGE_BATT10",
"file": "images/flat.png",
"name": "IMAGE_FLAT",
"type": "png"
},
{
"file": "images/phoneoff.png",
"name": "IMAGE_PHONEOFF",
"file": "images/up45.png",
"name": "IMAGE_UP45",
"type": "png"
},
{
"file": "images/battempty.png",
"name": "IMAGE_BATTEMPTY",
"file": "images/upup.png",
"name": "IMAGE_UPUP",
"type": "png"
},
{
"file": "images/rcvron.png",
"name": "IMAGE_RCVRON",
"file": "images/up.png",
"name": "IMAGE_UP",
"type": "png"
},
{
"file": "images/battnone.png",
"name": "IMAGE_BATTNONE",
"file": "images/club55.png",
"name": "IMAGE_CLUB55",
"type": "png"
},
{
"file": "images/rcvroff.png",
"name": "IMAGE_RCVROFF",
"file": "images/club100.png",
"name": "IMAGE_CLUB100",
"type": "png"
},
{
"file": "images/err.png",
"name": "IMAGE_ERR",
"file": "images/menuicon.png",
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"type": "png"
}
]
},
"shortName": "Nightscout",
"uuid": "4bfa0b46-b9fa-4e1a-b2ba-a2ba7168f897",
"versionCode": 12,
"versionLabel": "6.4",
"versionLabel": "7.0",
"watchapp": {
"watchface": true
}
Expand Down
3 changes: 2 additions & 1 deletion jshintrc
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"XMLHttpRequest": true,
"navigator": true, // For navigator.geolocation
"localStorage": true,
"setTimeout": true
"setTimeout": true,
"setInterval": true
},

// Do not mess with standard JavaScript objects (Array, Date, etc)
Expand Down
Binary file removed resources/images/batt10.png
Binary file not shown.
Binary file removed resources/images/batt20.png
Binary file not shown.
Binary file removed resources/images/batt30.png
Binary file not shown.
Binary file removed resources/images/batt40.png
Binary file not shown.
Binary file removed resources/images/batt50.png
Binary file not shown.
Binary file removed resources/images/batt60.png
Binary file not shown.
Binary file removed resources/images/batt70.png
Binary file not shown.
Binary file removed resources/images/batt80.png
Binary file not shown.
Binary file removed resources/images/batt90.png
Binary file not shown.
Binary file removed resources/images/battempty.png
Binary file not shown.
Binary file removed resources/images/battfull.png
Binary file not shown.
Binary file removed resources/images/battnone.png
Binary file not shown.
Binary file modified resources/images/blooddrop.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/brokenantenna.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/club100.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/club55.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/down.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/down45.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/downdown.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/flat.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/hourglass.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified resources/images/menuicon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/images/none.png
Binary file not shown.
Binary file removed resources/images/phoneoff.png
Binary file not shown.
Binary file removed resources/images/phoneon.png
Diff not rendered.
Binary file modified resources/images/questionmarks.png
100644 → 100755
Binary file added resources/images/rcvrnone.png
Empty file modified resources/images/rcvroff.png
100644 → 100755
Empty file modified resources/images/rcvron.png
100644 → 100755
Binary file renamed resources/images/err.png → resources/images/specvaluenone.png
100644 → 100755
Binary file modified resources/images/stoplight.png
100644 → 100755
Binary file modified resources/images/up.png
100644 → 100755
Binary file modified resources/images/up45.png
100644 → 100755
Binary file modified resources/images/upup.png
100644 → 100755
Loading

0 comments on commit 3742bab

Please sign in to comment.