Gordon Williams
4416df1363
gpsrec 0.09: Change default GPS period to 10 (1 is overkill for most uses and makes things slow)
...
Added RAM keyword to functions & other tweaks to speed up rendering
Going 'back' from track view now doesn't load again
2020-05-08 21:58:55 +01:00
Richard de Boer
a8d1ef3e53
gpsrec: Save settings in data file, add track files to data
2020-04-17 21:53:42 +02:00
Gordon Williams
40f291730e
0.07: Added @jeffmer's awesome track viewer ( fix #273 )
2020-04-15 13:40:02 +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
b4a24b34d0
0.06: Ensure widget update itself ( fix #118 ) and change to using icons
2020-03-09 09:54:54 +00:00
Gordon Williams
e0d29c81f2
Big refactor #2 - variable width widgets
2020-03-05 13:15:27 +00:00
Gordon Williams
6cfe9c340b
Take advantage of recent nonbreaking change that stops readJSON from causing errors
2020-02-28 17:02:26 +00:00
Gordon Williams
8220765c11
Added bin/sanitycheck.js to perform a bunch of tests to make sure everything is correct
2020-02-28 14:17:22 +00:00
Gordon Williams
50e3c852fb
MASSIVE REFACTOR
...
New Bangle.js firmwares remove 8 char name restriction so we're ditching the first char -> file type and using normal file extensions
Took the opportunity to remove code for older Bangle.js (since the new stuff won't work anyway)
Also removed the need for an 'app.json' - it's now renamed 'app.info' on the watch, and we just auto-generate it
Renamed a few apps so widgets all start with 'wid'
2020-02-28 11:44:25 +00:00
Gordon Williams
cea2c9f7ba
Properly Fix GPS time display in gpsrec app ( fix #98 )
2020-02-25 14:01:40 +00:00
Gordon Williams
f7024407de
Fix GPS time display in gpsrec app ( fix #98 )
2020-02-24 16:54:37 +00:00
Gordon Williams
c373c3150f
fix coloring issue from GPS widget
2020-02-13 10:50: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