mirror of https://github.com/espruino/BangleApps
Rebble: fix dependancies, fixed typo, Pebble: fix typo
parent
ab4de670fb
commit
23df3c0e98
|
@ -4871,11 +4871,11 @@
|
||||||
"id": "rebble",
|
"id": "rebble",
|
||||||
"name": "Rebble Clock",
|
"name": "Rebble Clock",
|
||||||
"shortName": "Rebble",
|
"shortName": "Rebble",
|
||||||
"version": "0.01",
|
"version": "0.02",
|
||||||
"description": "A Pebble style clock, with configurable background, three sidebars including steps, day, date, sunrise, sunset, long live the rebellion",
|
"description": "A Pebble style clock, with configurable background, three sidebars including steps, day, date, sunrise, sunset, long live the rebellion",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"icon": "rebble.png",
|
"icon": "rebble.png",
|
||||||
"dependencies": {"mylocation":"app"},
|
"dependencies": [{"mylocation":"app"},{"widpedom":"widget"}],
|
||||||
"screenshots": [{"url":"screenshot_rebble.png"}],
|
"screenshots": [{"url":"screenshot_rebble.png"}],
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
|
|
|
@ -2,3 +2,4 @@
|
||||||
0.02: included deployment of pebble.settings.js in apps.json
|
0.02: included deployment of pebble.settings.js in apps.json
|
||||||
0.03: Changed time+calendar font to LECO1976Regular, changed to slanting boot
|
0.03: Changed time+calendar font to LECO1976Regular, changed to slanting boot
|
||||||
0.04: Fix widget hiding code (fix #1046)
|
0.04: Fix widget hiding code (fix #1046)
|
||||||
|
0.05: Fix typo in settings - Purple
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
storage.write(SETTINGS_FILE, settings)
|
storage.write(SETTINGS_FILE, settings)
|
||||||
}
|
}
|
||||||
|
|
||||||
var color_options = ['Green','Orange','Cyan','Perple','Red','Blue'];
|
var color_options = ['Green','Orange','Cyan','Purple','Red','Blue'];
|
||||||
var bg_code = ['#0f0','#ff0','#0ff','#f0f','#f00','#00f'];
|
var bg_code = ['#0f0','#ff0','#0ff','#f0f','#f00','#00f'];
|
||||||
|
|
||||||
E.showMenu({
|
E.showMenu({
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
0.01: First release
|
0.01: First release
|
||||||
|
0.02: Fix dependancies, fix type to Purple
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
storage.write(SETTINGS_FILE, settings)
|
storage.write(SETTINGS_FILE, settings)
|
||||||
}
|
}
|
||||||
|
|
||||||
var color_options = ['Green','Orange','Cyan','Perple','Red','Blue'];
|
var color_options = ['Green','Orange','Cyan','Purple','Red','Blue'];
|
||||||
var bg_code = ['#0f0','#ff0','#0ff','#f0f','#f00','#00f'];
|
var bg_code = ['#0f0','#ff0','#0ff','#f0f','#f00','#00f'];
|
||||||
|
|
||||||
E.showMenu({
|
E.showMenu({
|
||||||
|
|
Loading…
Reference in New Issue