Commit graph

18 commits

Author SHA1 Message Date
edfdd17d21
Don't remember what this was, just commiting old code 2023-12-08 22:53:04 -07:00
45f55b7de9 Improve layout on iPad and in landscape mode
Signed-off-by: William Brawner <me@wbrawner.com>
2020-11-06 11:02:02 -07:00
9b27f1c09b Rename IntervalTimer to Trainterval
Signed-off-by: William Brawner <me@wbrawner.com>
2020-11-06 07:41:50 -07:00
b77650b2b3 Improve dark mode color scheme
Signed-off-by: William Brawner <me@wbrawner.com>
2020-11-06 07:41:33 -07:00
e82891b84b Increase font sizes on active timer view
Signed-off-by: William Brawner <me@wbrawner.com>
2020-11-05 18:57:31 -07:00
ead9b2ebe0 Split IntervalTimer model into view and coredata models
Trying to use the same object for the view and Core Data was a bit
clumsy and made working with SwiftUI previews difficult. Splitting
them up fixed the issue at the expense of a little more maintenance
work.
2020-11-05 18:57:31 -07:00
cedd5403c5 Add icon for splash screen
Signed-off-by: William Brawner <me@wbrawner.com>
2020-11-05 18:50:38 -07:00
2f5e71c304 Implement timer editing
Signed-off-by: William Brawner <me@wbrawner.com>
2020-11-04 10:21:40 -07:00
0bd30467dc Fix bugs related to skipping back in active timer
Signed-off-by: William Brawner <me@wbrawner.com>
2020-11-04 07:50:27 -07:00
72ae2b2372 Hide keyboard when TextFields lose focus
Signed-off-by: William Brawner <me@wbrawner.com>
2020-11-03 08:06:44 -07:00
23ce8fb337 Perform more cleanup when timer is closed
Signed-off-by: William Brawner <me@wbrawner.com>
2020-11-03 08:00:17 -07:00
bc2219e0a9 Fix navigation bar items missing on timer list view
Signed-off-by: William Brawner <me@wbrawner.com>
2020-11-03 07:59:59 -07:00
46641d2ace Add AppIcon
Signed-off-by: William Brawner <me@wbrawner.com>
2020-11-03 07:59:30 -07:00
4443293cd0 Implement timer deletion
Signed-off-by: William Brawner <me@wbrawner.com>
2020-11-02 10:14:49 -07:00
ed57f54cf9 Add sounds on round changes
Signed-off-by: William Brawner <me@wbrawner.com>
2020-11-01 18:44:21 -07:00
de29966754 Add colors for timer phases
Signed-off-by: William Brawner <me@wbrawner.com>
2020-11-01 12:10:18 -07:00
e73a8b198e Build out most of the UI and functionality
Kinda forgot to commit as I went. Better late than never I guess
2020-11-01 11:54:19 -07:00
dfa4780bd6 Initial Commit 2020-10-22 19:24:00 -07:00