Skip to content

Releases: jazeee/dexcom-android-wall-panel

v2.1.6

17 Sep 01:52
Compare
Choose a tag to compare

Upgrade to newest React Native
Fix bugs

v1.5.2 Update projection to better handle edge cases, fix bug

04 Jan 16:30
Compare
Choose a tag to compare

Use residuals as a measure of valid data projection.
Fix undefined function reference.
Add ErrorBoundary
v1.5.2

v1.5.1 Default to Home, fix a settings bug

30 Dec 01:50
Compare
Choose a tag to compare

Fix a settings bug.
Add source url messages.
Open Home as default view when never configured.
Default to test API

v1.5.0 Support for API settings for alternate sources, more alarms

29 Dec 02:48
Compare
Choose a tag to compare

Parameterize API sources.
Add alert levels and audio for high alert.
Add settings to pick from API sources.
Adjust Home text.
Add y-axis units.
Enable lower r^2 regression prediction plot for very flat data.
Make header and navigation more consistent.

v1.4.0 Cleaner regression, add audio, move settings

28 Dec 02:31
Compare
Choose a tag to compare

Move Settings to new view
Adjust regression minimum value
Ignore projected readings if r squared is too low.
Weigh projected readings more based on newest readings.
Add audible alarm for low value
Allow for narrow and wide screens

v1.3.0

26 Dec 01:14
Compare
Choose a tag to compare

Add regression, numerous improvements

  • Add better time format
  • Add x time axis
  • Add quadratic regression plot
  • Fix refresh when reading from different data sources
  • Update docs

v1.1.0 Upgrade react-native, go full screen

25 Nov 01:23
a624b4e
Compare
Choose a tag to compare

Rebuild and upgrade to react-native 0.62.
Upgrade packages.
Add full-screen style
Change header button colors.
Bump to v1.1.0
Change deploy to only deploy
Add time to header

v1.0.9

03 Nov 22:12
Compare
Choose a tag to compare

Add sample data reader.
Add disclaimer.

v1.0.7 Add slight delay to API request, use remote defined URLs

03 Nov 01:28
Compare
Choose a tag to compare

Pull URLs from https://jazcom.jazeee.com
Delay pull requests by short random times.
Clean up app.

v1.0.3

21 Oct 00:04
Compare
Choose a tag to compare
  • Remove Light Switches
  • Add time shifting to get plots closer to latest data
  • When data is outdated (> 10 minutes), show value as gray.
  • Update deploy script.