Pebble Health Export

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2024-06-15
13:18
Archive the repository Leaf check-in: 561265a604 user: nat tags: trunk
2017-05-11
21:04
Update documentation with heart rate column check-in: 8db80921b2 user: nat tags: trunk
2017-03-21
22:13
Mark Release 1.2 check-in: b2f5e28cd3 user: nat tags: trunk
2017-03-15
19:42
Merge pull request #7 from t3knerd/trunk FormData iOS patch check-in: 68d515f6c3 user: github tags: trunk
15:33
Update app.js URIencoded payload as well check-in: 73fed76f1c user: github tags: trunk
08:19
Update app.js URIencoded the HMAC and cfg_data_field check-in: f5dc67d883 user: github tags: trunk
07:42
Update app.js URIencoded name and value for cfg_extra_fields check-in: 33f48499b4 user: github tags: trunk
2017-03-13
16:15
Merge pull request #1 from t3knerd/FormData-patch Update app.js check-in: 75bdf2b26e user: github tags: trunk
16:11
Update app.js replaced FormData which is not supported in iOS my manually generating the POST string. check-in: 0293c24109 user: github tags: trunk
2017-01-13
22:31
Export activity mask even when minute data is invalid check-in: abd3c49cb6 user: nat tags: trunk
2017-01-12
22:44
Mark release 1.1 check-in: ff2ea49b91 user: nat tags: trunk
2017-01-11
22:58
Also export the heart rate for each minute, in a new column check-in: edac707ed4 user: nat tags: trunk
2017-01-10
22:21
Advertise Diorite support check-in: e69922cb8c user: nat tags: trunk
2017-01-09
22:04
Add wscript Previously I used automatically generated wscript files, so I didn't include them in the repositories. However with SDK 4, the source layout expected by the default wscript doesn't match that of my projects, so instead I'm putting a wscript taken from SDK 3.14. check-in: 86bf93ab94 user: nat tags: trunk
2017-01-08
20:17
Fix JS `require` for SDK 4+ (fixes #3) check-in: e59ce17629 user: nat tags: trunk
2016-06-05
21:15
Add `health` capability check-in: bef10e9b98 user: nat tags: trunk
2016-06-04
20:41
Fix typos in the new README section, thanks to @frgm check-in: ffbf2b53ba user: nat tags: trunk
2016-06-03
17:39
Add a kind of user manual in the README check-in: e57258a776 user: nat tags: trunk
2016-05-31
21:02
Set web.first_key only on the first uploadStart message UploadStart is sent by the phone app whenever a data line is appended to an empty queue. It can be useful to compute the time spent sending data, compared to the time spent waiting for more data to be sent from the watch. However only the furst uploadStart message is useful for determining the first uploaded key. check-in: 369a2be46b user: nat tags: trunk
2016-05-24
17:32
Revert previous fix, which was bogus For future reference, data "sent" means from watch to phone (i.e. when it enters the JS queue), while data "uploaded" or "posted" means from phone to webserver (i.e. when it leaves the JS queue). check-in: aa1064c6d3 user: nat tags: trunk
2016-05-16
20:50
Fix storage of lastSent on phone side check-in: e36084470a user: nat tags: trunk
2016-05-15
16:29
Add actual support for extra fields POSTed with the data check-in: 7f9ba467b6 user: nat tags: trunk
2016-05-05
20:22
Add configuration UI for extra fields POSTed with the data check-in: a1d4af3a6a user: nat tags: trunk
2016-05-04
20:52
Rework the encoding of configuration response check-in: 76c62380ef user: nat tags: trunk
2016-05-03
19:47
Fix the previous fix (that was a bad cut-and-paste fail) check-in: 2a8bbb7344 user: nat tags: trunk
2016-05-02
21:45
Fix initialization of `cfg_auto_close` in javascript app check-in: 3a41f90c5c user: nat tags: trunk
2016-05-01
20:40
Fix initialization of wakeup time in configuration page check-in: 51e8cb2dc4 user: nat tags: trunk
2016-04-30
20:33
Display HTTP errors in the watch UI check-in: aa87c6c9da user: nat tags: trunk
2016-04-29
21:28
Display in the UI when the transfer is over check-in: fdc8144aa8 user: nat tags: trunk
2016-04-28
21:21
Implement the new automatic wakeup feature check-in: 0825b5e9a4 user: nat tags: trunk
2016-04-27
19:00
Add a new configuration widget for automatic wakeup time check-in: 589c794bc2 user: nat tags: trunk
2016-04-26
20:14
Fix missing initialization of `auto_close` check-in: 83d8073664 user: nat tags: trunk
2016-04-25
17:33
Refactor inbox message handling check-in: 2530830b88 user: nat tags: trunk
2016-04-24
21:35
Don't auto-close while configuring Note that aborting configuration (using the back button) doesn't trigger any notification, so there is no way to know configuration ended that way. Also note that the loading of configuration is not fast enough to prevent auto-close when there is no data yet to transmit. check-in: 7a81f56ba2 user: nat tags: trunk
2016-04-23
21:55
Implement the new auto-close feature check-in: 50741062f4 user: nat tags: trunk
2016-04-22
17:40
Add a configuration option for app auto-close after sending check-in: 21087a2b88 user: nat tags: trunk
2016-04-20
17:03
Send HMAC signature of the payload when configured to do so check-in: ef39a9b481 user: nat tags: trunk
2016-04-19
21:19
Import javascript SHA-* code from https://github.com/Caligatio/jsSHA/ check-in: 3701c5ae07 user: nat tags: trunk
2016-04-18
18:42
Enable multiple javascript sources check-in: c337841417 user: nat tags: trunk
2016-04-17
21:43
Add configuration variables for payload signature check-in: 670c77d48e user: nat tags: trunk
2016-04-16
19:34
Fix watchapp behavior when receving a second lastSent message check-in: eb229a49c5 user: nat tags: trunk
2016-04-15
20:37
Add a configuration option to reset transfer and resend everything check-in: 6ffc7b145c user: nat tags: trunk
2016-04-13
21:34
Make bundling parameters configurable check-in: f514ca90b6 user: nat tags: trunk
2016-04-09
21:51
Add a first draft of bundling lines in a single POST request check-in: 077071322b user: nat tags: trunk
2016-04-08
21:03
Do not export meaningless values when the record is marked invalid check-in: c5a4e64331 user: nat tags: trunk
2016-04-06
19:38
Redraw UI only once per second - this should help with battery usage check-in: 756edbf4fc user: nat tags: trunk
2016-04-05
21:07
Add a message to let the watch know when web upload starts check-in: cb275938c1 user: nat tags: trunk
2016-04-04
22:09
Add a widget to display the transfer rate between watch and phone check-in: 83ec5bbdf9 user: nat tags: trunk
2016-04-03
20:57
Display latest minute processed instead of the count in text fields check-in: 1b9f4c1a26 user: nat tags: trunk
2016-04-02
17:04
Refactor update of progress UI check-in: 2e9a67c125 user: nat tags: trunk