Merge pull request #983 from hughbarney/master

Pebble: deploy settings file, updated README
master
Gordon Williams 2021-12-02 09:06:21 +00:00 committed by GitHub
commit 829ee9129a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -4628,7 +4628,7 @@
"id": "pebble", "id": "pebble",
"name": "Pebble Clock", "name": "Pebble Clock",
"shortName": "Pebble", "shortName": "Pebble",
"version": "0.01", "version": "0.02",
"description": "A pebble style clock to keep the rebellion going", "description": "A pebble style clock to keep the rebellion going",
"readme": "README.md", "readme": "README.md",
"icon": "pebble.png", "icon": "pebble.png",
@ -4638,6 +4638,7 @@
"supports": ["BANGLEJS2"], "supports": ["BANGLEJS2"],
"storage": [ "storage": [
{"name":"pebble.app.js","url":"pebble.app.js"}, {"name":"pebble.app.js","url":"pebble.app.js"},
{"name":"pebble.settings.js","url":"pebble.settings.js"},
{"name":"pebble.img","url":"pebble.icon.js","evaluate":true} {"name":"pebble.img","url":"pebble.icon.js","evaluate":true}
] ]
} }

View File

@ -1 +1,2 @@
0.01: first release 0.01: first release
0.02: included deployment of pebble.settings.js in apps.json

View File

@ -3,7 +3,7 @@
*a Pebble style clock with configurable background color, to keep the revolution going* *a Pebble style clock with configurable background color, to keep the revolution going*
* Designed specifically for Bangle 2 * Designed specifically for Bangle 2
* A choice of 6 different background colous through its setting menu * A choice of 6 different background colous through its setting menu. Goto Settings, App/Widget settings, Pebble.
* Supports the Light and Dark themes * Supports the Light and Dark themes
* 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 Pebble installs