Commit Graph

11994 Commits (9a6866f4073e5bc44082f4cf329fc410c4effb88)

Author SHA1 Message Date
Giles Booth 0087614d26
Add files via upload 2022-06-21 23:03:31 +01:00
Giles Booth 7edbb8709c
Create metadata.json 2022-06-21 22:59:22 +01:00
Giles Booth cba65bc50e
Create app-icon.js 2022-06-21 22:55:32 +01:00
Giles Booth d1b722dee7
Create app.js 2022-06-21 22:38:58 +01:00
fewieden da6c38c12f
Bumps version 2022-06-21 08:31:58 +02:00
fewieden 7da202a99f
Update ChangeLog 2022-06-21 08:31:29 +02:00
fewieden a4bdab07ff
fixes let/const in stardate clock 2022-06-21 08:29:36 +02:00
Martin Boonk 5fca2fbaa3 hrm - Draw "empty" BPM display when first HRM-raw arrives 2022-06-20 21:56:17 +02:00
Martin Boonk c9800fc85d hrm - Apply scale every time the graph starts new 2022-06-20 21:23:55 +02:00
Daniele f1d5d9025e Bouncing DVD logo app 2022-06-20 18:27:21 +02:00
xxDUxx 2c19860d9d
Merge pull request #8 from xxDUxx/development
Update app.js
2022-06-20 14:43:55 +02:00
David Peer 2044fa9df3 Renaming 2022-06-20 13:36:49 +02:00
David Peer b8c5558aac Merge branch 'master' of https://github.com/peerdavid/BangleApps 2022-06-20 10:26:00 +02:00
David Peer ce51b0b0ba Add homeassistant app 2022-06-20 10:25:57 +02:00
pebl-hank 6b3f49c0cb
Merge branch 'espruino:master' into master 2022-06-20 07:44:36 +02:00
xxDUxx aab746f34d
Update app.js 2022-06-20 04:27:33 +02:00
Stiralbios a201f9142b [ClockFace] Revert ClockFace change like the PR #1985 solve the issue 2022-06-19 21:03:17 +02:00
Richard de Boer 9fb3fccb32
ClockFace: minor cleanup
No idea how that `true` got there, but it does nothing.
2022-06-19 20:00:54 +02:00
Richard de Boer 6090b453c3
ClockFace: don't erase widgets when using `draw`
If a clock specifies `draw` but not `update`, we create our own
`update`, but it should only erase the clock area, not the whole screen.
2022-06-19 20:00:18 +02:00
Martin Boonk ace1f2cf3d hrmaccevents - Bump version and changelog 2022-06-19 19:54:35 +02:00
Martin Boonk cba794d491 hrmaccevents - Adds readme 2022-06-19 19:54:35 +02:00
Martin Boonk 32967fa548 hrmaccevents - Show status info on display 2022-06-19 19:54:35 +02:00
Martin Boonk 7b6cbdfdb6 hrmaccevents - Allow storing log on bangle 2022-06-19 19:54:35 +02:00
Martin Boonk 3b53d1a825 hrm - Bump version and changelog 2022-06-19 19:41:48 +02:00
Martin Boonk 39fc047bdf heartrate - Autoscale to maximum seen raw value 2022-06-19 19:41:43 +02:00
Martin Boonk 340fdfd0f3 ltherm - Bump version and changelog 2022-06-19 19:30:46 +02:00
Martin Boonk 834b606f63 apploader - Ignore empty folder instead of creating invalid json 2022-06-19 19:29:40 +02:00
Martin Boonk 92fb93907c ltherm - Use temperature from barometer if available 2022-06-19 19:28:29 +02:00
Alessandro Cocco 35e9da95aa [Alarms & Timers] Update metadata and changelog 2022-06-19 16:19:01 +02:00
Alessandro Cocco c99a7a0075 [Alarms & Timers] Add new option for delete a timer after it expires 2022-06-19 16:19:01 +02:00
Alessandro Cocco a8382b0dc7 [Scheduler] Update metadata and changelog 2022-06-19 16:19:01 +02:00
Alessandro Cocco a8116f3e49 [Scheduler] Add "delete timer at expiration" option 2022-06-19 16:19:01 +02:00
Alessandro Cocco f5f1cc7523 [Scheduler] Improve code readability 2022-06-19 16:19:01 +02:00
Michael Salaverry dc11845dbb fix: less specific pin in same major version 2022-06-19 15:08:46 +03:00
Michael Salaverry a0ef33a8fe fix: pin hebcal 2022-06-19 15:06:47 +03:00
Stiralbios 4d8558ef13 [TerminalClock] Attempt to fix high batery usage since the switch to ClockFace 2022-06-19 08:47:59 +02:00
Stiralbios 295d646e74 [TerminalClock] Use "m" instead of "min" for consistence with other apps 2022-06-18 22:12:21 +02:00
Alessandro Cocco 42c2b5c8a2 Use default Bangle formatter for booleans 2022-06-18 22:08:51 +02:00
Stiralbios 93c18eb16e Use default Bangle formatter for booleans 2022-06-18 21:55:21 +02:00
Stiralbios f77226e33e [TerminalClock] Add sensible default settings 2022-06-18 19:16:44 +02:00
Stiralbios c50813322c [TerminalClock] Consistent settings 2022-06-18 19:04:31 +02:00
Stiralbios 03fbd4c08a [TerminalClock] Small fix 2022-06-18 18:53:42 +02:00
Stiralbios a6fa71290b [TerminalClock] Change the settings to be able to personalize the line display more 2022-06-18 18:39:51 +02:00
Michael Salaverry 0779a546c7 fix: mjs content type by using js 2022-06-18 19:37:18 +03:00
Stiralbios 93b6fdb974 [TerminalClock] Remove useless calls to the graphic lib 2022-06-18 15:56:38 +02:00
Stiralbios 621864da24 [ClockFace] Fix widget drawing 2022-06-18 15:55:45 +02:00
Lubomir (Mac) 16255198a2
Merge branch 'master' into icon-notifs 2022-06-18 23:42:36 +10:00
Stiralbios 2aa56bdaf2 [TerminalClock] Bug fix 2022-06-18 15:25:02 +02:00
Stiralbios 1f2726a841 [TerminalClock] Use ClockFace module 2022-06-18 15:17:34 +02:00
Darin755 6c4bfc58b5 switched yards to meters for us locale 2022-06-17 19:39:57 -06:00