Commit Graph

15 Commits (f624b3a3ea92b89941762ac6293f0cb9fa7e9861)

Author SHA1 Message Date
Gordon Williams 3e5c0538a9 Support for provides_widgets entry in metadata, and try and tag existing widgets
Support for 'default' tag and add it to apps that we expect would be used by default with the Bangle
split widalarm out of alarm

fixes https://github.com/espruino/BangleApps/issues/2353
2022-12-06 10:25:32 +00:00
pebl-hank 386b63df2d Added a g.reset() 2022-11-15 20:06:51 +01:00
storm64 fef343887f [widbt_notify] Correct widget drawing 2022-09-21 19:27:09 +02:00
storm64 a1e03d3229 [widbt_notify] Simplify code, add some options 2022-09-14 21:53:04 +02:00
Hank 7090817fa0 Taking care of the readme files 2022-07-12 07:12:54 +02:00
Hank d0a33541a5 0.15: Added option to hide widget when connected 2022-07-04 09:45:15 +02:00
Hank 371dd94a03 fix ms 2022-07-02 08:54:27 +02:00
Hank d83396036b widbt: Added configuration option 2022-07-01 23:01:48 +02:00
Hank c99a0de9a9 widbt_notify: Added "connection restored" notification. Fixed restoring of the watchface. 2022-07-01 19:49:35 +02:00
storm64 dde4cc1562 [widbt_notify] Prevent repeated `draw()`
Replace `setInterval` with `setTimeout` to clear the `Connection lost.`-message to prevent repeatedly calling of `draw()` from the current app/clock.
2022-05-18 13:00:53 +02:00
KungPhoo 50e38126fb typos 2022-03-30 17:45:58 +02:00
KungPhoo 5254f20bb6 Redrawing the current clock, if a 'draw()' function exists. 2022-03-30 17:43:46 +02:00
KungPhoo b5e6634004 bugfix settings.json
Read settings from the wron file.
2022-03-30 10:42:00 +02:00
KungPhoo 9c86c48398 Update widget.js 2022-03-30 07:17:52 +02:00
KungPhoo 8df137b21d widget 'widbt_notify'
New Widget 'widbt_notify' is a bluetooth widget, that vibrates, when the connection gets lost.
2022-03-29 14:32:33 +02:00