Commit Graph

8094 Commits

Author SHA1 Message Date
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
Brent Simmons
ab7c594f3e Convert importOPML to async await. 2024-04-14 21:36:50 -07:00
Brent Simmons
b05aef5c51 Fix warning about savedChangeToken being written to but never read from. 2024-04-14 21:26:40 -07:00
Brent Simmons
ec75dd7367 Fix build errors. 2024-04-14 17:32:46 -07:00
Brent Simmons
bdd9075b99 Fix some concurrency warnings. 2024-04-14 13:54:41 -07:00
Brent Simmons
12ddbd578d Fix deprecation warnings in CloudKitZone. 2024-04-14 13:40:15 -07:00
Brent Simmons
26321ee01d Replaced deprecated recordFetchedBlock with recordMatchedBlock. 2024-04-13 12:29:13 -07:00
Brent Simmons
1b5c8976f1 Convert receiveRemoteNotification delegate method to async await. 2024-04-13 11:58:05 -07:00
Brent Simmons
80f34c1607 Fix a couple typos in localized string. 2024-04-13 11:52:01 -07:00
Brent Simmons
37fafe7bfe Add async/await version of API. 2024-04-13 11:51:22 -07:00
Brent Simmons
18e0c48bd8 Make cloudKitDidModify an async/await function. 2024-04-13 11:15:50 -07:00
Brent Simmons
75b16d206d Make SingleFaviconDownloader MainActor. 2024-04-10 22:18:43 -07:00
Brent Simmons
a0ee19d37f Make BinaryDiskCache an actor. 2024-04-10 22:18:27 -07:00
Brent Simmons
d7b3d15a2c Add async method. 2024-04-10 22:18:06 -07:00
Brent Simmons
5c1caae42c Remove extraneous import. 2024-04-10 21:56:33 -07:00