Commit Graph

1274 Commits

Author SHA1 Message Date
936a47b8b2 Add more information to rest timer notifications - 2.11 🚀
From homepage - Name of exercise
From plans - Name (count/total)
2024-02-07 17:41:38 +13:00
6a9e2224ec Add more information to rest timer notifications
From homepage - Name of exercise
From plans - Name (count/total)
2024-02-07 17:31:41 +13:00
9b881c3d58 Change logging
1. Remove a few needless logs
2. Label where the logs are coming from
2024-02-07 17:31:13 +13:00
5ce3b9e69c Move dark/light color selects next to buttons
Now we can easily preview what changing the
primary colors will cause.
2024-02-07 15:52:08 +13:00
9dd4e70d33 Add selection for unit to convert to in graphs 2024-02-07 12:02:36 +13:00
8fbc92920d Add period selector for "All time" in graphs 2024-02-07 11:42:24 +13:00
31f9ddede3 Merge branch 'master' of gitea.presley.nz:brandon.presley/Massive 2024-02-05 14:29:29 +13:00
b42fb6b2b6 Merge pull request 'Add leading zeros to minute and day of month fields' (#219) from svenf/Massive:fix-date-format into master - 2.10 🚀
Reviewed-on: brandon.presley/Massive#219
2024-02-05 14:29:02 +13:00
9b52aec554 Merge pull request 'Add leading zeros to minute and day of month fields' (#219) from svenf/Massive:fix-date-format into master
Reviewed-on: brandon.presley/Massive#219
2024-02-05 01:26:48 +00:00
426c557019 Add migrations to leading zeros for date settings
Also included the 12-hour formats for leading zeros.
2024-02-05 14:24:53 +13:00
fe695de487 Add leading zeros to minute and day of month fields 2024-01-16 12:13:23 +01:00
5a3b926dcf Handle fresh user experience better for Plans - 2.9 🚀
1. Add a button to insert some Exercises if none exist
2. Show a toast for the first plan, explaining you should
  tap it to begin the plan.
2023-11-29 12:55:18 +13:00
81421e5be7 Make timer bar slightly taller 2023-11-29 09:27:56 +13:00
19307a2a3c Remove progress circle from timer page
- This is partly to figure out what is happening in #206.
- It's also because we have the global timer bar
- Could never quite make it look like the text was centered
2023-11-29 09:25:22 +13:00
8e9a6be85d Start alarm service as non-foreground - 2.8 🚀
Closes #209
2023-11-28 11:16:41 +13:00
3ed87114d2 Fix view weight graph for small screens 2023-11-27 11:53:54 +13:00
5a9030dae7 Fix view of graphs on smaller screens 2023-11-27 11:51:15 +13:00
fe68ddfae8 Show full date for graphs 2023-11-23 15:04:18 +13:00
9ab07c0114 Put selected exercises first when editing a plan - 2.7 🚀
Closes #190
2023-11-22 11:29:12 +13:00
c18072bdc0 Default showing of steps to false 2023-11-21 19:25:18 +13:00
610d55c932 Change color name of Red to Brandy 2023-11-21 19:24:47 +13:00
0163788175 Set placeholder for plan title 2023-11-21 19:24:40 +13:00
8a1e1b982a Show both date and time by default 2023-11-21 19:14:53 +13:00
8cfdc354dc Make fresh installs show the date by default 2023-11-21 19:11:12 +13:00
c98706bd56 Delete gitea issue template
Not sure how to make different kinds since there can be
bugs or feature requests.
2023-11-21 17:57:08 +13:00
303d8fa819 Make version a text input for issue template 2023-11-21 17:56:00 +13:00
e20d07bcf8 Add issue template to gitea 2023-11-21 17:54:42 +13:00
cb2fa2fb0c Fix error when saving a set with no weight
Just default it to zero if it isn't entered.
2023-11-21 17:44:53 +13:00
abbe702f24 Update package-lock.json 2023-11-21 17:30:00 +13:00
2a78d2e556 Add button to export sets as CSV - 2.6 🚀
Closes #203
2023-11-21 10:26:34 +13:00
3882a95b65 Add whitespace to SettingsPage 2023-11-21 10:16:31 +13:00
7e764062f4 Remove redundant exports from gym-set.ts 2023-11-21 10:16:17 +13:00
857af61eec Refactor SettingsPage
1. If we rely on query builders too much we lose type safety
2. The update method wasn't really worth factoring out in the
  first place.
2023-11-20 20:06:45 +13:00
15a28a0a81 Replace dragging with buttons in edit plan - 2.5 🚀
Every draggable library I tried was buggy.
2023-11-20 12:42:23 +13:00
2f24104d13 Set finished notification sound to null - 2.4 🚀
Closes #195
2023-11-20 12:24:43 +13:00
cc6b37e16a Fix timer not always ending - 2.3 🚀
This bug is because I mis-named the event for the alarm finishing.
It would only be possible to create this bug if you do the following:
1. Create a timer
2. Swap to another app for it's duration and keep your phone screen
   active
3. On timer completion, without tapping the notification, focus the app
4. See the timer has not been set to zero
2023-11-15 22:44:02 +13:00
b485175082 Stop timer when you undo a set from an open plan 2023-11-15 16:05:28 +13:00
086e3ea2df Simplify the peek view of exercises from Plan 2023-11-15 16:03:58 +13:00
1b164aaaf1 Remove loading indicator where load times are fast
If the load time is too fast (on a mid-tier device),
then for most people they will see a flicker of a
loading spinner (which looks like a bug). These indicators
would only marginally improve the experience of people with
the slowest devices, but for most people this will just look
like a bug.

I left the indicators in the InsightsPage since those queries
actually do take >=300ms on a mid-tier device.
2023-11-15 15:53:32 +13:00
b44cbae131 Fix progress bar not showing on some pages - 2.2 🚀
Moving the bar  from App.tsx -> AppDrawer.tsx was a mistake,
because then the bar only shows on drawer routes instead of
app-wide.
2023-11-15 14:32:29 +13:00
608bb3e97a Add settings for default fields on Exercise - 2.1 🚀
Closes #188
2023-11-15 14:05:25 +13:00
f6a75d89cd Write an empty mp3 when disabling sound - 1.188 🚀
Also revert to the default sound if you enable it again.

Closes #178
2023-11-15 13:28:30 +13:00
0592a9d695 Fix wrong text color on primary buttons - 1.187 🚀 2023-11-15 13:07:58 +13:00
3544392002 Handle database importing breaking
1. Backup the current database first
2. Restore the database if something goes wrong
3. Show the user a dialog explaining the error
2023-11-15 12:14:47 +13:00
bdc648d811 Factor out FatalError component from App.tsx 2023-11-15 12:14:34 +13:00
50b3a2ef3d Fix text color in App.tsx fatal error message 2023-11-15 11:52:31 +13:00
7a24d844c5 Add fatal error message if database fails to initialize
This will help with debugging if the user can directly
provide what error occurred.
2023-11-15 11:46:33 +13:00
ec17ad5805 Wrap SetItem in React.memo
Apparently large lists in React Native should be wrapped in this,
as long as they don't have any internal state.

So this should theoretically improve performance when you scroll down
a lot.
2023-11-15 11:30:09 +13:00
ba24649a52 Organize imports 2023-11-15 11:21:49 +13:00
70a318a0a4 Add activity indicator for SetList 2023-11-15 11:19:22 +13:00