Simple workout planner app for android
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
* Image loading can now be done via web url or local file.
7cc83d9View on GitHub* Added support for landscape mode for workout Home and Start screens.
bfb4b17View on GitHub* Redesigned workout a bit with changes to ViewPager
fa3aa0aView on GitHub* Timer seconds can now be set individually per exercise.
24de998View on GitHub* Fixed issue where exercise sorting would be ignored when starting a workout
dada205View on GitHub* Removed deload because it's done in a stupid way. Better to have individual exercises that somehow still grabs data from parent exercise.
f1c3173View on GitHub* Redesigned exercise adapter item to not contain the image. I don't think it adds anything there. It will still display the image when running a workout.
e8e326dView on GitHubWhen going to weeks and day list, it will automatically prompt to enter create a new week/day if none exists. So to make the flow better, if that action is canceled we will now also go back to previous activity if list does not already contain and item.
1c4a8c4View on GitHubExercises can now be sorted per day by using a new value in the junction table rather than on the exercise object itself
05e2805View on GitHub