Skip to content

Commit

Permalink
Release HANIoT App v1.4.0
Browse files Browse the repository at this point in the history
1. [FEATURE] Avaliação Nutricional
       1.1 [USER STORY] Como um profissional de saúde eu quero coletar medições automaticamente para uma avaliação nutricional.
                1.1.1 [TASK] Implementação serviços BLE para integração de balança e coleta automática de peso da criança pelo aplicativ$
                1.1.2 [TASK] Implementação de serviços BLE para integração de glicosímetro e coleta automática de glicemia da criança pe$
                1.1.3 [TASK] Implementação de serviços BLE para integração de aferidor de pressão e coleta automática de pressão sanguín$
                1.1.4 [TASK] Implementação de serviços BLE para integração de cinta cardíaca e coleta automática de batimentos cardíacos$
                1.1.5 [TASK] mplementação de dashboard para exibição das medições coletadas automaticamente da criança durante a avaliaç$
  • Loading branch information
figueiredoAF committed Mar 14, 2019
2 parents 22efa24 + 8c89fb3 commit 65f586c
Show file tree
Hide file tree
Showing 660 changed files with 10,393 additions and 163,658 deletions.
103 changes: 0 additions & 103 deletions .idea/assetWizardSettings.xml

This file was deleted.

Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
51 changes: 22 additions & 29 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
apply plugin: 'io.objectbox'

android {
compileSdkVersion 27
compileSdkVersion 28
defaultConfig {
applicationId "br.edu.uepb.nutes.haniot"
minSdkVersion 19
targetSdkVersion 27
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand All @@ -18,67 +18,60 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
externalNativeBuild {
ndkBuild {
path 'src/main/jni/Android.mk'
}
}
compileOptions {
targetCompatibility 1.8
sourceCompatibility 1.8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_1_8
}
// Temporary fix until alpha10
packagingOptions {
exclude 'META-INF/proguard/androidx-annotations.pro'
}
buildToolsVersion '28.0.3'
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation 'com.android.support:design:27.1.1'
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:support-v4:27.1.1'
implementation 'com.android.support:cardview-v7:27.1.1'
implementation 'com.android.support:recyclerview-v7:27.1.1'

implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.android.support:cardview-v7:28.0.0'
implementation 'com.android.support:support-vector-drawable:28.0.0'
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.mikhaellopez:circularprogressbar:2.0.0'
implementation 'com.github.PhilJay:MPAndroidChart:v3.0.3'

// BUTTER KNIFE
implementation 'com.jakewharton:butterknife:8.8.1'
implementation 'com.android.support:support-vector-drawable:27.1.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'

// FIREBASE
implementation 'com.google.firebase:firebase-core:11.8.0'
implementation 'com.google.firebase:firebase-messaging:11.8.0'

// TEXT DRAWABLE
implementation 'com.github.amulyakhare:TextDrawable:master'

// APPINTRO
implementation 'com.github.apl-devs:appintro:v4.2.3'

// PHOTO VIEW (Zoom in Image)
implementation 'com.github.chrisbanes:PhotoView:2.0.0'

//Floating Action Button
implementation 'com.github.clans:fab:1.6.4'

//LIBRARY Simple BLE Connect
implementation 'com.github.LIBE-NUTES:SimpleBLEConnect:v0.1.0'

implementation 'com.github.nutes-uepb:simple-ble-scanner:v1.0.0'
//LIBRARY Pulsator4Droid
implementation 'pl.bclogic:pulsator4droid:1.0.3'

// NUMBER PICKER
implementation 'com.shawnlin:number-picker:2.4.6'

// EVENT BUS
implementation 'org.greenrobot:eventbus:3.0.0'

// JWTDecode
implementation 'com.auth0.android:jwtdecode:1.1.1'
//Android BLE Nordic
implementation 'no.nordicsemi.android:ble:2.1.0'
// TEST
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
implementation 'io.jsonwebtoken:jjwt:0.2'
}
apply plugin: 'com.google.gms.google-services'
Binary file removed app/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 0 additions & 6 deletions app/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

Loading

0 comments on commit 65f586c

Please sign in to comment.