Commit Graph

33 Commits (f0c9ae183c8f65ab62934af71f897a3017414636)

Author SHA1 Message Date
Rob Pilling 620fb0769d recorder: cache downloaded tracks
to allow a user to save as GPX, then instantly as CSV, rather than
waiting to download the same data again.
2024-10-08 20:38:44 +01:00
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
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 40968a24fc add cadence to gpx data 2023-11-01 19:36:21 -07: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
Gordon Williams 818b8a5b4d show up GPX export, even for indoor tracks 2022-07-15 08:21:00 +01:00
Gordon Williams b02947dc93 Allow option to include GPX entries even when there is no corresponding GPS info 2022-07-14 17:10:59 +01:00
Marco H b6b72833ab Fix toast classes 2022-02-12 19:41:56 +01:00
Marco H 9bbbc06fd9 Fix toast 2022-02-12 19:35:12 +01:00
Marco H e77a86cf8e Add toastcontainer div 2022-02-12 19:07:20 +01:00
Marco H 02469136e7 Import utils.js 2022-02-12 19:01:59 +01:00
Marco H 175e942da5 Extend GPX check 2022-02-12 18:58:15 +01:00
Marco H 6f7dce90a8 Import ui.js 2022-02-12 18:49:23 +01:00
Marco H cb9bf96c59 Show errors when track is broken 2022-02-12 18:27:06 +01:00
Marco H 5654fa9441 Show success progress after track download 2022-02-12 18:26:46 +01:00
Gordon Williams f5e4cf8a56 recorder 0.11: Fix KML and GPX export when there is no GPS data 2022-02-07 10:36:28 +00:00
Gordon Williams e0a1732f79 Fix GPX file format for banglerun/recorder (fix #1197) 2022-01-04 16:51:01 +00:00
Ivor Hewitt f2a02642fd Enable coretemp in Recorder 2021-12-28 21:55:35 +00:00
Ivor Hewitt 13525cd11d Change to skin temp characteristic.
Add logging
2021-12-15 22:11:18 +00:00
Gordon Williams 81252d1dc6 recorder 0.03: Fix theme and maps/graphing if no GPS 2021-11-10 14:55:08 +00:00
Gordon Williams 47ba763a9d recorder 0.02: Use 'recorder.log..' rather than 'record.log..'
+      Fix interface.html
2021-11-02 20:06:27 +00:00
Gordon Williams 2e252814a8 Add first draft of more flexible 'recorder' app for GPS/etc recording 2021-10-28 14:23:29 +01:00