1
0
mirror of https://github.com/dzeiocom/OpenHealth.git synced 2025-08-13 18:41:58 +00:00

feat: Add BMR and TDEE and automate them with the BMI (#154)

This commit is contained in:
2023-02-28 15:45:27 +01:00
committed by GitHub
parent 1aa7f2d89e
commit cd537470ba
12 changed files with 523 additions and 18 deletions

View File

@@ -77,4 +77,17 @@
<string name="import_complete">Import successful, Restarting the application</string>
<string name="export_complete">Export successful!</string>
<string name="import_export">Import/Export</string>
<string name="weight_item">Date: %1$s\nBMI: %2$.2f\nBody water: %3$.2f\nMuscles: %4$.2f\nLean body mass: %5$.2f\nBody fat: %6$.2f\nBone mass: %7$.2f\nVisceral fat: %8$.2f\nBasal metabolic rate: %9$d\nTotal daily energy expendure: %10$d\n</string>
<string-array name="activity_levels">
<item>Bedridden</item>
<item>Sedentary</item>
<item>Lightly active</item>
<item>Moderately active</item>
<item>Very active</item>
<item>Extremely active</item>
</string-array>
<string-array name="biological_sex">
<item>Female</item>
<item>Male</item>
</string-array>
</resources>