Commit Graph

374 Commits

Author SHA1 Message Date
Brandon Presley e516cdfdc0 Add ability to customize primary color
Closes #40
2022-09-24 13:57:51 +12:00
Brandon Presley 512c0d0467 Set versionCode=36023 2022-09-23 14:08:13 +12:00
Brandon Presley 32776a5217 Include sets, minutes and seconds in importing/exporting sets 2022-09-23 14:06:23 +12:00
Brandon Presley 14d71fec8b Remove workouts table in favor of storing steps on sets 2022-09-23 13:52:33 +12:00
Brandon Presley f4f29df172 Set versionCode=36022 2022-09-22 14:39:58 +12:00
Brandon Presley f320d16c4b Fix adding new set with no plan
Closes #36
2022-09-22 14:38:33 +12:00
Brandon Presley 5da73a0e3e Set versionCode=36021 2022-09-21 14:48:49 +12:00
Brandon Presley 6677bc092b Submit set when pressing enter on weights 2022-09-21 14:47:27 +12:00
Brandon Presley 0bc644a1ba Add setting to show/hide unit field
Closes #34
2022-09-21 13:51:29 +12:00
Brandon Presley 719560b664 Hide rest minutes and seconds from edit set screen
Feels like there are too many fields on this screen
so we can just leave the defaults for people who don't
care about this feature.
2022-09-21 11:59:14 +12:00
Brandon Presley 85dd2b6d17 Move rest timer and sets per session settings to Workouts
Closes #32
2022-09-21 11:50:20 +12:00
Brandon Presley 1bd05e1c20 Add padding to bottom of list pages 2022-09-20 16:17:01 +12:00
Brandon Presley 643fbf94a4 Disable save button when EditWorkout has no name 2022-09-20 16:05:23 +12:00
Brandon Presley 7d39dd0212 Remove from workouts table when deleting a workout 2022-09-20 16:03:52 +12:00
Brandon Presley 75c93a4bf9 Delete watch.sh
I split the two tsc and linting up because sending to the background in
a script means I can't easily kill them again with `jobs`.
2022-09-20 15:57:20 +12:00
Brandon Presley 565df842c9 Add watch-lint.sh and watch-tsc.sh
Both these scripts will live reload run yarn lint and tsc,
reporting errors with notify-send.
2022-09-20 13:51:34 +12:00
Brandon Presley ceda1cecf4 Add TypeScript watching to watch.sh 2022-09-20 12:54:52 +12:00
Brandon Presley e4a06c1dfb Remove husky 2022-09-20 12:51:56 +12:00
Brandon Presley 677302dcb6 Add watch.sh
Run yarn lint on file changes and notify-send errors.
This means I don't have to keep running yarn lint before every
commit with Husky.
2022-09-20 12:50:31 +12:00
Brandon Presley d040a2574d Remove tsc from husky pre-commit
Since I run the metro server while developing,
errors will be immediately apparent while writing.
2022-09-20 12:41:29 +12:00
Brandon Presley 0717151962 Split up logging in ViewBest 2022-09-20 12:35:44 +12:00
Brandon Presley 043d63be5d Set versionCode=36020 2022-09-20 12:29:44 +12:00
Brandon Presley f38cc9d00c Remove react-native-picker-select
Closes #29
2022-09-20 12:28:15 +12:00
Brandon Presley cb8c106e1f Set versionCode=36019 2022-09-19 14:59:29 +12:00
Brandon Presley e308993566 Use gestures instead of buttons for EditWorkout image
Closes #31
2022-09-19 14:58:08 +12:00
Brandon Presley e19b4aa84a Make several logs one liners in SetList 2022-09-19 14:52:06 +12:00
Brandon Presley 6ddecf60f0 Handle VIBRATOR_SERVICE deprecation for alarms
Closes #28.
2022-09-19 13:23:00 +12:00
Brandon Presley fdb0355aaa Upgrade all packages
Closes #23.
2022-09-19 13:20:58 +12:00
Brandon Presley d05c815a79 Add change image button and fix margin in workout
Closes #26, #27.
2022-09-19 13:20:24 +12:00
Brandon Presley 8b479b299f Set versionCode=36018 2022-09-18 20:31:31 +12:00
Brandon Presley a4bdd36a03 Insert missing rows into workouts on migration 2022-09-18 20:30:30 +12:00
Brandon Presley d438ca0282 Set versionCode=36017 2022-09-18 20:25:35 +12:00
Brandon Presley 1ad101f06c Share entire screen when sharing a Best graph
Closes #20
2022-09-18 20:24:05 +12:00
Brandon Presley 6f98f03c8b Set versionCode=36016 2022-09-18 18:51:40 +12:00
Brandon Presley 0577cc87d9 Set versionCode=36015 2022-09-18 18:46:24 +12:00
Brandon Presley 0cee774136 Prevent empty plans from being created 2022-09-18 18:45:05 +12:00
Brandon Presley 910cfddfc5 Set versionCode=36014 2022-09-18 18:32:16 +12:00
Brandon Presley b223a4095c Show images on Best list and Workout list
Closes #19
2022-09-18 18:30:37 +12:00
Brandon Presley 562ee4f43e Make sure workouts table has all names from sets 2022-09-18 18:30:06 +12:00
Brandon Presley eddad49719 Add button to remove image from a workout
Closes #21
2022-09-18 18:15:58 +12:00
Brandon Presley be3bb8a189 Reword tooltip when toggling set predictions
Closes #24
2022-09-18 18:11:09 +12:00
Brandon Presley c02456e27c Remove (kg) and auto capitalization from unit
Closes #25
2022-09-18 18:10:19 +12:00
Brandon Presley cb446be7b0 Add steps to workouts
Closes #15
2022-09-18 18:08:09 +12:00
Brandon Presley 8499795c97 Set versionCode=36013 2022-09-17 12:36:08 +12:00
Brandon Presley 98279dcbea Revert "Upgrade react-native"
This reverts commit b46f6c8d64.

Upgrading react-native produces a crash similar to https://github.com/facebook/react-native/issues/34658
2022-09-17 12:33:45 +12:00
Brandon Presley b46f6c8d64 Upgrade react-native 2022-09-17 00:46:17 +12:00
Brandon Presley 0bc92e1539 Add snackbar for images setting 2022-09-16 21:38:37 +12:00
Brandon Presley 55df27455a Always display snackbars for their intended durations 2022-09-16 21:37:44 +12:00
Brandon Presley e0a516c182 Set versionCode=36012 2022-09-16 21:23:27 +12:00
Brandon Presley 2027b0f66a Streamline selection of image for workout 2022-09-16 21:20:10 +12:00