WheelLogAndroid
WheelLogAndroid copied to clipboard
This has been tested on various versions of the Garmin Fenix 3 and Fenix 5 watches. I also submitted a companion watch app to the ConnectIQ store: https://apps.garmin.com/en-US/apps/07a231a9-3f2f-4762-b0bb-b8a0b5594f40. Let me...
First of all, thank you so much for all the effort you put on this project. It's awesome
CSV dumps uploaded to Google Drive use carriage returns (`\r`) instead of newlines (`\n`). This causes issues for many tools, including https://wheellogviewer.net, [GNUPlot](http://gnuplot.info/) and other unix command-line utilities like `cut`....
I love this app and have made some changes to it that I think would benefit the larger EUC community. It looks like this repo has not had any activity...
Raising this on behalf of a few of the forum members as my wheel has not yet arrived. As stated in the description the Wheelog will not connect properly with...
Hi, 1st of all, it`s a nice app! Way ahead of stock king song. But I notice that the battery percentage swings quite a bit. I see that probably more...
Example of what I mean [here](https://github.com/JumpMaster/WheelLogAndroid/blob/master/app/src/main/java/com/cooper/wheellog/BluetoothLeService.java#L40). Instead of using some defined static integers, you could just use a [Java enumeration](https://docs.oracle.com/javase/tutorial/java/javaOO/enum.html). ~~This would allow code like [here](https://github.com/JumpMaster/WheelLogAndroid/blob/master/app/src/main/java/com/cooper/wheellog/BluetoothLeService.java#L52) to be simplified to...