Commit Graph

8064 Commits

Author SHA1 Message Date
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
Brent Simmons
dfcf567270 Fix numerous concurrency warnings. 2024-04-07 22:15:35 -07:00
Brent Simmons
52345724ce Mark AuthorAvatarDownloader as MainActor. 2024-04-07 21:35:57 -07:00
Brent Simmons
a31f59670b Mark FaviconDownloader as MainActor. 2024-04-07 21:33:53 -07:00
Brent Simmons
d1dc4cceec Fix numerous concurrency warnings. 2024-04-07 21:32:47 -07:00
Brent Simmons
4b0e7addc9 Create Feedly module. 2024-04-07 20:52:34 -07:00
Brent Simmons
6db1d40597 Replace forEach for for-in. 2024-04-07 17:06:39 -07:00
Brent Simmons
53215c1f80 Id -> ID renaming. 2024-04-07 16:09:23 -07:00
Brent Simmons
c62e3293a6 Id -> ID renaming. 2024-04-07 15:25:27 -07:00
Brent Simmons
1a7c2251a3 Fix build errors triggered by moving code to LocalAccount module. 2024-04-07 15:25:12 -07:00
Brent Simmons
6b364f3fd3 Create LocalAccount module. 2024-04-07 15:20:59 -07:00
Brent Simmons
300ffbb711 Create ArticleExtractor module. 2024-04-07 15:05:38 -07:00
Brent Simmons
c35187900a Create FeedFinder module. 2024-04-07 14:57:05 -07:00
Brent Simmons
826ec7d413 Create Feedbin module. 2024-04-07 14:34:06 -07:00
Brent Simmons
a51d161e35 Fix build errors triggered by moving NewsBlur to module. 2024-04-07 14:11:11 -07:00
Brent Simmons
8c2db159d2 Create NewsBlur module. 2024-04-07 13:58:14 -07:00
Brent Simmons
0c5bcbbeb9 Fix some build issues. 2024-04-07 13:34:53 -07:00
Brent Simmons
079392b6d8 Create CloudKitSync module and start moving files there. 2024-04-06 23:10:54 -07:00
Brent Simmons
057d35030b Fix some build errors. 2024-04-06 22:24:15 -07:00
Brent Simmons
d132dd7cee Fix concurrency warnings in MacWebBrowser. 2024-04-06 22:21:29 -07:00
Brent Simmons
db1b27a98f Turn strict concurrency on. 2024-04-06 22:21:17 -07:00