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 |
Gordon Williams
|
1ebd554ef8
|
tweak for #766 to copy with very slow file reads
|
2021-06-25 10:50:23 +01:00 |
Gordon Williams
|
a812d1caab
|
Another tweak - keep outputting newlines for each file even if they don't exist, which should stop any timeout
|
2021-03-16 10:32:56 +00:00 |
Gordon Williams
|
ffcd36084b
|
Add empty line handling - eg http://forum.espruino.com/conversations/360747/#comment15877657
|
2021-03-15 08:53:00 +00:00 |
Gordon Williams
|
fe53d9e8b7
|
fix custom/interface after refactoring
|
2020-08-24 11:59:52 +01:00 |
Gordon Williams
|
dd0e3c89d1
|
Added showModal/hideModal utility functions
Added readStorageFile/eraseStorageFile to handle efficiently downloading large files (fix #119)
|
2020-03-31 14:39:59 +01:00 |
Gordon Williams
|
0ebc1c3a50
|
Allow tracks numbered>10 to be downloaded (fix #117)
|
2020-03-09 12:28:04 +00:00 |
Gordon Williams
|
619786cae0
|
Ensure GPS time is logged correctly and fix output indentation (fix #98)
|
2020-02-13 09:34:30 +00:00 |
Gordon Williams
|
a703e15455
|
Add GPS Recorder with companion code in Bangle App Loader that allows the data to be read back as a KML
|
2020-02-10 13:49:36 +00:00 |
Gordon Williams
|
2bca5d4747
|
Working GPS track recording - just need to fix the 'interface.html' to do the comms and do something with the data collected
|
2020-02-07 17:16:45 +00:00 |