NetNewsWire/Frameworks/Account
Stuart Breckenridge 673f0ce718
Handles single and multiple sync failures
If a single sync failure is encountered a sheet is presented which allows the user to update their credentials.

If multiple sync failures are encountered an alert is shown listing the accounts which encountered errors. On iOS, this alert can take the user into Settings, but there is no obvious way to programatically pesent macOS preferences.
2020-07-25 16:40:04 +08:00
..
Account.xcodeproj Handles single and multiple sync failures 2020-07-25 16:40:04 +08:00
AccountTests Removed Test build configuration 2020-04-24 17:08:10 -05:00
CloudKit Restrict the delete retention policy for synchronized records 2020-06-17 11:12:30 -05:00
FeedFinder Avoid cached response when adding new feed 2020-04-11 05:18:17 +05:30
FeedProvider Backout Reddit token changes 2020-07-21 20:42:10 -05:00
FeedWrangler Adds an account behavior to disable folders 2020-05-07 10:03:04 -04:00
Feedbin Made sync status sequential so that we stop losing statuses when we automatically send them on exceeding 100 statuses 2020-04-29 16:14:18 -05:00
Feedly Merge branch 'ios-release' 2020-06-15 17:40:06 -05:00
LocalAccount Make sync status inserts async when done during the scope of a iCloud sync 2020-05-28 16:24:10 -05:00
NewsBlur Made sync status sequential so that we stop losing statuses when we automatically send them on exceeding 100 statuses 2020-04-29 16:14:18 -05:00
ReaderAPI Made sync status sequential so that we stop losing statuses when we automatically send them on exceeding 100 statuses 2020-04-29 16:14:18 -05:00
xcconfig Removed Test build configuration 2020-04-24 17:08:10 -05:00
Account.swift Restrict the delete retention policy for synchronized records 2020-06-17 11:12:30 -05:00
AccountBehaviors.swift Adds an account behavior to disable folders 2020-05-07 10:03:04 -04:00
AccountDelegate.swift Added new Secrets framework project 2020-04-09 21:07:56 -05: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 Handles single and multiple sync failures 2020-07-25 16:40:04 +08:00
AccountMetadata.swift Merge branch 'ios-release' 2020-06-15 17:40:06 -05:00
AccountMetadataFile.swift Remove file coordinator usage from account files. Issue #1821 2020-03-03 11:39:04 -08:00
AccountSyncError.swift Handles single and multiple sync failures 2020-07-25 16:40: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 Enable adding feeds to folders. 2020-03-30 21:11:57 -05: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 Refactored the OPML load code so that the normalization step is separate from the add step. 2020-03-31 15:21:53 -05:00
OPMLNormalizer.swift Fix recursion bug in opml normalizer. 2020-04-13 07:11:03 -05:00
SingleArticleFetcher.swift Finish changes mandated by DatabaseQueue changes. 2019-12-16 22:45:59 -08:00
URLRequest+RSWeb.swift Add new OAuth1 credential requirements for Twitter 2020-04-14 10:15:24 -05:00
UnreadCountProvider.swift Persist the Feeds Read filter across application launches. Issue #1349 2019-11-26 20:23:12 -06:00
WebFeed.swift Implement since id as a parameter to limit the number returned 2020-05-02 08:12:05 -05:00
WebFeedMetadata.swift Implement since id as a parameter to limit the number returned 2020-05-02 08:12:05 -05:00
WebFeedMetadataFile.swift Remove file coordinator usage from account files. Issue #1821 2020-03-03 11:39:04 -08:00