Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

Commit

Permalink
version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianScholz committed May 18, 2017
1 parent 5767798 commit 75400e7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,26 @@ The OpenLibre app for Android can be used to read the tissue glucose measurement
Its allows users to see the current tissue glucose level as well an estimation of the current blood glucose level based on the tissue glucose levels from the past 15 minutes.
Historic data are visualized graphically in a plot.

Further, the data can be uploaded by the user to their online account at Tidepool for more comprehensive data visualization in combination with data from other devices.

## Privacy
The data read from the sensor is only stored locally on the phone, but can be exported to the phone's memory in JSON format.
Crash reports can be send to the author only after manual confirmation by the user.
By default the data read from the sensor is only stored locally on the phone.
It can be exported to the phone's memory in JSON format.
Only when explicitly specified by the user, the data will be uploaded to the servers of the open-source project Tidepool.
Only after manual confirmation by the user will crash reports be send to the author of this app.

## Building
The app depends on the [TidepoolAPILib](https://github.com/DorianScholz/TidepoolAPILib).

1. Clone the TidepoolAPILib repo into the same parent directory as the OpenLibre repo, e.g.:
- ~/src/OpenLibre
- ~/src/TidepoolAPILib

2. Then build the TidepoolAPILib using Andorid Studio so the AAR is generated:
- ~/src/TidepoolAPILib/tidepool-api-lib/build/outputs/aar/tidepool-api-lib-debug.aar

3. Finally build the OpenLibre app using Android Studio to produce the APK


## Disclaimer
This app is not affiliated with or approved by the manufacturer of the CGM device.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "de.dorianscholz.openlibre"
minSdkVersion 16
targetSdkVersion 25
versionCode 2
versionName "0.2.0"
versionCode 3
versionName "0.2.1"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
project.ext.set("archivesBaseName", defaultConfig.applicationId + "-" + defaultConfig.versionName);
Expand Down

0 comments on commit 75400e7

Please sign in to comment.