NetNewsWire/Frameworks/Account
Brent Simmons c55d8c540e Implement revised retention policy for feed-based accounts. Keep all articles currently in the feed and all articles in the last 30 days. 2020-04-22 21:43:10 -07:00
..
Account.xcodeproj Santizes right to left div elements from Feedly content. 2020-01-31 07:55:50 +11:00
AccountTests Make the Feedly tests build again — fix references to addOperation. 2020-02-05 22:37:43 -08:00
Credentials Revert "Make sure POST body is properly URL-encoded" 2020-03-14 02:48:37 -05:00
FeedFinder Make podcast URL's have a lower priority than other URL's. Issue #1897 2020-03-13 12:57:43 -05:00
FeedWrangler Remove userDeleted support. The read-items filter seems to fill the need to hide things. We’re simplifying the backend by removing this unused feature. 2020-04-12 17:12:36 -07:00
Feedbin Replace use of Dictionary(uniqueKeysWithValues) with a separate function that can handle duplicate keys without crashing. Fix #1671. 2020-01-21 22:03:33 -08:00
Feedly Ensure token is refreshed at least once a day before syncing. 2020-04-19 08:45:51 +10:00
LocalAccount Update RSWeb 2020-01-27 23:02:01 -06:00
ReaderAPI Replace use of Dictionary(uniqueKeysWithValues) with a separate function that can handle duplicate keys without crashing. Fix #1671. 2020-01-21 22:03:33 -08:00
xcconfig Add ProjectSettings.xcconfig to be included in the Account build. 2019-11-11 17:57:49 -06:00
Account.swift Implement revised retention policy for feed-based accounts. Keep all articles currently in the feed and all articles in the last 30 days. 2020-04-22 21:43:10 -07:00
AccountBehaviors.swift Implement mark as unread window for accounts that need it. Issue #1407 2020-02-18 13:49:29 -08:00
AccountDelegate.swift Continue changes mandated by DatabaseQueue changes. 2019-12-16 15:55:37 -08:00
AccountError.swift Add Update Credetials button to the error dialog when a Feedbin credentials error happens. Issue #1441 2020-01-16 13:50:30 -07:00
AccountManager.swift Move account files to the documents directory and out of the shared container. Issue #1784 2020-02-12 16:21:48 -08:00
AccountMetadata.swift Perform a one-time (per local account) cleanup made necessary by the retention policy change — mark articles older than the 90-day window as read. This way users won’t get a flood of old, unread articles when they run this new version. 2020-04-19 14:10:12 -07:00
AccountMetadataFile.swift Remove file coordinator usage from account files. Issue #1821 2020-03-03 11:39:04 -08:00
ArticleFetcher.swift Finish changes mandated by DatabaseQueue changes. 2019-12-16 22:45:59 -08: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 Move account files to the documents directory and out of the shared container. Issue #1784 2020-02-12 16:21:48 -08: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 Fix hashable implementation that could have in theory had collisions. 2020-04-09 11:20:53 -05:00
Folder.swift Escape special XML characters for external folder id. Issue #1659 2020-01-19 22:52:45 -07:00
Info.plist Continue mess-making. Start Account framework. 2017-09-07 20:41:25 -07:00
OPMLFile.swift Remove file coordinator usage from account files. Issue #1821 2020-03-03 11:39:04 -08:00
SingleArticleFetcher.swift Finish changes mandated by DatabaseQueue changes. 2019-12-16 22:45:59 -08:00
UnreadCountProvider.swift Persist the Feeds Read filter across application launches. Issue #1349 2019-11-26 20:23:12 -06:00
WebFeed.swift Update for pending RSCore String updates 2020-01-17 13:45:38 -06:00
WebFeedMetadata.swift Renamed Feed and related classes/instances to WebFeed 2019-11-14 20:11:41 -06:00
WebFeedMetadataFile.swift Remove file coordinator usage from account files. Issue #1821 2020-03-03 11:39:04 -08:00