diff --git a/apps.json b/apps.json index fd2e14e60..b457bc1c1 100644 --- a/apps.json +++ b/apps.json @@ -4857,5 +4857,24 @@ {"name":"clicompleteclk.app.js","url":"app.js"}, {"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} + ] + } ] diff --git a/apps/rebble/ChangeLog b/apps/rebble/ChangeLog new file mode 100644 index 000000000..7b83706bf --- /dev/null +++ b/apps/rebble/ChangeLog @@ -0,0 +1 @@ +0.01: First release diff --git a/apps/rebble/README.md b/apps/rebble/README.md index 4b0233781..399cda15a 100644 --- a/apps/rebble/README.md +++ b/apps/rebble/README.md @@ -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 -* 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 +* Has 3 sidebars that cycle including steps, day, date, sunrise, sunset * 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 -* When battery is less than 30% main screen goes Red -![](pebble_screenshot.png) -![](pebble_screenshot2.png) -![](pebble_screenshot3.png) +![](screenshot_rebble.png) + +## 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/) diff --git a/apps/rebble/screenshot_rebble.png b/apps/rebble/screenshot_rebble.png new file mode 100644 index 000000000..3cbd77d8b Binary files /dev/null and b/apps/rebble/screenshot_rebble.png differ