Commit Graph

8182 Commits

Author SHA1 Message Date
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
Brent Simmons ec8cfa91e8 Add addExistingFeed function to replace FeedlyAddExistingFeedOperation. 2024-04-28 22:26:25 -07:00
Brent Simmons e85e449dcc Create addNewFeed function to replace FeedlyAddNewFeedOperation. 2024-04-28 22:03:51 -07:00
Brent Simmons 2cde31a523 Create syncStreamContents function to replace FeedlySyncStreamContentsOperation. 2024-04-28 21:34:12 -07:00
Brent Simmons c6c457e718 Create fetchAndProcessAllArticleIDs function to replace FeedlyIngestStreamArticleIDsOperation. 2024-04-28 21:12:39 -07:00
Brent Simmons 90fd697f0d Create fetchAndProcessStarredArticleIDs function to replace FeedlyIngestStarredArticleIDsOperation. 2024-04-28 20:59:32 -07:00
Brent Simmons 1a99c955b0 Create idsforMissingArticles function to replace FeedlyFetchIDsForMissingArticlesOperation. 2024-04-28 14:12:03 -07:00
Brent Simmons d5f996768b Fix typo. 2024-04-28 14:01:53 -07:00
Brent Simmons 040ba6218f Create featchStreamContents function to replace FeedlyGetStreamContentsOperation. 2024-04-28 14:00:57 -07:00
Brent Simmons 433d64669b Delete unused FeedlyGetStreamIDsOperation. 2024-04-28 13:04:14 -07:00
Brent Simmons 7946983bca Create searchForFeed function which will replace FeedlySearchOperation. 2024-04-28 13:00:19 -07:00
Brent Simmons 9b8bb4b158 Delete FeedlyRequestStreamsOperation, which is unused. 2024-04-27 14:29:14 -07:00
Brent Simmons 5c39e37e18 Create sendArticleStatuses function. Rename FeedlyAccountDelegate.database to .syncDatabase, to be more clear that it’s not the articles database. 2024-04-27 14:26:15 -07:00
Brent Simmons f7b195a748 Create fetchCollections method. 2024-04-27 11:52:02 -07:00
Brent Simmons 3612b1e8fd Create fetchParsedItems function. 2024-04-27 11:41:18 -07:00
Brent Simmons db69ddd209 Coalesce the various Feedly services files into one file. 2024-04-27 11:29:10 -07:00
Brent Simmons 47c68aa4cc Coalesce the various Feedly model files into one file. 2024-04-27 11:25:39 -07:00
Brent Simmons 4f04578bd7 Make FeedlyEntry Hashable, and make some other structs Equatable, so we can put FeedlyEntrys in sets. 2024-04-27 11:17:19 -07:00
Brent Simmons 5bc255410c Create logout, parsedItemsKeyedByFeedURL, and addFeedToCollection functions. 2024-04-26 21:37:31 -07:00
Brent Simmons 758aa62f61 Create updateAccountFeedsWithItems which will replace FeedlyUpdateAccountFeedsWithItemsOperation. 2024-04-26 08:02:53 -07:00
Brent Simmons 8e3c0b3683 Start work on replacements for Feedly operations. This function will eventually replace FeedlyGetUpdatedArticleIDsOperation. 2024-04-26 07:51:42 -07:00
Brent Simmons ed957d92cf Move more OAuth code to Feedly module. 2024-04-25 19:55:39 -07:00
Brent Simmons 2e6ce552b9 Move OAuthRefreshAccessTokenRequest to Feedly module. 2024-04-25 19:45:03 -07:00
Brent Simmons 4d1ac9ad4b Rename redirectUri to redirectURI. 2024-04-25 15:38:17 -07:00
Brent Simmons fcbe355fdd Rename file. 2024-04-25 13:13:21 -07:00
Brent Simmons ad90863c6f Remove superfluous OAuthAuthorizationCodeGrantRequesting protocol. 2024-04-25 12:58:05 -07:00
Brent Simmons 351351b5d8 Delete superfluous OAuthAuthorizationCodeGrantRequesting protocol. 2024-04-25 12:22:17 -07:00
Brent Simmons 914c753cb2 Remove superfluous OAuthAuthorizationGranting protocol. 2024-04-25 12:18:21 -07:00
Brent Simmons a3a61989d7 Delete superfluous OAuthAcessTokenRefreshRequesting protocol. 2024-04-25 12:08:52 -07:00
Brent Simmons f9a3d8e2c1 Convert methods to async await. Delete FeedlyRefreshAccessTokenOperation (we’re moving away from MainThreadOperation). 2024-04-23 21:47:25 -07:00