Commit Graph

1304 Commits

Author SHA1 Message Date
b2ffe99f2d Fix copying a set 2022-07-27 15:52:55 +12:00
2cc27e11f5 Replace height with width on screenshot images
On mobile these were lookin funny
2022-07-26 12:50:58 +12:00
88cbc1088c Rename "progress graphing" to "progress graphs" 2022-07-26 12:43:29 +12:00
5bf026e6ee Update first bulletpoint of features in README 2022-07-26 12:43:02 +12:00
0739d5d5f6 Revert "Add Screenshots title to README"
This reverts commit 4e7916c687.
2022-07-26 12:42:39 +12:00
2553cd67aa Make screenshot images shorter 2022-07-26 12:41:02 +12:00
4e7916c687 Add Screenshots title to README 2022-07-26 12:39:41 +12:00
465ec3f05e Update README.md 2022-07-26 12:38:56 +12:00
477f28775a Add script to release a new version 2022-07-26 12:35:51 +12:00
0cfb214b56 Bundle version 6 2022-07-26 12:27:24 +12:00
4f870c1362 Bundle version 5 2022-07-26 12:25:55 +12:00
8a2a830870 Add google play badge to README.md 2022-07-26 12:06:57 +12:00
ee07b49589 Upgrade versionCode to 4 2022-07-26 11:52:34 +12:00
056f027d28 Only focus reps in SetForm when predict succeeds 2022-07-26 11:52:21 +12:00
33558ad17e Update BestList empty list description 2022-07-26 11:45:24 +12:00
d1837fe3c1 Update images for consistent color scheme 2022-07-26 11:38:05 +12:00
ba496e8c2d Fix adding 1 minute to timer 2022-07-26 11:37:57 +12:00
3d51d4c077 Rename "Max sets" to "Sets per workout" 2022-07-21 13:54:53 +12:00
0fd414c232 Remove date from right of item 2022-07-21 13:53:34 +12:00
e191323fff Factor out EditSet and SetForm 2022-07-20 15:48:48 +12:00
e9e7651d65 Auto focus reps and keep keyboard open 2022-07-20 15:22:56 +12:00
d513b147bc Add ability to add 1 minute to timer 2022-07-19 17:03:43 +12:00
9e790e7e1d Fix error when adding set at the end of a plan 2022-07-19 17:02:50 +12:00
839d872c1c Shorten method names in AlarmModule 2022-07-19 16:38:58 +12:00
65f6eaff57 Remove TimerBroadcast
This was added briefly because the timer was
pausing when the app was in the background (sometimes).
I read somewhere using a BroadcastReceiver prevents the timer
from being slept by Android, which turned out to be false (on a Pixel
    4).
The actual solution was disabling battery optimizations, so this
broadcast receiver is now redundant.
2022-07-19 16:34:49 +12:00
0159956ee8 Merge branch 'no-broadcast' 2022-07-19 16:27:24 +12:00
c0b6ba8606 Move uploading/downloading/deleting into the top bar 2022-07-19 16:24:16 +12:00
42c2502e12 Upgrade yarn version 2022-07-19 16:24:05 +12:00
f2e5192002 Organize SettingsPage imports 2022-07-19 14:26:36 +12:00
0cb8d7b962 Stop alarm when pressing stop on notification 2022-07-19 14:26:11 +12:00
c965064e57 Use best as default for EditSet 2022-07-19 14:26:00 +12:00
d591d2e453 Remove redundant code from db.ts 2022-07-18 14:10:32 +12:00
a7d84c4dbd Change look of ViewBest
- Use color scheme for color of curve
- Use curveBasis instead of curveNatural
- Make chart taller (the y axis was a bit crowded.)
2022-07-17 23:00:54 +12:00
3322289c17 Factor out MassiveSwitch 2022-07-17 13:45:31 +12:00
3d6a51cf57 Remove ios script and add release 2022-07-16 16:12:46 +12:00
c387ee7e61 Run timer in TimerService instead of Broadcast 2022-07-16 16:12:28 +12:00
e9948a291a Use release config for debug 2022-07-15 20:06:41 +12:00
bdd712833c Reduce number of colors in theme 2022-07-15 18:06:33 +12:00
a78a22207a Split out routes 2022-07-15 16:34:06 +12:00
a4855a41d9 Prepare for first release 2022-07-12 15:54:04 +12:00
06068711f5 Add tablet images 2022-07-11 19:59:57 +12:00
7e8a1c7ee8 Update images 2022-07-11 13:35:58 +12:00
87ed70155f Use stats-chart icon for Best 2022-07-11 13:06:26 +12:00
1a2fcf04c3 Fix drawer title when going back on Best 2022-07-11 13:06:16 +12:00
f2283669f8 Close menu on copy 2022-07-11 13:03:57 +12:00
ad907a83c3 Use stack navigation for Best 2022-07-11 13:00:17 +12:00
0f540cc778 Remove autoFocus from EditSet
Feels weird having auto focus on a new screen
2022-07-11 12:59:38 +12:00
039de1fbd3 Fix linting errors 2022-07-11 12:32:13 +12:00
e72cdc8db7 Make plans use stack navigation 2022-07-11 12:28:30 +12:00
6b8780c62e Add confirm dialog to deleting all data 2022-07-11 11:26:45 +12:00