NetNewsWire/Frameworks/Account
Maurice Parker 58b24f3349 Rename callback: to completion: 2019-12-14 18:01:34 -07:00
..
Account.xcodeproj Adds unit tests for adding a new feed with Feedly. #1300 2019-12-05 19:02:40 +11:00
AccountTests Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
Credentials
FeedFinder
FeedWrangler Fetch unread article IDs async. Also: fetch only for feeds currently subscribed-to. Fix #1218. 2019-12-07 20:57:23 -08:00
Feedbin Change progress view to use the most recent last fetch end time. Issue #1383 2019-12-09 18:34:26 -07:00
Feedly Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
LocalAccount Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
ReaderAPI Change progress view to use the most recent last fetch end time. Issue #1383 2019-12-09 18:34:26 -07:00
xcconfig
Account.swift Rename callback: to completion: 2019-12-14 18:01:34 -07:00
AccountBehaviors.swift
AccountDelegate.swift
AccountError.swift
AccountManager.swift Rename callback: to completion: 2019-12-14 18:01:34 -07:00
AccountMetadata.swift Change progress view to use the most recent last fetch end time. Issue #1383 2019-12-09 18:34:26 -07:00
AccountMetadataFile.swift
ArticleFetcher.swift Rename callback: to completion: 2019-12-14 18:01:34 -07:00
CombinedRefreshProgress.swift
Container.swift
ContainerIdentifier.swift
ContainerPath.swift
DataExtensions.swift
Feed.swift
FeedIdentifier.swift
Folder.swift Don't process OPML file if it hasn't changed since it was last produced. Issue #1428 2019-12-10 14:10:07 -07:00
Info.plist
OPMLFile.swift Don't process OPML file if it hasn't changed since it was last produced. Issue #1428 2019-12-10 14:10:07 -07:00
SingleArticleFetcher.swift Rename callback: to completion: 2019-12-14 18:01:34 -07:00
UnreadCountProvider.swift
WebFeed.swift Hash just the webFeedID in WebFeed’s hash function. This will almost always be unique, and it helps performance because 1) string hashing is slow, and 2) we update sets of WebFeeds kind of often. 2019-12-07 12:05:58 -08:00
WebFeedMetadata.swift
WebFeedMetadataFile.swift