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 |
Brent Simmons
|
8acda7be1c
|
Convert methods to async await.
|
2024-04-10 21:01:14 -07:00 |
Brent Simmons
|
019c499b80
|
Convert findFaviconURLs to async await.
|
2024-04-10 20:49:55 -07:00 |
Brent Simmons
|
bf4b751c76
|
Convert several methods to async await.
|
2024-04-10 19:03:41 -07:00 |
Brent Simmons
|
0a626b1904
|
Add async await version of downloadUsingCache.
|
2024-04-10 19:03:23 -07:00 |
Brent Simmons
|
76fffca825
|
Move FeedbinAPICaller to Feedbin module.
|
2024-04-10 14:23:10 -07:00 |
Brent Simmons
|
670e692cac
|
Finish converting Feedbin code to async await.
|
2024-04-09 21:22:27 -07:00 |
Brent Simmons
|
9c1e372f90
|
Convert several methods to async await.
|
2024-04-09 19:27:51 -07:00 |
Brent Simmons
|
3771f58013
|
Convert some FeedbinAPICaller methods to async await.
|
2024-04-08 14:14:07 -07:00 |
Brent Simmons
|
4ad43b5b9a
|
Convert several methods to async await.
|
2024-04-07 23:43:00 -07:00 |
Brent Simmons
|
2dc9b8586c
|
Fix a build warning and a formatting issue.
|
2024-04-07 22:38:18 -07:00 |