Commit Graph

637 Commits

Author SHA1 Message Date
Brandon Presley 6fca6bd9e6 Fix deploy.sh 2022-09-27 18:16:51 +13:00
Brandon Presley 112c3ce71b Sync package.json version with android versionName
Related to #62
2022-09-27 18:14:33 +13:00
Brandon Presley bbb4fd632a Set version in package.json 2022-09-27 18:12:05 +13:00
Brandon Presley 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
Brandon Presley de4574cac2 Set defaults for workout
Closes #64
2022-09-27 17:42:41 +13:00
Brandon Presley 86509eb211 Prevent commas and single quotes from being entered
Closes #60
2022-09-27 17:41:31 +13:00
Brandon Presley 9849ef6834 Fix icons on long press menus 2022-09-27 13:35:27 +13:00
Brandon Presley efbe1a5b1e Change icon for image button on new workout 2022-09-27 12:56:17 +13:00
Brandon Presley 3a92cc8d7c Fix share icon in best view 2022-09-27 12:53:09 +13:00
Brandon Presley eb74f03023 Update screenshots 2022-09-27 12:48:10 +13:00
Brandon Presley 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
Brandon Presley 7b9839673b Set versionCode=36033 2022-09-27 12:28:13 +13:00
Brandon Presley 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
Brandon Presley 4df5af783c Add missing keys to EditPlan 2022-09-27 12:26:03 +13:00
Brandon Presley bce68fa52a Set versionCode=36032 2022-09-27 12:20:37 +13:00
Brandon Presley 2fb0503882 Make sure hex colors are always upper case 2022-09-27 12:19:19 +13:00
Brandon Presley 4599da7c28 Delete Timer page
Maybe i'll try add this again if anyone wants it.
2022-09-27 11:58:49 +13:00
Brandon Presley a9bd2fb0b5 Set versionCode=36031 2022-09-26 19:16:29 +13:00
Brandon Presley 3691c729b4 Revert "Add setting for date format"
This reverts commit 023041b846.
2022-09-26 19:13:48 +13:00
Brandon Presley e1b7e80e2f Revert "Add setting for showing date by default"
This reverts commit e8715162a0.
2022-09-26 19:13:24 +13:00
Brandon Presley e8715162a0 Add setting for showing date by default
Closes #52
2022-09-26 19:02:25 +13:00
Brandon Presley 023041b846 Add setting for date format 2022-09-26 18:23:06 +13:00
Brandon Presley 46692f5805 Set versionCode=36030 2022-09-26 17:08:55 +13:00
Brandon Presley 6a9c1caf01 Set versionName=1.7 2022-09-26 17:07:41 +13:00
Brandon Presley 19fa8aa13a Stop alarm when calling stop native module 2022-09-26 16:10:26 +13:00
Brandon Presley 91c0430760 Factor out massive switch 2022-09-26 16:10:13 +13:00
Brandon Presley a20a0a1832 Add timer page
Closes #54
2022-09-26 14:38:25 +13:00
Brandon Presley 1cdc15dd69 Set versionCode=36029 2022-09-25 23:55:07 +13:00
Brandon Presley facceae2a8 Disable sound on complete notification for timers
Closes #55
2022-09-25 23:53:15 +13:00
Brandon Presley 5e1a6c42cd Swap theme and sound options in SettingsPage
Closes #53
2022-09-25 23:51:05 +13:00
Brandon Presley 2dd2ced21d Auto focus name for editing a workout
Closes #57
2022-09-25 23:40:38 +13:00
Brandon Presley e4e1c675fa Set versionCode=36028 2022-09-25 19:07:25 +13:00
Brandon Presley 235b806eeb Fix counting current progress in a workout 2022-09-25 19:06:16 +13:00
Brandon Presley 8c2f162ab4 Set versionCode=36027 2022-09-25 18:36:49 +13:00
Brandon Presley ce0297dce6 Make settings page more compact 2022-09-25 18:35:30 +13:00
Brandon Presley 1ee95021b9 Reduce logging in SetList 2022-09-25 18:12:42 +13:00
Brandon Presley be5571a965 Fix text color inconsistency in plan editing 2022-09-25 18:11:50 +13:00
Brandon Presley 063425cd82 Use sql for counting todays sets in predictions 2022-09-25 18:05:15 +13:00
Brandon Presley acfd0e698d Minor refactors and renaming 2022-09-25 17:49:26 +13:00
Brandon Presley d38d2a59b4 Add white and black themes 2022-09-25 17:43:29 +13:00
Brandon Presley b5b4aa8666 Split out colors 2022-09-25 17:32:49 +13:00
Brandon Presley 71d223f0a1 Add current workout progress to title of set editing
Related to #48

Should be thoroughly tested before closing.
2022-09-24 19:09:58 +12:00
Brandon Presley 39fafa353f Split out some type definitions into their own files 2022-09-24 18:47:31 +12:00
Brandon Presley 927e48ab2f Set versionName=1.6 2022-09-24 18:38:06 +12:00
Brandon Presley bbe57d02eb Set versionCode=36026 2022-09-24 17:31:48 +12:00
Brandon Presley 3509aa93f3 Add setting to hide steps 2022-09-24 17:29:52 +12:00
Brandon Presley 3e4dfa5c80 Add setting to hide workouts from edit set
Closes #43
2022-09-24 17:23:15 +12:00
Brandon Presley 24d4bcea21 Make todays workout read only instead of disabled
Closes #41
2022-09-24 17:16:52 +12:00
Brandon Presley 8e674ce993 Fix sets not showing when editing a workout 2022-09-24 17:15:44 +12:00
Brandon Presley 462a7f09bc Fix settings forgetting show unit
Closes #47
2022-09-24 17:12:58 +12:00