-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integration of Fitbit & HealthConnect (#18)
* Auth setup * Minor bug fixes ✨ * added Fitbit ECG * added reading heartrate data functionality * made seperate activity for reading data * added button to access health connect app * Integrated fitbit heart rate series * removed unnecessary files * Added seperate fragments for ECG and Heart Rate data * Added UI for Fitbit Heart Rate Series * Improved UI of Health Connect Screens * Added UI screens for ECG Data(testing only) * bug fixes * feat: Merged fitbit branch into main * Minor UI Improvements --------- Co-authored-by: Shivam <shivampachchigar14112@gmail.com> Co-authored-by: Yuvraj S Bhadauria <73571511+UvrajSB@users.noreply.github.com>
- Loading branch information
1 parent
ab66295
commit 05cf036
Showing
59 changed files
with
2,353 additions
and
211 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"project_info": { | ||
"project_number": "557049753871", | ||
"project_id": "hrmaa-fitbit", | ||
"storage_bucket": "hrmaa-fitbit.appspot.com" | ||
}, | ||
"client": [ | ||
{ | ||
"client_info": { | ||
"mobilesdk_app_id": "1:557049753871:android:dd440e381f00815b5ace7a", | ||
"android_client_info": { | ||
"package_name": "com.devsoc.hrmaa" | ||
} | ||
}, | ||
"oauth_client": [ | ||
{ | ||
"client_id": "557049753871-31hlvd6d5m4rc314nm1aiq39ukh2u1lb.apps.googleusercontent.com", | ||
"client_type": 3 | ||
} | ||
], | ||
"api_key": [ | ||
{ | ||
"current_key": "AIzaSyDnJPVzxFEmzK6d-lA73IddXnysYifj0kc" | ||
} | ||
], | ||
"services": { | ||
"appinvite_service": { | ||
"other_platform_oauth_client": [ | ||
{ | ||
"client_id": "557049753871-31hlvd6d5m4rc314nm1aiq39ukh2u1lb.apps.googleusercontent.com", | ||
"client_type": 3 | ||
} | ||
] | ||
} | ||
} | ||
} | ||
], | ||
"configuration_version": "1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.