Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
UI changes (Kate F), New Features, Other Fixes
* Implemented UI design from Kate F
* New battery indicator from Jon M
* Bigger fonts in general, especially for time
* New special value icons instead of special value numbers (??? instead
of "10")
* Switched black and white backgrounds, to improve readability
* New space for T1D name
* Made JS faster based on inputs from John C and Christine D, to help
with reliability and refresh problems
* New "two time" fix, to quickly diagnose refresh problem (when pebble
app has crashed or gotten lost)
* Time and date are from system, so always up to date and watch can
function like a watch
* More descriptive error messages
* Implemented bug fixes, especially for Rajat build users
* Commented code in much greater detail
* Will publish FAQ to quickly identify problems and address faster
  • Loading branch information
YYGIRL committed Jul 29, 2014
commit b2ec802b7bf2d1910f300f55dc11bdbf9564c49e
101 changes: 97 additions & 4 deletions appinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@
"readtime": 2,
"bg": 1,
"icon": 0,
"alert": 3
"alert": 3,
"battlevel": 6,
"t1dname": 7
},
"resources": {
"media": [
{
"name": "IMAGE_MENU_ICON",
"type": "png",
"file": "images/logo.png",
"file": "images/menuicon.png",
"menuIcon": true
},
{
Expand Down Expand Up @@ -58,15 +60,106 @@
"name": "IMAGE_NONE",
"type": "png",
"file": "images/none.png"
},
{
"name": "IMAGE_LOGO",
"type": "png",
"file": "images/logo.png"
},
{
"name": "IMAGE_BROKEN_ANTENNA",
"type": "png",
"file": "images/brokenantenna.png"
},
{
"name": "IMAGE_BLOOD_DROP",
"type": "png",
"file": "images/blooddrop.png"
},
{
"name": "IMAGE_STOP_LIGHT",
"type": "png",
"file": "images/stoplight.png"
},
{
"name": "IMAGE_HOURGLASS",
"type": "png",
"file": "images/hourglass.png"
},
{
"name": "IMAGE_QUESTION_MARKS",
"type": "png",
"file": "images/questionmarks.png"
},
{
"name": "IMAGE_BATTFULL",
"type": "png",
"file": "images/battfull.png"
},
{
"name": "IMAGE_BATT90",
"type": "png",
"file": "images/batt90.png"
},
{
"name": "IMAGE_BATT80",
"type": "png",
"file": "images/batt80.png"
},
{
"name": "IMAGE_BATT70",
"type": "png",
"file": "images/batt70.png"
},
{
"name": "IMAGE_BATT60",
"type": "png",
"file": "images/batt60.png"
},
{
"name": "IMAGE_BATT50",
"type": "png",
"file": "images/batt50.png"
},
{
"name": "IMAGE_BATT40",
"type": "png",
"file": "images/batt40.png"
},
{
"name": "IMAGE_BATT30",
"type": "png",
"file": "images/batt30.png"
},
{
"name": "IMAGE_BATT20",
"type": "png",
"file": "images/batt20.png"
},
{
"name": "IMAGE_BATT10",
"type": "png",
"file": "images/batt10.png"
},
{
"name": "IMAGE_BATTEMPTY",
"type": "png",
"file": "images/battempty.png"
},
{
"name": "IMAGE_BATTNONE",
"type": "png",
"file": "images/battnone.png"
}
]
},
"versionCode": 5,
"versionCode": 6,
"shortName": "CGM",
"longName": "CGM",
"watchapp": {
"watchface": true
},
"companyName": "Nightscout contributors",
"versionLabel": "2.1.1"
"versionLabel": "3.1.1"
}

Binary file added resources/images/batt10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/batt20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/batt30.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/batt40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/batt50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/batt60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/batt70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/batt80.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/batt90.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/battempty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/battfull.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/battnone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/blooddrop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/brokenantenna.png
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
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/hourglass.png
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/menuicon.png
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/none.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/questionmarks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/stoplight.png
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/up.png
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/up45.png
Binary file modified resources/images/upup.png
Binary file added resources/img/batt10.png
Binary file added resources/img/batt20.png
Binary file added resources/img/batt30.png
Binary file added resources/img/batt40.png
Binary file added resources/img/batt50.png
Binary file added resources/img/batt60.png
Binary file added resources/img/batt70.png
Binary file added resources/img/batt80.png
Binary file added resources/img/batt90.png
Binary file added resources/img/battempty.png
Binary file added resources/img/battfull.png
Binary file added resources/img/battnone.png
Binary file added resources/img/blooddrop.png
Binary file added resources/img/brokenantenna.png
Binary file modified resources/img/down.png
Binary file modified resources/img/down45.png
Binary file modified resources/img/downdown.png
Binary file modified resources/img/flat.png
Binary file added resources/img/hourglass.png
Binary file modified resources/img/logo.png
Binary file added resources/img/menuicon.png
Binary file modified resources/img/none.png
Binary file added resources/img/questionmarks.png
Binary file added resources/img/stoplight.png
Binary file modified resources/img/up.png
Binary file modified resources/img/up45.png
Binary file modified resources/img/upup.png
Loading