Commit Graph

8108 Commits

Author SHA1 Message Date
Brent Simmons
fb423ad495 Move CloudKitSendStatusOperation to CloudKitSync module. 2024-04-21 12:44:15 -07:00
Brent Simmons
5bd8ff4f6a Move CloudKitReceiveStatusOperation to CloudKitSync module. 2024-04-21 12:18:47 -07:00
Brent Simmons
c0561cfaa9 Remove extraneous spaces. 2024-04-21 12:15:26 -07:00
Brent Simmons
ba70b8d4b7 Convert refreshArticles to async await. 2024-04-21 12:12:19 -07:00
Brent Simmons
756e2aff12 Fix concurrency warning. 2024-04-21 12:12:08 -07:00
Brent Simmons
216a83771e Fix some concurrency warnings. 2024-04-20 15:41:34 -07:00
Brent Simmons
2488265012 Fix some concurrency warnings. 2024-04-20 15:22:57 -07:00
Brent Simmons
55e3e20be1 Move CloudKitArticlesZone to CloudKitSync module. 2024-04-20 15:19:10 -07:00
Brent Simmons
60dd9ad82a Fix build errors triggered by previous commit. 2024-04-20 10:32:57 -07:00
Brent Simmons
fe017d042a Move CloudKitAccountZone to CloudKitSync module. 2024-04-20 09:37:50 -07:00
Brent Simmons
b64b1307b7 Fix concurrency warnings. 2024-04-19 22:30:37 -07:00
Brent Simmons
3d83c7cfb6 Fix build error. 2024-04-19 22:22:25 -07:00
Brent Simmons
dac3ff01b3 Fix concurrency warning. 2024-04-19 22:20:36 -07:00
Brent Simmons
ee466170c8 Fix concurrency warnings. 2024-04-19 22:17:02 -07:00
Brent Simmons
24c8bdcc1a Convert delete(subscriptionID) to async await. 2024-04-19 19:20:40 -07:00
Brent Simmons
0963abdb8e Convert fetch(externalID…) to async await. 2024-04-19 19:17:32 -07:00
Brent Simmons
cb205bfb06 Resolve PLCrashReporter to a new version. 2024-04-19 19:17:13 -07:00
Brent Simmons
e5b1d62bc0 Turn on strict concurrency for CloudKitExtras. 2024-04-19 19:04:06 -07:00
Brent Simmons
254a02cd8e Fix numerous concurrency warnings in CloudKit code. 2024-04-17 22:14:36 -07:00
Brent Simmons
88ec8b20c2 Turn off strict concurrency checking in the Account module. 2024-04-17 21:03:43 -07:00
Brent Simmons
8931bc1cf1 Disable strict concurrency in the Images module due to warnings that can’t be fixed right now. 2024-04-17 20:51:25 -07:00
Brent Simmons
280a59ffa3 Convert ImageDownloader to async await. 2024-04-17 20:51:06 -07:00
Brent Simmons
f0be57b77c Convert FeedIconDownloader to async await. 2024-04-16 23:10:55 -07:00
Brent Simmons
d4c923a3d6 Delete unneeded IconScalerQueue. 2024-04-16 22:45:10 -07:00
Brent Simmons
167e8c1430 Add main thread assertion in notification handler. 2024-04-16 22:37:46 -07:00
Brent Simmons
a3f6bfe621 Add main thread assertion in notification handler. 2024-04-16 22:36:29 -07:00
Brent Simmons
33be5c0f7a Fix concurrency warning. 2024-04-16 22:33:10 -07:00
Brent Simmons
71cd0fc20e Fix concurrency warnings in Core module. 2024-04-16 22:08:26 -07:00
Brent Simmons
e03ad03e60 Fix concurrency warnings in Parser module. 2024-04-16 22:03:20 -07:00
Brent Simmons
f449a443d8 Remove unused code from Database module. 2024-04-16 21:49:36 -07:00
Brent Simmons
acd26f1a28 Enable strict concurrency. 2024-04-16 21:49:20 -07:00
Brent Simmons
bbc501d04b Add missing dependencies to Package.swift. 2024-04-16 21:49:09 -07:00
Brent Simmons
9564afbb7f Remove unneeded comment. 2024-04-16 21:48:48 -07:00
Brent Simmons
9ae6b7d20a Rename AppleScript files in project. 2024-04-16 21:48:33 -07:00
Brent Simmons
2230013bf8 Enable strict concurrency. 2024-04-16 21:48:17 -07:00
Brent Simmons
550a847352 Normalize Package.swift. 2024-04-16 21:47:52 -07:00
Brent Simmons
ebe5e5fde7 Remove unneeded comments. 2024-04-16 21:47:29 -07:00
Brent Simmons
7397e897f2 Add some schemes for modules. 2024-04-16 21:46:44 -07:00
Brent Simmons
db3af1b7f1 Rename some AppleScript support files. 2024-04-16 21:46:21 -07:00
Brent Simmons
dc81755dfd Rename file to ScriptableFeed.swift. 2024-04-16 20:54:22 -07:00
Brent Simmons
0bb664ea6a Rename file to ScriptableFolder.swift. 2024-04-16 20:53:57 -07:00
Brent Simmons
112e2d3724 Fix some concurrency warnings in AppleScript support. 2024-04-16 20:53:33 -07:00
Brent Simmons
57de8acfc5 Mark RSHTMLMetadata as Sendable. 2024-04-16 20:44:38 -07:00
Brent Simmons
02de05142a Make FaviconDownloaderDelegate methods MainActor. 2024-04-16 20:44:29 -07:00
Brent Simmons
dad6c1f884 Rename Id to ID. 2024-04-16 19:37:53 -07:00
Brent Simmons
814097504c Move constraintsToMakeSubViewFullSize into Core module. 2024-04-16 19:37:43 -07:00
Brent Simmons
df6c4bedb3 Fix typo. 2024-04-15 22:26:58 -07:00
Brent Simmons
1368f3dace Move images-related code into Images module. 2024-04-15 22:21:17 -07:00
Brent Simmons
553b57c09d Create Images module and move ColorHash into it. 2024-04-15 21:11:59 -07:00
Brent Simmons
fbfb00cd05 Convert functions in CloudKitAccountDelegate to async await. 2024-04-15 21:02:35 -07:00