tzachi-dar

Results 184 comments of tzachi-dar

I have played a bit with two android phones. one is 4.4 and the other is 5.0. It seems that on the 4.4 there are system tones that last for...

Hi, Although this is only one user that has complained, this might mean that we have some bug in our code that we do not understand and there for might...

![app-release](https://cloud.githubusercontent.com/assets/7942372/13642203/3e2b3fe2-e624-11e5-83eb-474506139462.png) OK, I have finally created the needed apk. It is based on the version that has worked, and contains more logging. Please download the file, rename it .apk and...

I second adrian, On xDrip there is code that checks that there is at least two minutes difference between two packets. This code is in: TransmitterData create(). So for xDrip...

As for new alert with time rule not firing, well, I believe we have a bug here... They will not fire no matter how we set the "no alerts on...

It seems that you are right, in your analysis of the problem. The function is called on the two points. I wonder what will happen once we fix this. It...

Yes, this is probably a bug in the way that we handle the next alert. I guess that on the function: Notifications.ArmTimer(); we should use instead wakeTime = activeBgAlert.next_alert_at; wakeTime...

I think that your proposed solution is correct, but I want to think about it some more (and try it) before we move on.

The first version of the code, used to have a timer that worked every minute. This solved all this problems with very small code. Obviously, this takes too much power...

I'll look at it this week. Might be that the new changes actually make it more ready for submission.