Commit Graph

17114 Commits (1aa7583fce474696f3fc0b66ff1c82af4d4b6291)

Author SHA1 Message Date
Ben Jabituya 1aa7583fce
Update README.md 2023-10-16 17:20:47 +01:00
Ben Jabituya 53371952a4
Update metadata.json 2023-10-16 17:10:29 +01:00
Ben Jabituya 9bb721f78e
Update metadata.json 2023-10-16 17:09:51 +01:00
Ben Jabituya 387e95283f
Update metadata.json 2023-10-16 17:09:39 +01:00
Ben Jabituya 51207c9de4
Update ChangeLog 2023-10-16 17:08:44 +01:00
Ben Jabituya b673038680
Update app.js 2023-10-16 17:08:16 +01:00
Ben Jabituya fef0fc0743
Update metadata.json 2023-10-16 15:31:58 +01:00
Ben Jabituya ad2b42f5c2
Update ChangeLog 2023-10-16 15:28:40 +01:00
Ben Jabituya 09dbda1d2c
Update metadata.json 2023-10-16 15:28:19 +01:00
Ben Jabituya a8985f96df
Update app.js 2023-10-16 15:28:02 +01:00
Gordon Williams 07fa23ee25
Merge pull request #3046 from nxdefiant/master
alarm auto expiration for events + fix repeat back
2023-10-16 10:28:31 +01:00
Gordon Williams 16a09d5928
Merge pull request #3045 from jabituyaben/master
Astral clock update
2023-10-16 10:23:16 +01:00
Gordon Williams a96abe1ddc add option to android as per 0f78c425bb (commitcomment-129938882) 2023-10-16 10:21:48 +01: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
Ben Jabituya bded700708
Update metadata.json 2023-10-14 00:12:04 +01:00
Ben Jabituya 97a4f2379d
Update ChangeLog 2023-10-14 00:11:43 +01:00
Ben Jabituya ed0a062285
Update app.js 2023-10-14 00:09:56 +01:00
Ben Jabituya 74f8869b85
Update app.js 2023-10-14 00:09:15 +01: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