Android Application that collects dexcom signals, allows calibrations, and (soon) uploads to a secure server
- Not sure how to complie an android app? Follow this awesome video made by comunity member Ly
- Calibration Check ins, read about them here
- Ability to turn on or off predictive values on the graph
- Local Broadcasting so apps like NightWatch can update to the most recent BG data with no internet connection required
- Ability to prevent the screen from sleeping
- Ability to display the DexDrip's battery level
- Nightscout Uploading
- Basic Notifications (above or below threshold)
- Calibration Notifications
- Graph of BG levels (with scroll, zoom, and day preview)
- Graph of Calibration points
- A resonable Calibration Model
- OOB slope error handling
- Predictive Bg Levels and Predicive slope
- BLE listening and reconnecting on phone restart/app crash
- Initial sensor sensitivity offsets
- ask me questions in the issuse, I wont mind, I prommise!
- That thing Im doing looks dumb? Thats because I dont know anything about java, I did a lot of things to make it do what I want that Im sure are not correct
- Why do you not use camel casing all the time? Because I didnt know that was a thing until I was halfway into this project, I really dont know java
- So why are these activities and not fragments? Because I also didnt know those were things until I was halfway in