NetNewsWire/Frameworks/Account/Feedly
Brent Simmons 6181f416a4 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
..
Models Makes the Feedly models immutable because they are used to represent API responses only and it improves a developer's ability to reason about how they're used in the codebase. Fixes #1629. 2020-01-17 16:47:21 +11:00
Operations 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
Services Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
FeedlyAPICaller.swift Fetch article contents from Feedly by ids rather than paging through streams up until the last successful sync date. Issues #1453 #1398 #1408 #1429 2020-01-11 10:45:45 +11:00
FeedlyAccountDelegate+OAuth.swift Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
FeedlyAccountDelegate.swift Use MainThreadOperationQueue with Feedly syncing. 2020-01-15 21:30:37 -08:00
FeedlyAccountDelegateError.swift Feedly operations can optionally report their progress. #1328 2019-11-27 18:32:18 +11:00
FeedlyFeedContainerValidator.swift Let Feedly users add to the uncategorized collection/folder. 2020-01-17 15:25:57 +11:00
FeedlyResourceProviding.swift Add feed request 2019-10-11 18:14:23 +11:00
OAuthAccountAuthorizationOperation.swift Revise Feedly tests to use MainThreadOperationQueue; get them building again. They don’t pass, but at least they build. 2020-01-15 22:10:06 -08:00
OAuthAcessTokenRefreshing.swift Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
OAuthAuthorizationClient+Feedly.swift Update public Feedly sandbox OAuth secrets. 2019-12-04 09:29:43 +11:00
OAuthAuthorizationCodeGranting.swift Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00