Commit Graph

617 Commits

Author SHA1 Message Date
31c6047c9c Auto focus and select reps on SetForm 2022-08-06 15:10:48 +12:00
3377365590 Predict next set earlier 2022-08-06 14:49:30 +12:00
f111f91b10 Bundle version 12 2022-08-04 14:52:00 +12:00
e489ddfc26 Select text on focus reps 2022-08-04 14:50:55 +12:00
be5dc16820 Bundle version 11 2022-08-04 14:28:25 +12:00
19b2efea9d Select all weight text on focus 2022-08-04 14:27:07 +12:00
e01cfe662b Update images of tablet 2022-08-04 14:27:01 +12:00
30e304c4d6 Bundle version 10 2022-07-27 16:37:46 +12:00
350b0036c2 Keep com.horcrux.svg.** in proguard-rules.pro 2022-07-27 16:36:59 +12:00
a6fa19e83b Bundle version 9 2022-07-27 16:12:30 +12:00
da3d860aa7 Bundle version 8 2022-07-27 16:07:36 +12:00
dd695a35c1 Turn on proguard and separate build per cpu 2022-07-27 16:06:28 +12:00
fbd0a4e10d Bundle version 7 2022-07-27 15:53:48 +12:00
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