Delubear / GlucoseTray

Tray Icon for displaying current BG information in taskbar.
MIT License
35 stars 21 forks source link

Fetches missing NightScout records during normal execution. #45

Closed sgmoore closed 3 years ago

sgmoore commented 3 years ago

Previous patch only looked for missing record when the program started up and hence records could be missed if your phone could not connect to the internet.

sgmoore commented 3 years ago

There was a little bit of refactoring required to make this change, eg to return a List of readings rather than just one.