tzachi-dar

Results 184 comments of tzachi-dar

I guess we all agree. I'll make a pr, will test it and commit it once we have some more confidence.

By the way, I think we have a similar bug also for the three packets case. I'm fixing it as well, in my pr, I guess that for the same...

Opened PR: https://github.com/StephenBlackWasAlreadyTaken/xDrip-Experimental/pull/373

It seems that on the rest api, created_at is not introduced by the uploader. Can you add one line to the code, and see if this solves the problem? it...

Thanks for finding that, i'll fix both functions but it will take a few days untill I can do it. בתאריך 7 באוג׳ 2016 10:59 לפנה״צ,‏ "AdrianLxM" [email protected] כתב: >...

OK, fixed the other function as well. Will test that and see if there are any problems with that.

In this forum, we deal with xDrip... My suggestion was to solve the problem in the xDrip code. There are other forums that deal with cgm-remote-monitor changes. By the way,...

This part seems fine. We will not have duplicate packets. As was discussed off line, There is still a lot to do (actually the more I look at it, the...

This is the function registerReceivedDataHandler. private void init() { Log.i(TAG, "Initialising..."); Log.i(TAG, "configuring PebbleDataReceiver"); ``` PebbleKit.registerReceivedDataHandler(mContext, new ``` PebbleKit.PebbleDataReceiver(PEBBLEAPP_UUID) { @Override public void receiveData(final Context context, final int transactionId, final...