Commit Graph

8228 Commits

Author SHA1 Message Date
Brent Simmons
043b7841d8 Move RoundedProgressView to UIKitExtras. 2024-05-06 22:12:57 -07:00
Brent Simmons
e84d8ad1d7 Move TickMarkSlider to UIKitExtras. 2024-05-06 22:11:28 -07:00
Brent Simmons
314da23321 Move some String extensions to UIKitExtras. 2024-05-06 22:07:20 -07:00
Brent Simmons
7308cb6b04 Move Bundle extension to the place where it’s used. 2024-05-06 21:37:24 -07:00
Brent Simmons
a80acbacf1 Add missing import. 2024-05-06 21:37:09 -07:00
Brent Simmons
18acf5919c Move maxY extension method to FoundationExtras. 2024-05-06 21:31:30 -07:00
Brent Simmons
bfa7ad55bb Make SceneDelegate final. 2024-05-05 22:43:52 -07:00
Brent Simmons
b4c8a6920f Convert method to async. 2024-05-05 22:35:18 -07:00
Brent Simmons
c46494de13 Use async await in runSheetOnWindow. 2024-05-05 22:01:26 -07:00
Brent Simmons
3d91a6b38d Convert some functions to async instead of completion-based. 2024-05-05 18:02:46 -07:00
Brent Simmons
cd7f4f7052 Convert runSheetOnWindow to async. 2024-05-05 17:23:54 -07:00
Brent Simmons
fba8c52b67 Convert several methods to async await. 2024-05-05 17:08:30 -07:00
Brent Simmons
399703c2fe Rename completion to callback, since it wasn’t a completion handler. 2024-05-05 16:51:43 -07:00
Brent Simmons
c96a3c7e5c Rename completion to callback, since it wasn’t a completion handler. 2024-05-05 16:51:09 -07:00
Brent Simmons
4b381daa92 Convert restoreWindow to async await. 2024-05-05 16:49:49 -07:00
Brent Simmons
178cba34ad Turn on strict concurrency for Mac targets. 2024-05-05 16:43:38 -07:00
Brent Simmons
30e961bfe4 Fix warning about unused @preconcurrency. 2024-05-04 15:19:48 -07:00
Brent Simmons
bf02d1d86a Use targeted concurrency for the app. Remaining concurrency warnings will probably have to wait for future updates from Apple. 2024-05-04 15:19:30 -07:00
Brent Simmons
16cebcd60a Fix some concurrency warnings. 2024-05-04 11:05:45 -07:00
Brent Simmons
7f042b5d07 Fix concurrency warning. 2024-05-03 23:17:54 -07:00
Brent Simmons
19a39ac295 Make TimelineTitleView final. 2024-05-03 23:17:04 -07:00
Brent Simmons
3f8724c9d1 Silence concurrency warning. 2024-05-03 23:16:55 -07:00
Brent Simmons
1e80253018 Fix some concurrency warnings. 2024-05-03 23:10:57 -07:00
Brent Simmons
83298770c2 Fix concurrency warning. 2024-05-03 23:04:13 -07:00
Brent Simmons
7f545c5a23 Fix some concurrency warnings. 2024-05-03 23:03:31 -07:00
Brent Simmons
db9a8c7feb Fix some concurrency warnings. 2024-05-03 23:01:35 -07:00
Brent Simmons
4ea66ee11e Fix some concurrency warnings. 2024-05-03 22:57:10 -07:00
Brent Simmons
ea0a827024 Fix some concurrency warnings. 2024-05-03 22:56:42 -07:00
Brent Simmons
fdbcf0d84e Fix concurrency warning. 2024-05-03 22:55:29 -07:00
Brent Simmons
7d04021415 Fix some concurrency warnings. 2024-05-03 22:49:27 -07:00
Brent Simmons
87fe78f598 Fix concurrency warning. 2024-05-03 22:47:14 -07:00
Brent Simmons
9dcfc2b09c Fix concurrency warning. 2024-05-03 22:35:20 -07:00
Brent Simmons
22d184c5f6 Fix concurrency warning. 2024-05-03 22:33:21 -07:00
Brent Simmons
09cf212057 Fix some concurrency warnings. 2024-05-03 22:32:48 -07:00
Brent Simmons
07091e0d3e Fix concurrency warning. 2024-05-03 22:28:26 -07:00
Brent Simmons
0a2b4f7008 Silence concurrency warning. 2024-05-03 22:25:14 -07:00
Brent Simmons
9403d81550 Fix concurrency warning. 2024-05-03 22:24:07 -07:00
Brent Simmons
78a64c3146 Make WebViewController fina. 2024-05-03 22:23:55 -07:00
Brent Simmons
18d0b0e1e7 Fix concurrency warning in SendToCommand. 2024-05-03 22:05:35 -07:00
Brent Simmons
2418076364 Fix some concurrency warnings. 2024-05-03 22:00:35 -07:00
Brent Simmons
a9d50f3a14 Make some things private in UserApp. 2024-05-03 21:40:46 -07:00
Brent Simmons
02d8005fa7 Fix a couple concurrency warnings. 2024-05-03 12:10:59 -07:00
Brent Simmons
19fd3d96ab Fix a few concurrency warnings. 2024-05-03 12:05:53 -07:00
Brent Simmons
81cede769a Fix a few concurrency warnings. 2024-05-03 11:57:20 -07:00
Brent Simmons
6776862322 Fix concurrency warnings in ShareViewController. 2024-05-03 11:45:59 -07:00
Brent Simmons
6c1ea427af Fix concurrency warnings about gPingPongMap. 2024-05-03 11:12:15 -07:00
Brent Simmons
5c31993b90 Fix concurrency warning. 2024-05-03 10:27:27 -07:00
Brent Simmons
325f8061de Fix a few concurrency warnings. 2024-05-03 09:56:51 -07:00
Brent Simmons
51b78ddd70 Fix concurrency warning. 2024-05-01 21:51:12 -07:00
Brent Simmons
e9ba29554c Fix concurrency warning. 2024-05-01 21:50:55 -07:00