fluxoid-org / CyclismoProject

Contains all subprojects and libraries for the Cyclismo project
Other
7 stars 4 forks source link

test the new bushido calibrate activity #26

Closed jovial closed 7 years ago

jovial commented 9 years ago

At the very least we need to check this works. Bonus points will be awarded for adding additional window dressing.

jovial commented 9 years ago

I think I forgot to shutdown the TurboService when we are done with it in the CalibrateActivity. We likely need a call to TurboService#shutdown (if the service is connected) in the Activity's onPause method (or similar). Otherwise, we leak the ant connection and won't be able to connect again without force stopping the app.

dougszumski commented 9 years ago
dougszumski commented 7 years ago

This works well enough. Sometimes you need to retry.