Draft: Pebble timeline support
Currently untested, because my sfdk
is apparently broken. Will update!
Merge request reports
Activity
added 9 commits
- 5e3bd656 - Stub PebbleManager
- e8a6aeda - Initial Pebble pinning support
- 54d50dae - fixup! Initial Pebble pinning support
- 1f89732c - Reduce update frequency to 1/min
- 5224840d - fixup! Initial Pebble pinning support
- 70f53987 - fixup! Initial Pebble pinning support
- ad8b7e54 - fixup! Initial Pebble pinning support
- 9ad4d8f5 - Actually trigger the Pebble updates
- f021ebf0 - More elaborate pin
Toggle commit listCurrent version looks a lot better, except for elevation. @elBoberido, what do these elevationUp and elevationDown represent? I just did a walk of 5km with a minimum height of 4m and max of 6m. Elevation up gives 842.4*1000 and elevation down 836.2 * 1000.
- Resolved by Mathias »Bob« Kraus
- Resolved by Mathias »Bob« Kraus
I just skimmed over the small changes and need some time for a thorough review.
No problem, let me know what you think needs changing.
Can I ping you to test a pre-release once this is merged an new releases are imminent?
Absolutely. I might not be the quickest to respond on Gitlab, but feel free to ping me on Matrix/IRC/email/Signal! I'll happily go on a walk through the city to test it :-)
I've pushed two fixups; if they look good to you, I'll sqaush them into their originating commits.
added 2 commits
marked this merge request as draft from rubdos/kuri@98d3045d
63 63 64 64 KURI_RO_PROPERTY(bool, recording, false); 65 65 KURI_RO_PROPERTY_WITH_DEFAULT_IMPL(bool, pausing, false); 66 KURI_RO_PROPERTY_WITH_DEFAULT_IMPL(QString, activityType, "walking");