Commit Graph

473 Commits

Author SHA1 Message Date
bce68fa52a Set versionCode=36032 2022-09-27 12:20:37 +13:00
2fb0503882 Make sure hex colors are always upper case 2022-09-27 12:19:19 +13:00
4599da7c28 Delete Timer page
Maybe i'll try add this again if anyone wants it.
2022-09-27 11:58:49 +13:00
a9bd2fb0b5 Set versionCode=36031 2022-09-26 19:16:29 +13:00
3691c729b4 Revert "Add setting for date format"
This reverts commit 023041b846.
2022-09-26 19:13:48 +13:00
e1b7e80e2f Revert "Add setting for showing date by default"
This reverts commit e8715162a0.
2022-09-26 19:13:24 +13:00
e8715162a0 Add setting for showing date by default
Closes #52
2022-09-26 19:02:25 +13:00
023041b846 Add setting for date format 2022-09-26 18:23:06 +13:00
46692f5805 Set versionCode=36030 2022-09-26 17:08:55 +13:00
6a9c1caf01 Set versionName=1.7 2022-09-26 17:07:41 +13:00
19fa8aa13a Stop alarm when calling stop native module 2022-09-26 16:10:26 +13:00
91c0430760 Factor out massive switch 2022-09-26 16:10:13 +13:00
a20a0a1832 Add timer page
Closes #54
2022-09-26 14:38:25 +13:00
1cdc15dd69 Set versionCode=36029 2022-09-25 23:55:07 +13:00
facceae2a8 Disable sound on complete notification for timers
Closes #55
2022-09-25 23:53:15 +13:00
5e1a6c42cd Swap theme and sound options in SettingsPage
Closes #53
2022-09-25 23:51:05 +13:00
2dd2ced21d Auto focus name for editing a workout
Closes #57
2022-09-25 23:40:38 +13:00
e4e1c675fa Set versionCode=36028 2022-09-25 19:07:25 +13:00
235b806eeb Fix counting current progress in a workout 2022-09-25 19:06:16 +13:00
8c2f162ab4 Set versionCode=36027 2022-09-25 18:36:49 +13:00
ce0297dce6 Make settings page more compact 2022-09-25 18:35:30 +13:00
1ee95021b9 Reduce logging in SetList 2022-09-25 18:12:42 +13:00
be5571a965 Fix text color inconsistency in plan editing 2022-09-25 18:11:50 +13:00
063425cd82 Use sql for counting todays sets in predictions 2022-09-25 18:05:15 +13:00
acfd0e698d Minor refactors and renaming 2022-09-25 17:49:26 +13:00
d38d2a59b4 Add white and black themes 2022-09-25 17:43:29 +13:00
b5b4aa8666 Split out colors 2022-09-25 17:32:49 +13:00
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
39fafa353f Split out some type definitions into their own files 2022-09-24 18:47:31 +12:00
927e48ab2f Set versionName=1.6 2022-09-24 18:38:06 +12:00
bbe57d02eb Set versionCode=36026 2022-09-24 17:31:48 +12:00
3509aa93f3 Add setting to hide steps 2022-09-24 17:29:52 +12:00
3e4dfa5c80 Add setting to hide workouts from edit set
Closes #43
2022-09-24 17:23:15 +12:00
24d4bcea21 Make todays workout read only instead of disabled
Closes #41
2022-09-24 17:16:52 +12:00
8e674ce993 Fix sets not showing when editing a workout 2022-09-24 17:15:44 +12:00
462a7f09bc Fix settings forgetting show unit
Closes #47
2022-09-24 17:12:58 +12:00
118b87bef1 Always cancel old timer when new one starts
Previously we didn't cancel the alarm or notification.
Closes #45
2022-09-24 16:55:55 +12:00
686666b953 Get unit in settings page from sqlite 2022-09-24 16:55:41 +12:00
2b6ac1cd10 Set default show unit to be true 2022-09-24 16:55:23 +12:00
7feb98f7ce Make fab text black when primary color is cyan 2022-09-24 15:59:52 +12:00
0f571ac3ea Rename notification channels
Closes #44
2022-09-24 15:40:37 +12:00
24c8eb08b9 Prevent keyboard flicker from set name to reps
Closes #42
2022-09-24 15:38:58 +12:00
406d8e7738 Prevent blank workouts on new set
Closes #46
2022-09-24 15:33:45 +12:00
32e46c48dd Remove unused code 2022-09-24 15:29:24 +12:00
fa56d48c25 Remove redundant fetching of workout in EditWorkout 2022-09-24 14:48:52 +12:00
5c4e1964b0 Set versionCode=36025 2022-09-24 14:17:38 +12:00
462c42cfb7 Fix editing new workout
Closes #39
2022-09-24 14:16:33 +12:00
fdb4cb8c85 Set versionCode=36024 2022-09-24 14:09:39 +12:00
0ebe084465 Remove color setting from MassiveFab
This makes the button automatically adjust
according to what the user has set the primary
color to be.
Seems that with the default dark theme the cyan
makes the text not the same color as the Button,
but this still looks better than the statically
set colors from before.
2022-09-24 14:07:25 +12:00
e516cdfdc0 Add ability to customize primary color
Closes #40
2022-09-24 13:57:51 +12:00