Mike Simms
Mike Simms
Add the ability to upload activities to RunKeeper.
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...
It should be possible to automatically distinguish between swimming, cycling, running, and transitions so that the user doesn't have to do anything.
Need a version of the algorithm that works on the mobile app with no web support. The web version is described here: https://github.com/msimms/StraenWeb/issues/3
Need to add localization string files for as many languages as possible. Currently, there is English and Spanish and the Spanish one probably isn't very good.
Add Shortcuts that a user can assign to the Action button available on the Apple Watch Ultra as well as newer iPhones. Turning the Action button into a Lap button...
Need an option to smooth the path, perhaps something like Bezier curve between groups of points. Currently the paths generated from this app (which is just using the location data...