Commit Graph

817 Commits

Author SHA1 Message Date
Brandon Presley b14d20f1f4 Prevent animation when navigating to plan
Closes #124.
2022-12-03 22:13:35 +13:00
Brandon Presley 6071957a40 Suppress unused parameter in TimerDone.kt 2022-12-02 16:31:20 +13:00
Brandon Presley 46262fe6b4 Set versionCode=36112 2022-12-02 14:50:19 +13:00
Brandon Presley 67d90d4e02 Get settings on TimerPage on focus
Previously it was on mount.
Fixes #122.
2022-12-02 14:48:10 +13:00
Brandon Presley c2994da041 Make getManager private on AlarmModule
It was never used publicly.
2022-12-02 14:47:54 +13:00
Brandon Presley 284983c1cf Set versionCode=36111 2022-12-01 15:54:13 +13:00
Brandon Presley 96674cd51f Clean unused import from SettingsPage 2022-12-01 15:52:44 +13:00
Brandon Presley 567e885e76 Make best view select consistent with SettingsPage 2022-12-01 15:51:39 +13:00
Brandon Presley c1b6659058 Set versionCode=36110 2022-12-01 15:46:58 +13:00
Brandon Presley a284f045d2 Add left padding to settings selects 2022-12-01 15:45:18 +13:00
Brandon Presley 1016997269 Fix width of alarm sound in SettingsPage 2022-12-01 15:26:41 +13:00
Brandon Presley 825981460e Set versionCode=36109 2022-12-01 14:20:27 +13:00
Brandon Presley 53c5a08a14 Merge branch 'master' of gitea.presley.nz:brandon.presley/Massive 2022-12-01 14:18:57 +13:00
Brandon Presley 76017be226 Remove unused variable from StartPlan 2022-12-01 14:18:37 +13:00
Brandon Presley 26e0391022 Add missing margin to save set button 2022-12-01 14:11:47 +13:00
tiffrbarclay 4a32f5c85e Merge pull request 'Change width of select label' (#123) from settings-page-select-styling into master
Reviewed-on: #123
2022-11-30 07:50:36 +00:00
Tiffany Barclay a3e0ba84cb Change width of select label 2022-11-30 20:47:16 +13:00
Brandon Presley 521fa0e9d3 Remove margins from buttons
These were for my ios testing, which I might
add back in later.
2022-11-30 18:14:34 +13:00
Brandon Presley 9db11460fe Set versionCode=36108 2022-11-30 15:21:17 +13:00
Brandon Presley c4aad7beb5 Remove colon from alarm sound label 2022-11-30 15:19:31 +13:00
Brandon Presley 51b2f9396f Set versionCode=36107 2022-11-30 15:17:07 +13:00
Brandon Presley de4c8081a6 Add labels to selects 2022-11-30 15:15:19 +13:00
Brandon Presley d3c3a09a0f Set versionCode=36106 2022-11-30 14:34:49 +13:00
Brandon Presley 8e31dc2186 Add labels to colors 2022-11-30 14:32:42 +13:00
Brandon Presley 4375a9c24e Simplify process of enabling rest timers 2022-11-30 14:23:36 +13:00
Brandon Presley 6676efe69f Simplify AlarmModule 2022-11-30 14:23:24 +13:00
Brandon Presley 2d1bed0671 Remove unused import in SettingsModule 2022-11-30 14:23:15 +13:00
Brandon Presley 1b1bb41ed7 Combine SetForm + EditSet
The abstraction here added more complexity than it saved.
2022-11-30 13:58:56 +13:00
Brandon Presley 4e9cd59b0b Set versionCode=36105 2022-11-26 14:21:58 +13:00
Brandon Presley 849bee6e87 Fix mock-providers.tsx 2022-11-26 14:20:18 +13:00
Brandon Presley dc27ae9868 Split up dark and light color settings
Previously it was possible to choose a color combination
that was almost impossible to read (due to contrast).
Now we have prevented this from happening, as well as
giving the user more customizability.
2022-11-26 13:15:12 +13:00
Brandon Presley 0c5a221e0f Set versionCode=36104 2022-11-23 21:53:27 +13:00
Brandon Presley ea6137ac52 Remove unused import in ViewBest 2022-11-23 21:51:48 +13:00
Brandon Presley 5a5253ce82 Add missing margin to plan
Closes #120
2022-11-23 21:51:16 +13:00
Brandon Presley 30124485c7 Add empty message to best graphs 2022-11-23 21:50:11 +13:00
Brandon Presley b504de45a2 Fix x axis cutting off for some charts
Closes #119
2022-11-23 21:49:27 +13:00
Brandon Presley 62ca3ef1c4 Merge branch 'master' of gitea.presley.nz:brandon.presley/Massive 2022-11-22 22:21:11 +13:00
Brandon Presley 434f29652f Just use a toast for download notifications
The minor convenience of having that notification
doesn't justify me adding the library.
If I find another reason for me to have notifications
then i'll do it.
2022-11-22 22:18:15 +13:00
Brandon Presley c50dc4aacf Fix uploading and downloading sets on ios
Just need to now use a library for notifications
instead of my native DownloadModule
2022-11-22 22:16:14 +13:00
Brandon Presley fa180db0fb Remove react-native-device-time-format 2022-11-22 21:44:15 +13:00
Brandon Presley 93b4861da9 Set versionCode=36103 2022-11-22 21:40:39 +13:00
Brandon Presley 5a07aee7f4 Ran prettier on react-native.config.js 2022-11-22 21:38:54 +13:00
Brandon Presley 3930a99cf7 Use document picker types for set form image
This works on both ios and android
2022-11-21 18:52:56 +13:00
Brandon Presley e03101f673 Use document picker images type
This hopefully works on ios as well.
2022-11-21 18:44:12 +13:00
Brandon Presley ef637d3e56 Add larger button margin to save on EditWorkout 2022-11-21 18:37:19 +13:00
Brandon Presley ecece9bbcd Add slight margin to switches for ios
I don't know why the android one has margins
without me specifying to do so...
2022-11-21 18:33:05 +13:00
Brandon Presley 71a1e69c7b Merge branch 'master' of gitea.presley.nz:brandon.presley/Massive 2022-11-21 18:15:55 +13:00
Brandon Presley be4098962e Add settings module for android 2022-11-21 18:15:43 +13:00
Brandon Presley 1b9d35d71e Reduce logging of SetList 2022-11-21 18:07:02 +13:00
Brandon Presley 29cbc43534 Use first item for Select.tsx if no value is found 2022-11-21 17:54:45 +13:00