ponewheel / android-ponewheel

pOneWheel Android app
MIT License
72 stars 25 forks source link

Ble stability fixes #94

Closed kwatkins closed 5 years ago

kwatkins commented 5 years ago

This fixes the stability issues, at least from my tests... def. could require more. I'm going to merge to master since the app is basically unusable without this. Before releasing to the app store vibrate notifications need to be fixed. After that we need to plan refactoring, including moving the OW data to livedata and models, and decoupling the bluetooth into a service and decouple it from the main UI thread and activity.