Natasha Kerensikova
Natasha Kerensikova
Hello, I received your private e-mail about the same topic, but I'm answering here so that everybody can benefit from it. This application doesn't access raw accelerometer data, but it...
Hello, sorry I missed this. "3 minutes per day of data" means that it takes 3 minutes to send from the watch to the phone all the data gathered in...
At least it seems I can reproduce the problem in my timezone: when I set a wake-up time with one-digit hour, the configuration is accepted and correctly sent to the...
That's a very interesting question, that will require some more experimentation to reach a complete answer. When I made this project, the activity mask only had light sleep and deep...
Just like other recent enhancements to the project, I'm afraid it's overkill compared the needs of such a small userbase, but I don't mind going forward with it because it's...
I will try to look into it, but please note that this is (so far) a cosmetic issue, in that both `%0d` and `%0D` encode the same ASCII character (number...
Maybe I wasn't detailed enough in the documentation, but what you enter in the _delimiter_ field in the pebble app settings is actually a percent-encoding of the real delimiter. So...
Have you checked the `opaque` field of `struct mkd_renderer`?
As you correctly point out, the current code does rely on the output buffer being a transparent type. It does so in two different areas: - some default behaviours copy...
Hi, I received your e-mail on the same topic, but if you don't mind I'll answer here so that others can benefit from it too. The most likely reason it...