Commit Graph

494 Commits

Author SHA1 Message Date
2be2893dc1 Set versionCode=36047 2022-10-05 21:13:13 +13:00
e501276463 Keep alarm notification on screen
If the user picks up their phone late while the alarm
is going, they might not realise the controls are in
the notification not the app.

Closes #75
2022-10-05 21:11:44 +13:00
e2c790870b Hide rest settings in workouts when alarms are off
Closes #83
2022-10-04 14:46:15 +13:00
73fb90961e Set versionCode=36046 2022-10-04 14:37:44 +13:00
eb53d58991 Add ability to set app theme
Closes #79
2022-10-04 14:35:56 +13:00
3164347158 Set versionCode=36045 2022-10-03 00:56:57 +13:00
c1f5f62145 Add format to next page 2022-10-03 00:55:36 +13:00
c65bbf948f Add hh:mm format to date setting 2022-10-02 19:14:10 +13:00
4a924df8fb Set versionCode=36044 2022-10-02 19:09:11 +13:00
93878f14e4 Fix image on new set prediction 2022-10-02 19:07:52 +13:00
ba3ed2a272 Revert "Revert "Add setting for showing date by default""
This reverts commit e1b7e80e2f.
2022-10-02 18:07:43 +13:00
a5c70050a7 Revert "Revert "Add setting for date format""
This reverts commit 3691c729b4.
2022-10-02 18:04:36 +13:00
6f41f87dc1 Improve readability of SetForm 2022-10-02 17:59:08 +13:00
76a3584dbb Hide workout images based on setting
Closes #80
2022-10-01 16:30:29 +13:00
300651f4e9 Set versionCode=36043 2022-10-01 16:03:21 +13:00
b0b804eae1 Use react context for settings
Closes #81
2022-10-01 16:01:07 +13:00
794504dee0 Use latest image for new sets
Previously, it would use the image from the best ranked set.
2022-10-01 15:36:30 +13:00
c866fac9d2 Fix install.sh
It was doing the adb install from the project directory, but had already
changed into android.
2022-10-01 15:36:04 +13:00
df45938bc3 Add image to set edit page 2022-10-01 15:35:52 +13:00
edf823ca8b Prevent title counting sets when we aren't predicting them 2022-10-01 15:35:20 +13:00
0b489cac2a Update edit.png 2022-10-01 13:32:08 +13:00
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