Skip to content

Commit

Permalink
Added support for all platforms.
Browse files Browse the repository at this point in the history
Bugfix:
* hiding the day dialog now hides the text (oops)

New:
* minor battery improvements
  • Loading branch information
prayerie committed Mar 28, 2021
1 parent e0fc53c commit 1410606
Show file tree
Hide file tree
Showing 40 changed files with 8,305 additions and 123 deletions.
49 changes: 9 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "NERV",
"author": "Mistyhands",
"version": "1.1.0",
"version": "1.2.0",
"keywords": [
"pebble-app"
],
Expand All @@ -15,7 +15,10 @@
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"basalt"
"basalt",
"aplite",
"diorite",
"chalk"
],
"watchapp": {
"watchface": true
Expand All @@ -34,7 +37,8 @@
"hideTemp",
"customKey",
"customLoc",
"secret"
"secret",
"bwBgColor"
],
"resources": {
"media": [
Expand All @@ -44,11 +48,6 @@
"name": "IMAGE_MENU_ICON",
"file": "images/icon.png"
},
{
"type": "bitmap",
"name": "IMAGE_BACKGROUNDTEST",
"file": "images/test.png"
},
{
"type": "bitmap",
"name": "IMAGE_NO_BT",
Expand Down Expand Up @@ -84,36 +83,6 @@
"name": "IMAGE_BACKGROUND1_2",
"file": "images/bg1_2.png"
},
{
"type": "bitmap",
"name": "IMAGE_BACKGROUND2",
"file": "images/bg2.png"
},
{
"type": "bitmap",
"name": "IMAGE_BACKGROUND2_2",
"file": "images/bg2_2.png"
},
{
"type": "bitmap",
"name": "IMAGE_BACKGROUND3",
"file": "images/bg3.png"
},
{
"type": "bitmap",
"name": "IMAGE_BACKGROUND3_2",
"file": "images/bg3_2.png"
},
{
"type": "bitmap",
"name": "IMAGE_BACKGROUND4",
"file": "images/bg4.png"
},
{
"type": "bitmap",
"name": "IMAGE_BACKGROUND4_2",
"file": "images/bg4_2.png"
},
{
"type": "bitmap",
"name": "IMAGE_BATBG",
Expand All @@ -125,7 +94,7 @@
"file": "images/bat_bar.png"
},
{
"characterRegex": "[曜日月火水木金土0-9 ]",
"characterRegex": "[0-9/ ]",
"type": "font",
"name": "NOTO_14",
"file": "fonts/noto.ttf"
Expand All @@ -137,7 +106,7 @@
"file": "fonts/dseg.ttf"
},
{
"characterRegex": "[.0-9]",
"characterRegex": "[0-9]",
"type": "font",
"name": "DSEG_16",
"file": "fonts/dseg.ttf"
Expand Down
Binary file modified resources/images/bat0.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/bat0~bw.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 removed resources/images/bat_bar.png
Binary file not shown.
Binary file added resources/images/bat_bar~bw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/bg1.png
Binary file not shown.
Binary file removed resources/images/bg1_2.png
Binary file not shown.
Binary file added resources/images/bg1_2~bw.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/bg1_2~color.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/bg1_2~color~round.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/bg1~bw.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/bg1~color.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/bg1~color~round.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 removed resources/images/bg2.png
Binary file not shown.
Binary file removed resources/images/bg2_2.png
Binary file not shown.
Binary file removed resources/images/bg3.png
Binary file not shown.
Binary file removed resources/images/bg3_2.png
Binary file not shown.
Binary file removed resources/images/bg4.png
Binary file not shown.
Binary file removed resources/images/bg4_2.png
Binary file not shown.
Binary file removed resources/images/day.png
Binary file not shown.
Binary file added resources/images/day~bw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/icon.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/no_bt~bw.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/no_bt~color.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/on_light~bw.png
Binary file added resources/images/on_light~color.png
Binary file removed resources/images/tempc.png
Diff not rendered.
Binary file added resources/images/tempc~bw.png
Binary file added resources/images/tempc~color.png
Binary file removed resources/images/tempf.png
Diff not rendered.
Binary file added resources/images/tempf~bw.png
Binary file added resources/images/tempf~color.png
Binary file removed resources/images/test.png
Diff not rendered.
Loading

0 comments on commit 1410606

Please sign in to comment.