Android /data/user/0/ua.gram.fitnessapp/files
Training {
id: string
createdAt: datetime
startedAt: datetime
completedAt: datetime
unit: string
humanWeight: Weight
duration: float
totalWeight: Weight
totalWeightPerHour: Weight
workouts: Array<Workout>
}
Exercise {
id: string
isHumanWeight: ?boolean
muscleGroup: String
scale: Number
image: ?string
translations: Array<Translation>
variants: ?Array<Exercise>
}
Workout {
id: string
createdAt: datetime
exercise: Exercise
totalWeight: Weight
repeats: Array<Repeat>
}
Repeat {
id: string
createdAt: datetime
weight: Weight
repeatCount: float
isHumanWeight: boolean
}
Translation {
locale: string
name: string
}
Weight {
value: float
unit: string
}
sudo apt install openjdk-8-jdk-headless for jarsigner for release builds
