Commit Graph

223 Commits

Author SHA1 Message Date
Brandon Presley 189c3467d8 Fix .gitignore for yarn berry 2022-08-26 17:03:44 +12:00
Brandon Presley 5944094abf v25 2022-08-26 16:56:23 +12:00
Brandon Presley 0115c11a3c Remove invalid best.png reference in README 2022-08-26 15:29:23 +12:00
Brandon Presley cd162b6ffc Update images 2022-08-26 15:29:01 +12:00
Brandon Presley 51ed36e30a Customize header title for EditPlan and EditSet 2022-08-26 15:17:45 +12:00
Brandon Presley 721a1435a5 Remove redundant import from BestList 2022-08-26 15:12:27 +12:00
Brandon Presley ad1cedec48 Bundle version 24 2022-08-26 15:11:55 +12:00
Brandon Presley 23d8c91c69 Add workouts page
The workouts page can be used to add a new type of workout,
or to edit the name of an already existing one.
Closes #1.
2022-08-26 15:10:28 +12:00
Brandon Presley fd38439756 Change color scheme 2022-08-26 13:54:51 +12:00
Brandon Presley 4511dcd460 Bundle version 23 2022-08-25 20:42:14 +12:00
Brandon Presley 48d4d59ac8 Add ability to choose alarm sound
Closes #5
2022-08-25 20:41:15 +12:00
Brandon Presley 537a1b960d Show notification on file downloads
Closes #4
2022-08-25 20:00:10 +12:00
Brandon Presley 8ae8de9612 Underline current workout in SetForm 2022-08-25 14:16:30 +12:00
Brandon Presley 804c89393f Bundle version 22 2022-08-25 13:14:08 +12:00
Brandon Presley 32be938c86 Hide top drawer menu on EditPlan 2022-08-25 13:06:50 +12:00
Brandon Presley 2c9242b03f Use react-native-paper snackbar instead of ToastAndroid 2022-08-25 13:01:01 +12:00
Brandon Presley c54396cb9c Make text inputs outlined 2022-08-25 12:35:09 +12:00
Brandon Presley 80e9ffcaad Update best-view and settings images 2022-08-24 15:37:05 +12:00
Brandon Presley bc3a39c4b6 Show list of current workouts when adding set 2022-08-24 15:36:49 +12:00
Brandon Presley 24a44056f9 Move minutes before seconds in settings page 2022-08-24 15:15:27 +12:00
Brandon Presley d988827db4 Bundle version 21 2022-08-24 13:24:04 +12:00
Brandon Presley f15146c0e2 Add sharing graphs 2022-08-24 13:23:21 +12:00
Brandon Presley af835137fb Remove redundant headerRight option in HomePage 2022-08-24 13:04:55 +12:00
Brandon Presley 29705d5e72 Add toast for new records 2022-08-24 13:04:45 +12:00
Brandon Presley 24edebe065 Delete DayMenu 2022-08-24 13:04:31 +12:00
Brandon Presley 0dcfc8eadf Show next workout on EditSet page 2022-08-24 12:46:47 +12:00
Brandon Presley 384e3660c1 Bundle version 20 2022-08-24 12:33:37 +12:00
Brandon Presley 5f85e11daf Add volume per day to graphs 2022-08-24 12:32:57 +12:00
Brandon Presley 4831a830c6 Bundle version 19 2022-08-24 12:02:37 +12:00
Brandon Presley 60a7d2659d Delete unused libraries 2022-08-24 12:01:54 +12:00
Brandon Presley 75b71b5851 Replace usage of react-native-async-storage with sqlite 2022-08-24 12:01:39 +12:00
Brandon Presley 37803ad0d4 Set default set to 10x20kg
I want the default set to be the most common set a person might do
as a warm-up. 10x20kg might be a warmup for deadlifts where you
are just lifting the bar. Same goes for squats, romanian deadlifts or
rows.
2022-08-23 16:01:42 +12:00
Brandon Presley 1ce9a49224 Focus name field when it's empty 2022-08-23 15:58:44 +12:00
Brandon Presley 05171434e4 Set default reps to 5 and weight to 1 2022-08-23 15:58:38 +12:00
Brandon Presley 283adef63a Bundle version 18 2022-08-23 12:05:52 +12:00
Brandon Presley 5d9a458ccd Add search bar to SettingsPage 2022-08-23 12:04:52 +12:00
Brandon Presley 35fd648ad3 Add shell script to assemble and install apk 2022-08-22 18:45:21 +12:00
Brandon Presley 451eb3d9cb Bundle version 17 2022-08-22 18:32:44 +12:00
Brandon Presley 44a94d029a Show notification on screen when timer is complete 2022-08-22 18:31:47 +12:00
Brandon Presley a7dede6abc Make swiping the navigator easier 2022-08-22 18:03:33 +12:00
Brandon Presley 9c8f689f81 Bundle version 16 2022-08-22 16:01:45 +12:00
Brandon Presley 396970a50b Remove pointless API checking after we already required M+ 2022-08-22 15:51:03 +12:00
Brandon Presley 773de4d966 Fix adding 1 minute after timer has ended 2022-08-22 15:48:53 +12:00
Brandon Presley b264fc815d Stop media player when destroying AlarmService 2022-08-22 15:48:30 +12:00
Brandon Presley 41417390f4 Ignore my build symlink 2022-08-20 16:43:36 +12:00
Brandon Presley 98df7acc4b Bundle version 15 2022-08-20 16:40:06 +12:00
Brandon Presley fd66bd3ab3 Remove date related logic
This kept displaying the wrong date/time for certain timezones.
So i'll just show the actual ISO date we store in the database.
Maybe later i'll figure out what was going on here or use a
date library (probably not).
2022-08-20 16:38:18 +12:00
Brandon Presley 4c185f0346 Add vibration setting for timers 2022-08-20 16:37:59 +12:00
Brandon Presley 16ba002387 Bundle version 14 2022-08-18 12:09:19 +12:00
Brandon Presley 6eacddf2d0 Use strftime in sqlite instead of new date
The javascript date method was messing up the timezones.
2022-08-18 12:08:03 +12:00