mirror of
https://github.com/dzeiocom/OpenHealth.git
synced 2025-06-12 17:19:18 +00:00
63
README.md
63
README.md
@ -1,28 +1,43 @@
|
||||
<p align="center">
|
||||
<a href="http://npmjs.com/@tcgdex/sdk">
|
||||
<img src="https://img.shields.io/npm/v/@tcgdex/sdk?style=flat-square" alt="NOM Version">
|
||||
</a>
|
||||
<a href="http://npmjs.com/@tcgdex/sdk">
|
||||
<img src="https://img.shields.io/npm/dm/@tcgdex/sdk?style=flat-square" alt="NPM Downloads">
|
||||
</a>
|
||||
<a href="https://app.codecov.io/gh/tcgdex/javascript-sdk/">
|
||||
<img src="https://img.shields.io/codecov/c/github/tcgdex/javascript-sdk?style=flat-square&token=FR4BI94N4Q" alt="npm version">
|
||||
</a>
|
||||
<a href="https://github.com/tcgdex/javascript-sdk/stargazers">
|
||||
<img src="https://img.shields.io/github/stars/tcgdex/javascript-sdk?style=flat-square" alt="Github stars">
|
||||
</a>
|
||||
<a href="https://github.com/tcgdex/javascript-sdk/actions/workflows/build.yml">
|
||||
<img src="https://img.shields.io/github/workflow/status/tcgdex/javascript-sdk/Build%20&%20Test?style=flat-square" alt="the TCGdex JAvascript SDK is released under the MIT license." />
|
||||
</a>
|
||||
<a href="https://discord.gg/NehYTAhsZE">
|
||||
<img src="https://img.shields.io/discord/857231041261076491?color=%235865F2&label=Discord&style=flat-square" alt="Discord Link">
|
||||
</a>
|
||||
</p>
|
||||
#  Open Health
|
||||
|
||||
# Open Health
|
||||
Your privacy-friendly FOSS Health Application
|
||||
|
||||
TODO: Make a good text here
|
||||
TODO: Change CONTRIBUTING.md to be correct
|
||||
<a href="https://f-droid.org/repository/browse/?fdid=com.dzeio.openhealth" target="_blank">
|
||||
<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="80"/>
|
||||
</a>
|
||||
<a href="https://play.google.com/store/apps/details?id=com.dzeio.openhealth" target="_blank">
|
||||
<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" alt="Get it on Google Play" height="80"/>
|
||||
</a>
|
||||
|
||||
## Features
|
||||
|
||||
- Material 3 Design !
|
||||
- Log Multiple Health information like your Weight, Water Intake, Food Consumption and Steps
|
||||
- An enormous Food Database through OpenFoodFact !
|
||||
- no account creation !
|
||||
- External Services supported (not available on F-Droid) : Google Fit, Samsung Health and Withings Mate
|
||||
- Your data are entirely in your control ! (when not syncing to an external service)
|
||||
|
||||
## Privacy and Permissions
|
||||
|
||||
No Ads are served through this app.
|
||||
|
||||
Permissions requests are for specifics usage and are only requests the first time they are needed:
|
||||
|
||||
| Permission | Why is it requested |
|
||||
| :--------------------: | :--------------------------------------------------------------- |
|
||||
| ACCESS_FINE_LOCATION | Google Fit Extension Requirement (maybe not, still have to test) |
|
||||
| ACCESS_COARSE_LOCATION | Same as above |
|
||||
| ACTIVITY_RECOGNITION | Device Steps Usage |
|
||||
|
||||
No other permissions are used (even the internet permission ;)).
|
||||
|
||||
## Build
|
||||
|
||||
- Install Android Studio
|
||||
- Select your variant from the Build Variant pane (bottom left, default to debug)
|
||||
- click on the debug icon for debug
|
||||
- it will be running on your emulator/device
|
||||
|
||||
## Contributing
|
||||
|
||||
@ -31,9 +46,7 @@ See [CONTRIBUTING.md](https://github.com/dzeiocom/OpenHealth/blob/master/CONTRIB
|
||||
TL::DR
|
||||
|
||||
- Fork
|
||||
|
||||
- Commit your changes
|
||||
|
||||
- Pull Request on this Repository
|
||||
|
||||
## License
|
||||
|
Reference in New Issue
Block a user