Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Aurora Borealis

Compare
Choose a tag to compare
@pazaan pazaan released this 29 Jun 02:19
· 540 commits to master since this release

Although not essential, we recommend removing any previous versions of this app before installing this one

  • Stagger polling periods to avoid overlap with CGM communication with the pump
  • User Interface overhauled. Now follows Android Material Design guidelines
  • Add splash screen
  • Replace local logback logging with remote logging use Bugfender
  • Replace local storage using SQLite with Realm.io. You will need to re-register your USB stick
  • Don't require an Internet connection to poll and store data locally. Data will be uploaded to Nightscout when an Internet connection is detected
  • Improve setup flow
  • Add the beginnings of a Status activity
  • Change device poll and upload tasks to be IntentServices, fired by AlarmManager. This should reduce battery usage.
  • Add local notification when USB stick unplugged