Rebble clock - added screenshot and README
parent
ecd97e00aa
commit
acae86c937
21
apps.json
21
apps.json
|
|
@ -4857,5 +4857,24 @@
|
||||||
{"name":"clicompleteclk.app.js","url":"app.js"},
|
{"name":"clicompleteclk.app.js","url":"app.js"},
|
||||||
{"name":"clicompleteclk.img","url":"app-icon.js","evaluate":true}
|
{"name":"clicompleteclk.img","url":"app-icon.js","evaluate":true}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"id": "rebble",
|
||||||
|
"name": "Rebble Clock",
|
||||||
|
"shortName": "Rebble",
|
||||||
|
"version": "0.01",
|
||||||
|
"description": "A Pebble style clock, with configurable background, three sidebars including steps, day, date, sunrise, sunset, long live the rebellion",
|
||||||
|
"readme": "README.md",
|
||||||
|
"icon": "rebble.png",
|
||||||
|
"dependencies": {"mylocation":"app"},
|
||||||
|
"screenshots": [{"url":"screenshot_rebble.png"}],
|
||||||
|
"type": "clock",
|
||||||
|
"tags": "clock",
|
||||||
|
"supports": ["BANGLEJS2"],
|
||||||
|
"storage": [
|
||||||
|
{"name":"rebble.app.js","url":"rebble.app.js"},
|
||||||
|
{"name":"rebble.settings.js","url":"rebble.settings.js"},
|
||||||
|
{"name":"rebble.img","url":"rebble.icon.js","evaluate":true}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
0.01: First release
|
||||||
|
|
@ -1,17 +1,21 @@
|
||||||
# Pebble
|
# Rebble
|
||||||
|
|
||||||
*a Pebble style clock with configurable background color, to keep the revolution going*
|
*A Pebble style clock, with configurable background, three sidebars including steps, day, date, sunrise, sunset, long live the rebellion*
|
||||||
|
|
||||||
* Designed specifically for Bangle 2
|
* Designed specifically for Bangle 2
|
||||||
* A choice of 6 different background colous through its setting menu. Goto Settings, App/Widget settings, Pebble.
|
* A choice of 6 different background colous through its setting menu. Goto Settings, App/Widget settings, Rebble.
|
||||||
* Supports the Light and Dark themes
|
* Supports the Light and Dark themes
|
||||||
|
* Has 3 sidebars that cycle including steps, day, date, sunrise, sunset
|
||||||
* Uses pedometer widget to get latest step count
|
* Uses pedometer widget to get latest step count
|
||||||
* Dependant apps are installed when Pebble installs
|
* Dependant apps are installed when Rebble installs
|
||||||
* Uses the whole screen, widgets are made invisible but still run in the background
|
* Uses the whole screen, widgets are made invisible but still run in the background
|
||||||
* When battery is less than 30% main screen goes Red
|
|
||||||
|
|
||||||

|

|
||||||

|
|
||||||

|
## Future Enhancements
|
||||||
|
|
||||||
|
* Support for Weather Icons in the Steps Sidebar
|
||||||
|
* Improved small font
|
||||||
|
* Improved icons
|
||||||
|
|
||||||
Written by: [Hugh Barney](https://github.com/hughbarney) For support and discussion please post in the [Bangle JS Forum](http://forum.espruino.com/microcosms/1424/)
|
Written by: [Hugh Barney](https://github.com/hughbarney) For support and discussion please post in the [Bangle JS Forum](http://forum.espruino.com/microcosms/1424/)
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
Loading…
Reference in New Issue