This website requires JavaScript.
Explore
Help
Sign In
renun
/
NetNewsWire
Watch
1
Star
0
Fork
0
You've already forked NetNewsWire
mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced
2025-08-12 06:26:36 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d3cd8ea1e31c132f4fcd06082d08dde9a31e6568
NetNewsWire
/
Frameworks
/
Account
/
Feedly
History
Kiel Gillard
912a3acb35
Subscribing to a Feedly feed only downloads the first page worth of content, not each and every page. Maybe related to
#1408
.
2020-01-17 17:16:52 +11: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
Subscribing to a Feedly feed only downloads the first page worth of content, not each and every page. Maybe related to
#1408
.
2020-01-17 17:16:52 +11:00
Services
…
FeedlyAccountDelegate.swift
Use MainThreadOperationQueue with Feedly syncing.
2020-01-15 21:30:37 -08:00
FeedlyAccountDelegate+OAuth.swift
…
FeedlyAccountDelegateError.swift
…
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
FeedlyFeedContainerValidator.swift
Let Feedly users add to the uncategorized collection/folder.
2020-01-17 15:25:57 +11:00
FeedlyResourceProviding.swift
…
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
…
OAuthAuthorizationClient+Feedly.swift
…
OAuthAuthorizationCodeGranting.swift
…