summaryrefslogtreecommitdiff
path: root/GymLog/src/main
AgeCommit message (Collapse)Author
2014-10-27The previous week's values now search back in time until they find a value ↵HEADmastermikem
so if I skip a week (...or month) it'll start me at the last week I actually recorded a value.
2014-07-21Fixing a bug where the values for reps/weight would drop to 0 when making ↵mikem
the first edit of the activity for that week. Now it starts properly at last week's value.
2014-07-20Creating a weekly log file and savin to it any time changes are made to ↵mikem
stats for an exercise.
2014-07-18Adding weekly summary. Currently must be debugging to access through ↵mikem
getSummary, but this should be saved into a file every time the app closes so it's accessable just by connecting a cable to the Gear.
2014-07-18Switching to file storage instead of Shared Preferencesmikem
2014-06-26Fixing a bug that caused the last exercise to be duplicated.mikem
2014-06-24Resolving a bug where the app would crash when sliding to the last screenMike Miller
2014-06-22A few improvementsMike Miller
2014-03-30Initial commit. Double tap to increment weight, long press to decrement, ↵mikem
fling up/down in increment/decrement reps, swipe left/right to navigate through exercises. Currently uses a hard-coded list of exercises that vary depending on the day of the week.