Commit Graph

17098 Commits (c8ef7097c01cd577fc0fc308a8ccaa3d4196703c)

Author SHA1 Message Date
Erik Andresen c8ef7097c0 grocery: Drop grocery.html
Drop app customiser as it is redundant with download interface and the
latter has more features
2023-10-17 19:17:09 +02:00
Erik Andresen b6fcc5ee4c alarm: auto expiration for events 2023-10-14 10:04:31 +02:00
Erik Andresen 927306cf8a alarm repeat menu: Do not change value on back
Instead of saving repeat to originalRepeat create a new repeatObj
2023-10-14 09:25:39 +02:00
Erik Andresen 4f47636195 alarm: auto expiration for events
- Set default value
- Add "delete timer after expiration" setting to events.
2023-10-14 09:23:49 +02:00
Gordon Williams 4c62777636 Add option to automatically reload the clock after uploading an app 2023-10-13 09:40:20 +01:00
Gordon Williams ee405145ca run 0.17: Ensure screen redraws after "Resume run?" menu (#3044) 2023-10-13 09:03:47 +01:00
Gordon Williams d7756ee175
Merge pull request #3042 from jabituyaben/master
Updared to HRM recorder app
2023-10-12 09:50:16 +01:00
Ben Jabituya c18a52e15b
Update app.js 2023-10-11 23:45:54 +01:00
Ben Jabituya ef923cba85
Update metadata.json 2023-10-11 22:18:27 +01:00
Ben Jabituya 13a7fbe43a
Update ChangeLog 2023-10-11 22:18:13 +01:00
Ben Jabituya 5bd98caa16
Create ChangeLog 2023-10-11 22:06:44 +01:00
Ben Jabituya 10135176b7
Update metadata.json 2023-10-11 22:04:29 +01:00
Ben Jabituya 9f37d2f5de
Update README.md 2023-10-11 19:27:42 +01:00
Ben Jabituya b58ab4bb26
Update app.js
Updated to work with new API. Additional capability includes:

1. Now also records upto 2 hours - if you cancel at any time the CSV file will still be there, the timer you set at the start is more so that you get an alert when it's complete.
2. Along with raw PPG readings, it also records bandpassed filtered data in a second column, available in the new API.
3. Rather than overwriting 1 data file, the app will record upto 5 files before recording to a generic data file as a fallback if all 5 allocated files remain on the watch storage. The limit is in place to avoid going over storage limits as these files can get large over time.
2023-10-11 19:26:20 +01:00
Gordon Williams 213ac33faa 0.64: Default to wakeOnTwist being off 2023-10-10 11:26:10 +01:00
Gordon Williams a180895ad1
Merge pull request #3041 from bobrippling/backswipe-undefined
backswipe: ignore `undefined` handlers
2023-10-10 11:02:11 +01:00
Rob Pilling 70b89fbe2f backswipe: ignore `undefined` handlers
`undefined` handlers are created when we [remove listeners] part-way
through the array. This fixes `backswipe` for all firmwares, but
leaves the door open for a potential firmware change.

[remove listeners]: 0f16231a43/src/jswrap_object.c (L1035-L1035)
2023-10-10 10:51:50 +01:00
Gordon Williams 8a4a2cee5a recorder/openstmap 0.31: Ensure that background-drawn tracks can get cancelled, and draw less at a time to make updates smoother
plotTrack now draws the current track even if you're not actively recording
2023-10-09 12:50:30 +01:00
Gordon Williams 1ec0b94362
Merge pull request #3039 from g-rden/sunrise
Sunrise 0.05
2023-10-09 10:53:48 +01:00
Gordon Williams d291ae4a1b
Merge pull request #3040 from pavelmachek/devel_games
tetris: Better controls and game over
2023-10-09 10:42:48 +01:00
Gordon Williams 40bfe852e4
Merge pull request #3024 from rigrig/saclock-multicol
saclock: add "monochrome" setting for Bangle.js 2
2023-10-09 10:41:02 +01:00
g-rden d34da4356e
Fixed zenith position, time formatting & misc
Offset ypos function. Use float in sine function instead of fraction to represent 2*pi. Added function to format time, which makes times draw correct. Moved global variables. Made animations more consistent
2023-10-08 17:24:54 +00:00
g-rden 27ed85d677
Fix sine and sun pos offset 2023-10-08 10:53:27 +00:00
Pavel Machek 2dbde15cc4 Update version to 0.02 2023-10-08 12:10:31 +02:00
g-rden a9cfd89466
Bug fixes
Increased sun position resolution. Fixed various wrong offsets. Fixed sun positions for sun rise & set. Fixed sine line not drawing until the right screen edge. Simplified
2023-10-08 10:09:06 +00:00
Pavel Machek ade2df3f0f Implement move down with one click. 2023-10-08 12:05:30 +02:00
Pavel Machek 87afbe8938 Update metadata/changelogs. 2023-10-08 12:00:00 +02:00
g-rden 5a54681954
sine line fix & simplification
Corrected first sine line section. Removed radius offset from sine line x values. & Simplified
2023-10-07 22:30:37 +00:00
Pavel Machek 7a0c3f2bd9 Implement controls by clicking, implement game over. 2023-10-07 23:05:05 +02:00
Pavel Machek f09532d6f7 Split functions in preparation. 2023-10-07 22:28:13 +02:00
g-rden 2993d391d5
Updated to 0.05 2023-10-07 15:54:49 +00:00
g-rden d64ed09c53
Update to 0.05 2023-10-07 15:47:11 +00:00
g-rden 844b01c54d
Bugs fixed and simplified
Fixed bug in function drawClock: displayed time jumps from 11:50 to 12:59 to 12:07

Fixed bug in function drawClock: skipping 23 o'clock

Simplified various parts & removed unreachable checks
2023-10-07 15:37:00 +00:00
Richard de Boer db75324d00
saclock: add "monochrome" setting for Bangle.js 2
Only for Bangle.js 2, because part of the "simple" is that we draw to a
graphics buffer, and B1 doesn't have enough memory for a colour buffer.
(Drawing directly would involve sprinkling y-offsets and
"redraw background" all over the code; doable, but no longer simple)
2023-10-07 14:54:51 +02:00
Gordon Williams e5493caa9d Oops - forgot commis 2023-10-06 14:42:10 +01:00
Gordon Williams 9c4d9058e4 ios 0.14: Add settings page, allow time sync
Allow negative/positive actions to pass through to message GUI
2023-10-06 14:27:59 +01:00
Gordon Williams de5fcd2efa Add tool to count flashes of light using the HRM 2023-10-04 11:42:58 +01:00
Gordon Williams a67e5cfcee Allow upload even with warnings 2023-10-04 11:42:58 +01:00
Rob Pilling 8b1a333f8b
Merge pull request #3035 from hughbarney/master
oxofocus - fixed issue with a corner move using an occupied cell
2023-09-29 15:46:06 -05:00
Hugh Barney e4bbc5a6f1 Merge remote-tracking branch 'upstream/master' 2023-09-29 19:43:52 +01:00
Hugh Barney 8261f52e12 oxofocus fixed issue with one of the corner moves 2023-09-29 19:43:29 +01:00
Gordon Williams 095b0c80ac
Merge pull request #3030 from r-j-taylor/mtnclock-add-widgets
[mtnclock] Add settings and the ability to show widgets
2023-09-29 09:46:23 +01:00
Gordon Williams c1efe64c0d
Update apps/mtnclock/settings.js
Co-authored-by: Rob Pilling <robpilling@gmail.com>
2023-09-29 09:45:50 +01:00
Gordon Williams d574bbda17
Merge pull request #3034 from hughbarney/master
Oxo Focus - play the computer as it learns to play naughts and crosses
2023-09-29 09:45:27 +01:00
Gordon Williams 1a18a5463b
Update apps/oxofocus/app.js
Co-authored-by: Rob Pilling <robpilling@gmail.com>
2023-09-29 09:32:49 +01:00
Hugh Barney 28cbfa37f6 Oxofocus - README update 2023-09-28 19:10:23 +01:00
Hugh Barney ab4a5b8cce Oxofocus - added README to metadata 2023-09-28 18:50:39 +01:00
Hugh Barney fcd2a5dd94 Merge remote-tracking branch 'upstream/master' 2023-09-28 18:35:49 +01:00
Hugh Barney 2b56345604 Oxofocus - added ChangeLog 2023-09-28 18:35:31 +01:00
Hugh Barney 7c8c340c4c Oxofocus - learns as it plays 2023-09-28 18:34:22 +01:00