Commit Graph

384 Commits

Author SHA1 Message Date
Brent Simmons
d912bcbe79 Convert importOPML to async await. 2024-04-22 22:53:57 -07:00
Brent Simmons
6b1e41b694 Create async/await cover method for send. 2024-04-22 22:36:47 -07:00
Brent Simmons
bdb5a12234 Move files in CloudKitExtras to CloudKitSync. Two modules was just overkill for this — code got too spread out. 2024-04-22 18:07:21 -07:00
Brent Simmons
83e73821f4 Move CloudKitRemoteNotificationOperation to CloudKitSync module. 2024-04-22 18:02:14 -07:00
Brent Simmons
261c3136d2 Fix some concurrency warnings. 2024-04-21 19:57:47 -07:00
Brent Simmons
8ff9f24b61 Fix some concurrency warnings. 2024-04-21 13:03:07 -07:00
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
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
3d83c7cfb6 Fix build error. 2024-04-19 22:22:25 -07:00
Brent Simmons
ee466170c8 Fix concurrency warnings. 2024-04-19 22:17:02 -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
33be5c0f7a Fix concurrency warning. 2024-04-16 22:33:10 -07:00
Brent Simmons
e03ad03e60 Fix concurrency warnings in Parser module. 2024-04-16 22:03:20 -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
ec75dd7367 Fix build errors. 2024-04-14 17:32:46 -07:00
Brent Simmons
18e0c48bd8 Make cloudKitDidModify an async/await function. 2024-04-13 11:15:50 -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
dfcf567270 Fix numerous concurrency warnings. 2024-04-07 22:15:35 -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
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
bd077687c1 Fix some build errors. 2024-04-06 22:09:17 -07:00
Brent Simmons
3b59ffc446 Use new Reachability.internetIsReachable. 2024-04-06 19:02:11 -07:00
Brent Simmons
2eb14ada1f Create CommonErrors module. 2024-04-06 17:46:17 -07:00
Brent Simmons
fbc0c72cd5 Make various tweaks, mostly formatting and Id -> ID changes, to ReaderAPI. 2024-04-06 13:14:03 -07:00
Brent Simmons
5555ae5adc Create ReaderAPI module. 2024-04-06 13:06:24 -07:00
Brent Simmons
552753abd2 Remove unused trys. 2024-04-06 12:10:01 -07:00