NetNewsWire/Frameworks/Account/Feedly/Operations
Kiel Gillard 3b47edfba7 Models the feed identifier of feedly articles as an optional since it seems the Feedly API will not always provide one (despite the API documentation).
Additional, more elegantly handle the failure to parse an article when Feedly does not provide a matching feed.
2019-12-31 08:47:27 +11:00
..
FeedlyAddExistingFeedOperation.swift Search Feedly for the best feed (and its identifier) for the URL entered when adding a new feed. #1300 2019-12-05 19:02:40 +11:00
FeedlyAddFeedToCollectionOperation.swift Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
FeedlyAddNewFeedOperation.swift Fix compilation issues with tests after Account API changes. 2019-12-09 18:54:29 +11:00
FeedlyCheckpointOperation.swift Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
FeedlyCompoundOperation.swift Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
FeedlyCreateFeedsForCollectionFoldersOperation.swift Renamed Feed and related classes/instances to WebFeed 2019-11-14 20:11:41 -06:00
FeedlyGetCollectionsOperation.swift Adds public logging of the Feedly errors to help identify the missing key in #1326. 2019-11-27 19:04:55 +11:00
FeedlyGetEntriesOperation.swift Adds public logging of the Feedly errors to help identify the missing key in #1326. 2019-11-27 19:04:55 +11:00
FeedlyGetStreamContentsOperation.swift Models the feed identifier of feedly articles as an optional since it seems the Feedly API will not always provide one (despite the API documentation). 2019-12-31 08:47:27 +11:00
FeedlyGetStreamIdsOperation.swift Adds public logging of the Feedly errors to help identify the missing key in #1326. 2019-11-27 19:04:55 +11:00
FeedlyLogoutOperation.swift Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
FeedlyMirrorCollectionsAsFoldersOperation.swift Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
FeedlyOperation.swift Improves the test coverage of syncing and progress reporting, identifying and fixing a bug when cancelling. #1328 2019-11-30 08:00:46 +11:00
FeedlyOrganiseParsedItemsByFeedOperation.swift Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
FeedlyRefreshAccessTokenOperation.swift Feedly accounts now refresh their access tokens on initialisation. 2019-11-07 18:55:05 +11:00
FeedlyRequestStreamsOperation.swift Adds public logging of the Feedly errors to help identify the missing key in #1326. 2019-11-27 19:04:55 +11:00
FeedlySearchOperation.swift Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
FeedlySendArticleStatusesOperation.swift Update sync code to handle async selectForProcessing. 2019-12-16 12:49:07 -08:00
FeedlySetStarredArticlesOperation.swift Update set starred articles operation to honour database errors. 2019-12-18 09:45:30 +11:00
FeedlySetUnreadArticlesOperation.swift Update set unraed articles operation to honour database errors. 2019-12-18 09:42:08 +11:00
FeedlySyncAllOperation.swift Give the FeedlySyncStarredArticlesOperation a delegate so that if the database becomes suspended, the remainder of the sync operation cancels. 2019-12-18 09:26:57 +11:00
FeedlySyncStarredArticlesOperation.swift Adds public logging of the Feedly errors to help identify the missing key in #1326. 2019-11-27 19:04:55 +11:00
FeedlySyncStreamContentsOperation.swift Adds public logging of the Feedly errors to help identify the missing key in #1326. 2019-11-27 19:04:55 +11:00
FeedlySyncUnreadStatusesOperation.swift Adds public logging of the Feedly errors to help identify the missing key in #1326. 2019-11-27 19:04:55 +11:00
FeedlyUpdateAccountFeedsWithItemsOperation.swift Check the account update error when update a Feedly account and finish with an error, indicating to its delegate that remaining operations should cancel. 2019-12-18 09:19:00 +11:00