Commit Graph

119 Commits (d85ec84ae32d35405eaaf27e9dc781e9660c14b1)

Author SHA1 Message Date
Rob Pilling 8547011cbb recorder interface: show currently downloading/deleting filename 2024-06-16 15:45:03 +01:00
Rob Pilling ecf1f2ed95 recorder interface: fix unrelated empty-csv saving bug 2024-06-16 15:38:22 +01:00
Rob Pilling 7e7945b6e2 recorder interface: add download-all functionality 2024-06-16 15:38:22 +01:00
Rob Pilling 9561a4b5fc recorder interface: convert `if`s to `switch` 2024-06-16 15:19:52 +01:00
Rob Pilling 7b044002cd recorder interface: fix indent 2024-06-16 15:18:18 +01:00
Rob Pilling d7cab672b7 recorder: fix accessing WIDGETS 2024-04-17 21:20:38 +01:00
Anton 2c2742a4f1 Remove unused variable 2024-04-01 12:45:27 +02:00
thyttan 790f60b432 recorder:fix exit graph/plot goes back two levels 2024-03-26 02:14:25 +01:00
Gordon Williams 9399c76486 fix typo 2024-03-25 11:43:08 +00:00
Gordon Williams cb54fb59a0 recorder:fix ref error missing settings obj #3282 2024-03-25 10:43:40 +00:00
Anton 2a10df7f45 Bump app versions 2024-03-04 22:32:06 +01:00
Anton 2e4cb8eb11 Fix no-unused-vars in existing apps 2024-03-04 21:34:50 +01:00
Gordon Williams 69071891f1 Tweaks to speed up track rendering 2024-02-02 09:37:00 +00:00
thyttan 9614c7f29a recorder:Period 1s + Log GPS =>record on GPS event
recorder: writeInterval becomes writeSetup

recorder:change according to some Web IDE warnings

Update apps/recorder/widget.js

Co-authored-by: Rob Pilling <robpilling@gmail.com>

recorder: use `typeof writeSetup === "number"`
2023-12-01 23:05:31 +01:00
thyttan c82feadca4 recorder: 1 decimal place for 1 second period logs 2023-11-17 22:51:21 +01:00
Rob Pilling a4716c8718 recorder: introduce `settings` in getActiveRecorders() 2023-11-15 22:42:03 +00:00
Rob Pilling 22706db541 recorder: handle initial/non-settings load 2023-11-15 21:54:04 +00:00
Rob Pilling f5ac8ade61 recorder: don't prompt the user when the columns change - force new file 2023-11-15 19:37:27 +00:00
Gordon Williams dd96e33774 0.33: Ensure that a new file is always created if the stuff that's being recorded has changed (fix #3081) 2023-11-06 14:55:38 +00:00
Mineinjava 9afd4ef79a divide by two 2023-11-01 21:22:39 -07:00
Mineinjava 9ec73873ab cleanup code 2023-11-01 21:10:13 -07:00
Mineinjava e1d9701bbf change getUTCMilliseconds to getTime 2023-11-01 21:04:09 -07:00
Mineinjava ccc21082e3 account for my lack of thought and print more stuff 2023-11-01 20:40:09 -07:00
Mineinjava 465aa25ffc Apparently i forgot how to console.log 2023-11-01 20:36:08 -07:00
Mineinjava 2ce1d4b510 print for debug 2023-11-01 20:28:03 -07:00
Mineinjava 8ceae6df47 fix check for cadence calculation 2023-11-01 20:05:37 -07:00
Mineinjava 3b1c75e874 forgot colon 2023-11-01 19:41:19 -07:00
Mineinjava b5182301fb increment version 2023-11-01 19:38:39 -07:00
Mineinjava 40968a24fc add cadence to gpx data 2023-11-01 19:36:21 -07: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 6ff61b917e Add saveFile function, and ensure it uses data: URI not blobs (because they don't work in Gadgetbridge)
Reduce duplication to make custom/interface use .saveFile where possible (avoiding Blob)
2023-09-14 12:43:38 +01:00
StefanBruens a1c3d83401
Add missing gx namespace for kml extensions
According to https://developers.google.com/kml/documentation/kmlreference#kml-extension-namespace-and-the-gx-prefix

> This namespace URI must be added to the <kml> element in any KML file using gx-prefixed elements

As the exported kml tracks always contain such elements, add
the namespace.
2023-08-13 20:47:33 +02:00
Rob Pilling ecf85fe9b7 recorder: always show clkinfo
We can't tell whether Bangle.loadWidgets() might be called later,
so assume it does, and handle the case where it hasn't been.
2023-07-31 21:50:52 +01:00
Rob Pilling 2ac83661ad recorder: fix WIDGETS check in clkinfo 2023-07-27 18:10:18 +01:00
Rob Pilling 9fa0103443 recorder: change record & pause icons 2023-07-24 20:50:48 +01:00
Rob Pilling cfa871e204 recorder: handle missing widget 2023-07-24 20:39:46 +01:00
Rob Pilling 4e6827735e recorder: merge with Bangle clkinfo 2023-07-24 20:39:39 +01:00
Rob Pilling 6e0c985ca8 recorder: colour pause image based on `g.theme` 2023-07-23 12:00:49 +01:00
Rob Pilling 38c903c345 recorder: bump version 2023-07-23 12:00:49 +01:00
Rob Pilling a07ef21cf9 recorder: add clock info 2023-07-23 12:00:49 +01:00
Gordon Williams e72b0be230 change recorder icon to differentiate from 'run' 2023-07-12 14:04:48 +01:00
Rob Pilling dedaa93e66 recorder: add widget typescript definitions 2023-07-01 11:52:17 +01:00
Erik Andresen bb598bbb6c recorder: set scale on OpenStMap plot
When plotting with OpenStMap scale map to track width & height
2023-06-28 12:15:20 +02:00
Gordon Williams e5ebbf0ed4 Automatically create new track if the filename is different 2023-06-22 13:43:22 +01:00
Gordon Williams b0ccc6c678 Remove default log filename from initial settings file 2023-06-21 10:09:18 +01:00
Gordon Williams d620ff25be oops 2023-06-09 16:59:37 +01:00
Gordon Williams f8ccc2f596 0.27: Fix first ever recorded filename being log0 (now all are dated) 2023-06-09 16:58:00 +01:00
Gordon Williams 2645cbe3f3 Recorder - 0.26: Now record filename based on date 2023-06-06 11:04:26 +01:00
Gordon Williams a81c367827 using filenames based on date 2023-06-05 09:30:42 +01:00
Rob Pilling b69f2224b8 recorder: bump version 2023-05-26 21:54:44 +01:00