Commit Graph

473 Commits

Author SHA1 Message Date
a02247542e Group created by month when period is yearly
Possible solution to #78

We should keep this issue up for a while longer to see how this
solution feels.
2022-10-01 13:31:05 +13:00
9d42760dff Rename some variables in EditSet
Not sure if I like the look of variables starting with
underscores. Perhaps the only use of this would be to prevent
editor warnings for unused variables.
2022-10-01 13:30:06 +13:00
a530b563b9 Add -d flag to install.sh
Installs it on usb debug device instead of assuming
only one device is plugged in.
2022-09-30 17:13:04 +13:00
6af167268c Remove major.minor tag from deploy.sh 2022-09-30 17:09:19 +13:00
53a5b09f7e Set versionCode=36042 2022-09-30 17:08:39 +13:00
c8cedef8fb Clear old workouts when predicting new set
Closes #73
2022-09-30 17:07:26 +13:00
4d219581d0 Use lambdas for submit editing in EditWorkout
For some reason the next ref wouldn't get focused
if I passed the functions without wrapping in a lambda.
2022-09-30 15:16:56 +13:00
71c358a532 Move cursor to next input for workouts editing 2022-09-30 15:14:53 +13:00
4ba5b204f2 Set versionCode=36041 2022-09-30 13:37:59 +13:00
c6fe5b576a Include versionCode in tag woopsie. 2022-09-30 13:36:52 +13:00
c4930d12ca Set versionCode=36040 2022-09-30 13:30:46 +13:00
4199bf0058 Fix image not being included for new predicted sets 2022-09-30 13:29:33 +13:00
6076e0014f Set versionCode=36039 2022-09-30 13:14:10 +13:00
4eaf2c2134 Give new sets no image instead of last sets image
Closes #72
2022-09-30 13:12:11 +13:00
c41b8438d3 Prevent counting hidden sets for prediction
Closes #71
2022-09-30 13:00:27 +13:00
90a3d473b6 Update settings image 2022-09-29 15:14:03 +13:00
b0b3f7a880 Set versionCode=36038 2022-09-29 14:54:03 +13:00
ee76864a16 Fix margin differences in Settings page 2022-09-29 14:52:38 +13:00
374cbdf45d Add set prediction settings
Closes #51
2022-09-29 14:44:01 +13:00
66c24a96bd Fix missing key in workouts for SetForm 2022-09-29 13:42:19 +13:00
0ccc9acedf Set versionCode=36037 2022-09-28 16:56:56 +13:00
570631ae46 Specify clearIcon in Page.tsx 2022-09-28 16:50:07 +13:00
801012f3f3 Specify icon for search in Page.tsx 2022-09-28 16:49:29 +13:00
70e3f57937 Rename my symlink 2022-09-28 15:07:55 +13:00
a22f6bf864 Set versionCode=36036 2022-09-28 15:07:06 +13:00
38efd53aa7 Fix deploy.sh 2022-09-28 15:06:15 +13:00
b7e24d4dec Specify MaterialIcons for react-native-vector-icons
I believe this reduces the app bundle size.

Closes #61
2022-09-28 15:01:49 +13:00
13c4879470 Revert workouts to be text instead of an input
These workouts being an input is confusing because
they are not editable.

Closes #65
2022-09-28 14:22:12 +13:00
80553234bd Revert "Show dates when searching for a set"
This reverts commit 7d532298b1.

Actually prefer this being manual. Otherwise we might mess with
users who don't want the dates to be showing.
2022-09-28 14:07:06 +13:00
64d046fe8f Simplify set prediction by returning early 2022-09-28 14:06:51 +13:00
cdb4ceec28 Move salmon to light colors 2022-09-28 14:06:44 +13:00
b640a8fed4 Fix deploy.sh 2022-09-27 18:20:59 +13:00
6e59a36e79 Fix deploy.sh 2022-09-27 18:20:42 +13:00
ed81bd4619 Set versionCode=36035 2022-09-27 18:20:02 +13:00
a6c20d22b9 Fix deploy.sh 2022-09-27 18:18:54 +13:00
646189fe77 Set versionCode=36034 2022-09-27 18:18:15 +13:00
6fca6bd9e6 Fix deploy.sh 2022-09-27 18:16:51 +13:00
112c3ce71b Sync package.json version with android versionName
Related to #62
2022-09-27 18:14:33 +13:00
bbb4fd632a Set version in package.json 2022-09-27 18:12:05 +13:00
7d532298b1 Show dates when searching for a set
When someone is looking for their history of an exercise,
they need when each set was entered as context. Otherwise
it is too hard to figure out which set is from when. Especially
if the sets are all the same or similar.

Closes #63
2022-09-27 17:44:43 +13:00
de4574cac2 Set defaults for workout
Closes #64
2022-09-27 17:42:41 +13:00
86509eb211 Prevent commas and single quotes from being entered
Closes #60
2022-09-27 17:41:31 +13:00
9849ef6834 Fix icons on long press menus 2022-09-27 13:35:27 +13:00
efbe1a5b1e Change icon for image button on new workout 2022-09-27 12:56:17 +13:00
3a92cc8d7c Fix share icon in best view 2022-09-27 12:53:09 +13:00
eb74f03023 Update screenshots 2022-09-27 12:48:10 +13:00
f242f54078 Use Material icons instead of ionic icons
Some of our other icons were already Material design,
so these Ionic icons looked out of place.
2022-09-27 12:45:13 +13:00
7b9839673b Set versionCode=36033 2022-09-27 12:28:13 +13:00
bc6eb9b713 Swap white color for linen and add Salmon+Red
White is impossible to see on light theme.
I want the lighter colors to be possible to select on a light theme
(just looks bad) up to the user what they want, but white on white
can't actually be seen at all.
2022-09-27 12:26:11 +13:00
4df5af783c Add missing keys to EditPlan 2022-09-27 12:26:03 +13:00