.. |
FeedlyAddExistingFeedOperation.swift
|
|
|
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
|
|
|
FeedlyCompoundOperation.swift
|
|
|
FeedlyCreateFeedsForCollectionFoldersOperation.swift
|
|
|
FeedlyGetCollectionsOperation.swift
|
|
|
FeedlyGetEntriesOperation.swift
|
|
|
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
|
|
|
FeedlyLogoutOperation.swift
|
Rename occurrences of completionHandler to completion.
|
2019-12-14 17:14:55 -07:00 |
FeedlyMirrorCollectionsAsFoldersOperation.swift
|
|
|
FeedlyOperation.swift
|
Update isExecuting and isFinished in a way that should make NSOperationQueue happy. Hopefully this fixes a mystery crash bug.
|
2019-12-31 15:40:05 -08:00 |
FeedlyOrganiseParsedItemsByFeedOperation.swift
|
|
|
FeedlyRefreshAccessTokenOperation.swift
|
|
|
FeedlyRequestStreamsOperation.swift
|
|
|
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
|
|
|
FeedlySyncStreamContentsOperation.swift
|
|
|
FeedlySyncUnreadStatusesOperation.swift
|
|
|
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 |