NetNewsWire/Frameworks/Account
Maurice Parker e303d64c1d Refresh feeds and sidebar when downloaded articles update all their unread counts. Issue #1430 2019-12-10 18:17:54 -07:00
..
Account.xcodeproj Adds unit tests for adding a new feed with Feedly. #1300 2019-12-05 19:02:40 +11:00
AccountTests Fix compilation issues with tests after Account API changes. 2019-12-09 18:54:29 +11:00
Credentials Merge branch 'master' into feature/feed-wrangler 2019-11-20 14:01:04 -05:00
FeedFinder Update code formatting in some files in Account.framework. 2019-07-08 22:58:19 -07:00
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 Change progress view to use the most recent last fetch end time. Issue #1383 2019-12-09 18:34:26 -07:00
LocalAccount Change progress view to use the most recent last fetch end time. Issue #1383 2019-12-09 18:34:26 -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 Add ProjectSettings.xcconfig to be included in the Account build. 2019-11-11 17:57:49 -06:00
Account.swift Refresh feeds and sidebar when downloaded articles update all their unread counts. Issue #1430 2019-12-10 18:17:54 -07:00
AccountBehaviors.swift Implement AccountBehaviors so that we don't have to keep adding boolean flags to account 2019-09-20 11:34:31 -05:00
AccountDelegate.swift Change order of suspending steps to prevent work from going to a suspended queue. Issue #1400 2019-12-04 17:27:39 -07:00
AccountError.swift Curled some quotes 2019-10-22 19:58:05 +09:00
AccountManager.swift Change progress view to use the most recent last fetch end time. Issue #1383 2019-12-09 18:34:26 -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 Add suspend and resume to managed files 2019-12-01 17:16:52 -06:00
ArticleFetcher.swift Add folder read fetch query. 2019-11-22 10:21:30 -06:00
CombinedRefreshProgress.swift Update code formatting in some files in Account.framework. 2019-07-08 22:58:19 -07:00
Container.swift Moved expanded state away from Node so that it won't get lost on rebuilds. Issue #1346 2019-11-24 18:29:00 -06:00
ContainerIdentifier.swift Persist article read filters across application launches. Issue #1349 2019-11-27 11:43:36 -06:00
ContainerPath.swift Update code formatting in some files in Account.framework. 2019-07-08 22:58:19 -07:00
DataExtensions.swift Renamed Feed and related classes/instances to WebFeed 2019-11-14 20:11:41 -06:00
Feed.swift Change ReadFilter to ReadFilterType and differentiate the ReadFilter from the query filter. 2019-11-22 09:40:39 -06:00
FeedIdentifier.swift Persist article read filters across application launches. Issue #1349 2019-11-27 11:43:36 -06:00
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 Continue mess-making. Start Account framework. 2017-09-07 20:41:25 -07:00
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 Add article exception fetcher to always restore article to timeline regardless of timeline state. 2019-11-29 14:31:15 -06:00
UnreadCountProvider.swift Persist the Feeds Read filter across application launches. Issue #1349 2019-11-26 20:23:12 -06:00
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 Renamed Feed and related classes/instances to WebFeed 2019-11-14 20:11:41 -06:00
WebFeedMetadataFile.swift Add suspend and resume to managed files 2019-12-01 17:16:52 -06:00