NetNewsWire/Frameworks/Account/Feedly/Operations
Kiel Gillard 🤪 133544b748 Revert "Add lastCredentialRenewTime and honour it in FeedlyRefreshAccessTokenOperation"
This reverts commit 8973adbdbd.
2020-05-20 15:26:14 +10:00
..
FeedlyAddExistingFeedOperation.swift Fix references to addOperation, which is now just add. 2020-02-05 21:18:29 -08:00
FeedlyAddFeedToCollectionOperation.swift Revise FeedlyOperation to work with MainThreadOperation properly. We’re still using inheritance — FeedlyOperation is a base class. I tried and failed to come up with a better solution. Everything other solution resulted in a lot of boilerplate code being replicated. 2020-01-19 14:19:06 -08:00
FeedlyAddNewFeedOperation.swift Ensure token is refreshed at least once a day before syncing. 2020-04-19 08:45:51 +10:00
FeedlyCheckpointOperation.swift Revise FeedlyOperation to work with MainThreadOperation properly. We’re still using inheritance — FeedlyOperation is a base class. I tried and failed to come up with a better solution. Everything other solution resulted in a lot of boilerplate code being replicated. 2020-01-19 14:19:06 -08: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 Santizes right to left div elements from Feedly content. 2020-01-31 07:55:50 +11:00
FeedlyDownloadArticlesOperation.swift Fix references to addOperation, which is now just add. 2020-02-05 21:18:29 -08:00
FeedlyFetchIdsForMissingArticlesOperation.swift Revise FeedlyOperation to work with MainThreadOperation properly. We’re still using inheritance — FeedlyOperation is a base class. I tried and failed to come up with a better solution. Everything other solution resulted in a lot of boilerplate code being replicated. 2020-01-19 14:19:06 -08:00
FeedlyGetCollectionsOperation.swift Revise FeedlyOperation to work with MainThreadOperation properly. We’re still using inheritance — FeedlyOperation is a base class. I tried and failed to come up with a better solution. Everything other solution resulted in a lot of boilerplate code being replicated. 2020-01-19 14:19:06 -08:00
FeedlyGetEntriesOperation.swift Revise FeedlyOperation to work with MainThreadOperation properly. We’re still using inheritance — FeedlyOperation is a base class. I tried and failed to come up with a better solution. Everything other solution resulted in a lot of boilerplate code being replicated. 2020-01-19 14:19:06 -08:00
FeedlyGetStreamContentsOperation.swift Revise FeedlyOperation to work with MainThreadOperation properly. We’re still using inheritance — FeedlyOperation is a base class. I tried and failed to come up with a better solution. Everything other solution resulted in a lot of boilerplate code being replicated. 2020-01-19 14:19:06 -08:00
FeedlyGetStreamIdsOperation.swift Revise FeedlyOperation to work with MainThreadOperation properly. We’re still using inheritance — FeedlyOperation is a base class. I tried and failed to come up with a better solution. Everything other solution resulted in a lot of boilerplate code being replicated. 2020-01-19 14:19:06 -08:00
FeedlyGetUpdatedArticleIdsOperation.swift Ensure token is refreshed at least once a day before syncing. 2020-04-19 08:45:51 +10:00
FeedlyIngestStarredArticleIdsOperation.swift Ensure token is refreshed at least once a day before syncing. 2020-04-19 08:45:51 +10:00
FeedlyIngestStreamArticleIdsOperation.swift Ensure token is refreshed at least once a day before syncing. 2020-04-19 08:45:51 +10:00
FeedlyIngestUnreadArticleIdsOperation.swift Ensure token is refreshed at least once a day before syncing. 2020-04-19 08:45:51 +10:00
FeedlyLogoutOperation.swift Revise FeedlyOperation to work with MainThreadOperation properly. We’re still using inheritance — FeedlyOperation is a base class. I tried and failed to come up with a better solution. Everything other solution resulted in a lot of boilerplate code being replicated. 2020-01-19 14:19:06 -08:00
FeedlyMirrorCollectionsAsFoldersOperation.swift Santizes right to left div elements from Feedly content. 2020-01-31 07:55:50 +11:00
FeedlyOperation.swift Fix the progress indicator bug I had introduced in working on FeedlyOperation. Make sure FeedlyOperation calls downloadProgress.completeTask(), and make sure that all paths lead there. 2020-01-19 16:55:39 -08:00
FeedlyOrganiseParsedItemsByFeedOperation.swift Revise FeedlyOperation to work with MainThreadOperation properly. We’re still using inheritance — FeedlyOperation is a base class. I tried and failed to come up with a better solution. Everything other solution resulted in a lot of boilerplate code being replicated. 2020-01-19 14:19:06 -08:00
FeedlyRefreshAccessTokenOperation.swift Revert "Add lastCredentialRenewTime and honour it in FeedlyRefreshAccessTokenOperation" 2020-05-20 15:26:14 +10:00
FeedlyRequestStreamsOperation.swift Revise FeedlyOperation to work with MainThreadOperation properly. We’re still using inheritance — FeedlyOperation is a base class. I tried and failed to come up with a better solution. Everything other solution resulted in a lot of boilerplate code being replicated. 2020-01-19 14:19:06 -08:00
FeedlySearchOperation.swift Revise FeedlyOperation to work with MainThreadOperation properly. We’re still using inheritance — FeedlyOperation is a base class. I tried and failed to come up with a better solution. Everything other solution resulted in a lot of boilerplate code being replicated. 2020-01-19 14:19:06 -08:00
FeedlySendArticleStatusesOperation.swift Revise FeedlyOperation to work with MainThreadOperation properly. We’re still using inheritance — FeedlyOperation is a base class. I tried and failed to come up with a better solution. Everything other solution resulted in a lot of boilerplate code being replicated. 2020-01-19 14:19:06 -08:00
FeedlySyncAllOperation.swift Ensure token is refreshed at least once a day before syncing. 2020-04-19 08:45:51 +10:00
FeedlySyncStreamContentsOperation.swift Fix references to addOperation, which is now just add. 2020-02-05 21:18:29 -08:00
FeedlyUpdateAccountFeedsWithItemsOperation.swift Revise FeedlyOperation to work with MainThreadOperation properly. We’re still using inheritance — FeedlyOperation is a base class. I tried and failed to come up with a better solution. Everything other solution resulted in a lot of boilerplate code being replicated. 2020-01-19 14:19:06 -08:00