NetNewsWire/Frameworks/Account
Kiel Gillard 1d965142d9 Initial implementation FeedlySyncStrategy and basic usability improvements to allow for downloading and reading articles without crashing. 2019-09-20 16:56:51 +10:00
..
Account.xcodeproj Initial implementation FeedlySyncStrategy and basic usability improvements to allow for downloading and reading articles without crashing. 2019-09-20 16:56:51 +10:00
AccountTests Add download feed to folder relationships syncing 2019-05-07 17:41:32 -05:00
Credentials Change Credentials to be a struct instead of an enum 2019-09-15 10:03:47 -05:00
FeedFinder Update code formatting in some files in Account.framework. 2019-07-08 22:58:19 -07:00
Feedbin Change Credentials to be a struct instead of an enum 2019-09-15 10:03:47 -05:00
Feedly Initial implementation FeedlySyncStrategy and basic usability improvements to allow for downloading and reading articles without crashing. 2019-09-20 16:56:51 +10:00
LocalAccount Move OPML I/O functions into a separate OPMLFile class 2019-09-12 18:05:29 -05:00
ReaderAPI Change Credentials to be a struct instead of an enum 2019-09-15 10:03:47 -05:00
xcconfig Add some debug logging 2019-05-08 08:20:29 -05:00
Account.swift Initial implementation allowing Feedly accounts to be added given the Feedly user's consent. 2019-09-19 10:11:53 +10:00
AccountDelegate.swift Merge branch 'mac-candidate' 2019-07-23 16:36:46 -05:00
AccountError.swift Fix for #885: Include 403 status code in list of errors to prompt with 'update credentials' error message, and expand that message to cover the possibility an account is no longer valid with the service, i.e. in the case of an expired Feedbin subscription. 2019-08-28 11:40:12 -04:00
AccountManager.swift Inject the Accounts folder name so that it can be in different locations between the iOS and Mac Apps. 2019-09-12 10:59:26 -05:00
AccountMetadata.swift Merge branch 'mac-candidate' 2019-07-08 23:10:41 -07:00
AccountMetadataFile.swift Change writing options for resource files to none 2019-09-13 16:58:10 -05: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 Make article extract feed flag optional 2019-09-19 20:12:55 -05:00
FeedMetadata.swift Make article extract feed flag optional 2019-09-19 20:12:55 -05:00
FeedMetadataFile.swift Change writing options for resource files to none 2019-09-13 16:58:10 -05:00
Folder.swift Give has(feed) a default implementation in Container.swift. 2019-08-21 21:07:40 -07:00
Info.plist Continue mess-making. Start Account framework. 2017-09-07 20:41:25 -07:00
OPMLFile.swift Change writing options for resource files to none 2019-09-13 16:58:10 -05:00
UnreadCountProvider.swift Update code formatting in some files in Account.framework. 2019-07-08 22:58:19 -07:00