Commit Graph

8211 Commits

Author SHA1 Message Date
Brent Simmons bf02d1d86a Use targeted concurrency for the app. Remaining concurrency warnings will probably have to wait for future updates from Apple. 2024-05-04 15:19:30 -07:00
Brent Simmons 16cebcd60a Fix some concurrency warnings. 2024-05-04 11:05:45 -07:00
Brent Simmons 7f042b5d07 Fix concurrency warning. 2024-05-03 23:17:54 -07:00
Brent Simmons 19a39ac295 Make TimelineTitleView final. 2024-05-03 23:17:04 -07:00
Brent Simmons 3f8724c9d1 Silence concurrency warning. 2024-05-03 23:16:55 -07:00
Brent Simmons 1e80253018 Fix some concurrency warnings. 2024-05-03 23:10:57 -07:00
Brent Simmons 83298770c2 Fix concurrency warning. 2024-05-03 23:04:13 -07:00
Brent Simmons 7f545c5a23 Fix some concurrency warnings. 2024-05-03 23:03:31 -07:00
Brent Simmons db9a8c7feb Fix some concurrency warnings. 2024-05-03 23:01:35 -07:00
Brent Simmons 4ea66ee11e Fix some concurrency warnings. 2024-05-03 22:57:10 -07:00
Brent Simmons ea0a827024 Fix some concurrency warnings. 2024-05-03 22:56:42 -07:00
Brent Simmons fdbcf0d84e Fix concurrency warning. 2024-05-03 22:55:29 -07:00
Brent Simmons 7d04021415 Fix some concurrency warnings. 2024-05-03 22:49:27 -07:00
Brent Simmons 87fe78f598 Fix concurrency warning. 2024-05-03 22:47:14 -07:00
Brent Simmons 9dcfc2b09c Fix concurrency warning. 2024-05-03 22:35:20 -07:00
Brent Simmons 22d184c5f6 Fix concurrency warning. 2024-05-03 22:33:21 -07:00
Brent Simmons 09cf212057 Fix some concurrency warnings. 2024-05-03 22:32:48 -07:00
Brent Simmons 07091e0d3e Fix concurrency warning. 2024-05-03 22:28:26 -07:00
Brent Simmons 0a2b4f7008 Silence concurrency warning. 2024-05-03 22:25:14 -07:00
Brent Simmons 9403d81550 Fix concurrency warning. 2024-05-03 22:24:07 -07:00
Brent Simmons 78a64c3146 Make WebViewController fina. 2024-05-03 22:23:55 -07:00
Brent Simmons 18d0b0e1e7 Fix concurrency warning in SendToCommand. 2024-05-03 22:05:35 -07:00
Brent Simmons 2418076364 Fix some concurrency warnings. 2024-05-03 22:00:35 -07:00
Brent Simmons a9d50f3a14 Make some things private in UserApp. 2024-05-03 21:40:46 -07:00
Brent Simmons 02d8005fa7 Fix a couple concurrency warnings. 2024-05-03 12:10:59 -07:00
Brent Simmons 19fd3d96ab Fix a few concurrency warnings. 2024-05-03 12:05:53 -07:00
Brent Simmons 81cede769a Fix a few concurrency warnings. 2024-05-03 11:57:20 -07:00
Brent Simmons 6776862322 Fix concurrency warnings in ShareViewController. 2024-05-03 11:45:59 -07:00
Brent Simmons 6c1ea427af Fix concurrency warnings about gPingPongMap. 2024-05-03 11:12:15 -07:00
Brent Simmons 5c31993b90 Fix concurrency warning. 2024-05-03 10:27:27 -07:00
Brent Simmons 325f8061de Fix a few concurrency warnings. 2024-05-03 09:56:51 -07:00
Brent Simmons 51b78ddd70 Fix concurrency warning. 2024-05-01 21:51:12 -07:00
Brent Simmons e9ba29554c Fix concurrency warning. 2024-05-01 21:50:55 -07:00
Brent Simmons 9f97b08475 Fix concurrency warning for OSLog. 2024-05-01 21:32:07 -07:00
Brent Simmons f3e8d5332f Fix some concurrency warnings. 2024-05-01 21:26:17 -07:00
Brent Simmons 81a68884cb Fix concurrency warning. 2024-05-01 21:16:57 -07:00
Brent Simmons a1c2a2b43a Create folders in Account module for each account type. 2024-05-01 21:03:59 -07:00
Brent Simmons 8de7b56f61 Rename OAuthAccountAuthorizationOperation to FeedlyOAuthAccountAuthorizationOperation. 2024-05-01 20:58:32 -07:00
Brent Simmons e56f7a73b8 Delete FeedlyAccountDelegate+OAuth.swift. 2024-05-01 20:49:09 -07:00
Brent Simmons 0a4be8f49f Move oauthAuthorizationCodeGrantRequest and requestOAuthAccessToken from FeedlyAccountDelegate to FeedlyAPICaller. 2024-05-01 20:36:33 -07:00
Brent Simmons 15e33e3659 Move FeedlyAPICaller to Feedly module. 2024-05-01 19:54:32 -07:00
Brent Simmons 625983c74e Make ArticleStatus properly Sendable (rather than unchecked Sendable) via proper use of OSAllocatedUnfairLock. 2024-05-01 19:36:38 -07:00
Brent Simmons 2f422b5141 Remove // To replace comments now that the operations have been removed. 2024-04-29 22:11:12 -07:00
Brent Simmons f87e96dc9e Delete no-longer-used Feedly protocols. 2024-04-29 22:09:23 -07:00
Brent Simmons 8c8cfa6377 Delete Feedly operations. 2024-04-29 22:02:38 -07:00
Brent Simmons e58072e281 Make refreshAll function the replacement for FeedlySyncAllOperation. 2024-04-29 21:46:00 -07:00
Brent Simmons a8d47363ef Create fetchAndProcessUnreadArticleIDs function to replace FeedlyIngestUnreadArticleIDsOperation. 2024-04-29 19:21:11 -07:00
Brent Simmons bb5099c3a5 Create fetchRemoteArticleIDs to use as common code for fetchRemoteStarredArticleIDs and fetchRemoteUnreadArticleIDs. 2024-04-29 13:23:17 -07:00
Brent Simmons 45d28e91f3 Create createFeedsForCollectionFolders to replace FeedlyCreateFeedsForCollectionFoldersOperation. 2024-04-29 08:52:21 -07:00
Brent Simmons 39e0c4c0fa Create mirrorCollectionsAsFolders function to replace FeedlyMirrorCollectionsAsFoldersOperation. 2024-04-29 08:43:17 -07:00