NetNewsWire/Frameworks/Account
2019-10-13 19:23:36 -07:00
..
Account.xcodeproj Move credentials classes to the Account framework in NetNewsWire 2019-09-08 04:28:43 -05:00
AccountTests Add download feed to folder relationships syncing 2019-05-07 17:41:32 -05:00
Credentials Move credentials classes to the Account framework in NetNewsWire 2019-09-08 04:28:43 -05:00
Feedbin When syncing, update the database by articleIDs rather than by feeds — this means *far* fewer fetches and much less data pulled from the database. It should help app responsiveness dramatically during sync, and especially during an initial sync. 2019-10-13 19:02:56 -07:00
FeedFinder Update code formatting in some files in Account.framework. 2019-07-08 22:58:19 -07:00
LocalAccount Make Account and AccountDelegate interfaces more consistent by requiring the container parameter on removeFeed. Resolves #802 2019-07-17 15:41:21 -05:00
xcconfig Update to Swift 5.1 2019-09-25 15:32:30 -05:00
Account.swift Remove a no-longer-used Account.update function — we have a new one that’s way faster. Also: assert that we’re in the main thread in that new update function. 2019-10-13 19:23:36 -07:00
AccountDelegate.swift Make Account and AccountDelegate interfaces more consistent by requiring the container parameter on removeFeed. Resolves #802 2019-07-17 15:41:21 -05:00
AccountError.swift Use right single curly quote instead of foot mark in error messages. 2019-07-08 22:59:29 -07:00
AccountManager.swift Empty the database articles cache when NetNewsWire moves to the background. This helps prevent the cache from growing forever. 2019-10-12 15:06:21 -07:00
AccountMetadata.swift Update code formatting in some files in Account.framework. 2019-07-08 22:58:19 -07:00
ArticleFetcher.swift Fix crashing bug with marking all as read via contextual menu. Implement feed.fetchUnreadArticles. 2019-08-12 09:43:29 -07:00
CombinedRefreshProgress.swift Update code formatting in some files in Account.framework. 2019-07-08 22:58:19 -07:00
Container.swift Rename existingFeed(with:) to existingFeed(withFeedID:) to make it more clear. Make account.idToFeedDictionary private — callers should use existingFeed(withFeedID:). 2019-09-08 21:44:05 -07:00
ContainerPath.swift Update code formatting in some files in Account.framework. 2019-07-08 22:58:19 -07:00
DataExtensions.swift Rename existingFeed(with:) to existingFeed(withFeedID:) to make it more clear. Make account.idToFeedDictionary private — callers should use existingFeed(withFeedID:). 2019-09-08 21:44:05 -07:00
Feed.swift Add externalID to Folder and persist it to OPML file. Issue #1060 2019-09-25 17:01:09 -05:00
FeedMetadata.swift Update code formatting in some files in Account.framework. 2019-07-08 22:58:19 -07:00
Folder.swift Add externalID to Folder and persist it to OPML file. Issue #1060 2019-09-25 17:01:09 -05:00
Info.plist Continue mess-making. Start Account framework. 2017-09-07 20:41:25 -07:00
UnreadCountProvider.swift Update code formatting in some files in Account.framework. 2019-07-08 22:58:19 -07:00