OpenWorkoutTracker
OpenWorkoutTracker copied to clipboard
Swimming Activities
Add support for swimming activities (specifically on the watch app). This should include support for both pool and open water swims. The accelerometer can be used to count swim strokes and laps in the pool. It can also be used to determine when the user's arm is above their head, so we can filter the GPS data and only use values that were read when the watch was out of the water.
Roughed out the implementation for this. Need to collect some test data before proceeding much further.