Commit Graph

29 Commits

Author SHA1 Message Date
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
c18072bdc0 Default showing of steps to false 2023-11-21 19:25:18 +13:00
8cfdc354dc Make fresh installs show the date by default 2023-11-21 19:11:12 +13:00
608bb3e97a Add settings for default fields on Exercise - 2.1 🚀
Closes #188
2023-11-15 14:05:25 +13:00
b68587f514 Add auto converter - 1.186 🚀
Closes #193
2023-11-15 11:03:23 +13:00
d8eba22914 Rename Home -> History
Although it is very common to have a Home page,
I would rather have every pages name describe
generally what it is.
2023-11-13 18:29:07 +13:00
b6afbfcc17 Fix automatic backups - 1.181 🚀
- The broadcast intent wasn't receiving the target directory
- Add separate button for storing the backup location
2023-11-13 15:19:35 +13:00
e65c053a62 Add setting to choose the startup page
Closes #186
2023-11-12 23:27:28 +13:00
706d4d1bbd Add duration setting to alarm vibrations - 1.176 🚀
Closes #179
2023-11-12 12:25:09 +13:00
9cbe261938 Fix error creating new plans - 1.173 🚀 2023-11-11 00:15:30 +13:00
8988e584ae Rename workout -> exercise
A workout would typically refer to a list of
exercises.
2023-11-09 18:52:50 +13:00
ff7cd2fe54 Add weight page 2023-10-21 11:57:31 +13:00
d2cad451fe Add migration for title 2023-08-22 09:58:48 +12:00
2a6ba3b36a Undo change to plans migration
Correct migration files should never be updated.
For more information on how database migrations
work in TypeORM: https://orkhan.gitbook.io/typeorm/docs/migrations
2023-08-22 09:58:00 +12:00
314b09017b
Add title to Plan 2023-08-21 14:25:29 +02:00
13b340f5be Add setting to automatically backup - 1.130
Every day at 6am (also immediately when toggled)
we will copy the massive.db file to the Download
directory.
2023-03-09 17:16:08 +13:00
85ea20640d Fix migrations on android 10
Closes #136
2022-12-27 00:29:45 +13:00
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
a001760ab0 Just clear users date setting in update-date migration
This switch is probably missing some old ones,
easier to just wipe it.
2022-11-21 17:53:14 +13:00
89edc661a4 Replace addColumn with query in add-color
Fixes #106
2022-11-15 17:36:01 +13:00
9bfe9737ea Fix lint issues 2022-11-12 16:02:16 +13:00
c51bfbd852 Use date-fns and detect 12/24 hour device setting
Related to #116
2022-11-12 14:38:39 +13:00
ae84228913 Remove showSets setting 2022-11-05 17:31:18 +13:00
0ed3b9817c Add lighter purple color option 2022-11-02 12:36:48 +13:00
58b2990ab2 Ran lint fix on migrations 2022-11-01 20:00:24 +13:00
e9c2ee743e Make purple the default primary color 2022-11-01 19:22:34 +13:00
bd6b20fb4e Add migration to drop old migrations table 2022-10-31 18:16:19 +13:00
1bc145f60c Allow failure of migrations
Since we are swapping from the old system to this system
sometimes the columns will be already existing.
These errors failing are OK since we haven't changed
any column types before.
2022-10-31 17:21:28 +13:00
e7321b6d8e Add typeorm migrations 2022-10-31 17:05:31 +13:00