nightscout / android-uploader

nightscout android uploader
GNU General Public License v3.0
66 stars 118 forks source link

Mongo 3 support #197

Closed StephenBlackWasAlreadyTaken closed 9 years ago

StephenBlackWasAlreadyTaken commented 9 years ago

UNTESTED - Dear god someone please test it.

Also I know you usually put things in dev, feel free to move it if needed, I compiled these mongo drivers myself and they DONT support async on mongo3, I assume you dont use async?

StephenBlackWasAlreadyTaken commented 9 years ago

ugh, why are all those commits here, I swear I based off of master and not dev...

StephenBlackWasAlreadyTaken commented 9 years ago

@jasoncalabrese if you get a chance

jasoncalabrese commented 9 years ago

Yeah, looks like this has lots of stuff from dev, don't think the dev branch will ever get released

jasoncalabrese commented 9 years ago

Going to try it using gradle: https://github.com/nightscout/android-uploader/commit/6173b576eebd82f9be0f3fd97015523835e6bbb7

StephenBlackWasAlreadyTaken commented 9 years ago

hrm, did they update theirs so it would work with android? Because I had to cram this stuff in and compile it myself

jasoncalabrese commented 9 years ago

oh, didn't know that was a custom hacked jar

jasoncalabrese commented 9 years ago

In that case we should try dropping your jars in the hotfix/mongo3 branch, all the tests pass with mongo3 just didn't work at runtime