Skip to content

Commit

Permalink
Updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasrafael committed Feb 1, 2020
1 parent c49a68f commit 25808dc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ Native Android application responsible for OCARIoT platform data acquisition. Th

**MAIN FEATURES:**
- **Fitbit access token management:**
    - The Educator and the Health Professional can grant the OCARIoT platform permission to collect Fitbit data from children who have privileges to manage their data according to the consent of those responsible;
    - Support to request collection of Fitbit data from the child at any time, automatically saving to the OCARIoT platform;
    - Revocation of permission to collect Fitbit data.
- The Educator and the Health Professional can grant the OCARIoT platform permission to collect Fitbit data from children who have privileges to manage their data according to the consent of those responsible;
- Support to request collection of Fitbit data from the child at any time, automatically saving to the OCARIoT platform;
- Revocation of permission to collect Fitbit data.
- **Display of data saved on the OCARIoT platform:**
    - Physical activity;
    - Sleep;
    - Weight.
- Physical activity;
- Sleep;
- Weight.
- **Display of heart rate data collected in real time. Supported devices:**
   - Polar OH1;
   - H10.
- Polar OH1;
- H10.

## Prerequisites
- Android SDK v28
Expand Down Expand Up @@ -88,4 +88,4 @@ From Android Studio:
<img align="left" src="https://i.imgur.com/5j3YeNy.png" width="200" />
<img align="left" src="https://i.imgur.com/GugwblV.png" width="200" />
<img align="left" src="https://i.imgur.com/VSiuJNT.png" width="200" />
<img src="https://i.imgur.com/VzM9jQU.png" width="200" />
<img src="https://i.imgur.com/VzM9jQU.png" width="200" />
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 "br.edu.uepb.nutes.ocariot"
minSdkVersion 21
targetSdkVersion 28
versionCode 12
versionName "1.10.0"
versionCode 13
versionName "1.10.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

manifestPlaceholders = [
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<string name="key_signout" translatable="false">key_signout</string>
<string name="key_sync_data" translatable="false">key_sync_data</string>
<string name="key_children" translatable="false">key_children_manager</string>
<string name="settings_summary_version" translatable="false">1.10.0</string>
<string name="settings_summary_version" translatable="false">1.10.1</string>
<string name="login_with_fitbit">Provide access to Fitbit</string>
<string name="login_do_not_user_fitbit">Do not currently use Fitbit</string>
<string name="settings_title">Settings</string>
Expand Down

0 comments on commit 25808dc

Please sign in to comment.