NetNewsWire/Frameworks/Account
2019-07-07 13:42:24 -07:00
..
Account.xcodeproj Add account name to network error messages and prevent background iOS errors from displaying alerts 2019-05-26 11:54:32 -05:00
AccountTests
Feedbin Make Transport callbacks run on the main thread, which is consistent with NetNewsWire’s general pattern for these types of callbacks. This helps avoid situations where we touch model objects (which are main-thread-only) on a background thread. 2019-07-07 13:42:24 -07:00
FeedFinder Fix feed selection when the max feed score is 0. 2019-06-06 10:31:00 +01:00
LocalAccount use refresh indicator to track all network activity. Issue #759 2019-06-16 14:48:50 -05:00
xcconfig
Account.swift Remove a precondition that is no longer valid when doing async fetches. 2019-07-06 11:50:22 -07:00
AccountDelegate.swift Enable folders to be dropped in a move or copy between accounts 2019-05-30 14:36:21 -05:00
AccountError.swift Provide a better error message when encountering feed not found and already subscribed errors 2019-05-31 17:24:43 -05:00
AccountManager.swift Run database fetches async, in the timeline, when appropriate — for instance, when All Unread is selected and new articles come in. 2019-07-05 20:06:31 -07:00
AccountMetadata.swift add articles download for Feedbin 2019-05-12 18:32:32 -05:00
ArticleFetcher.swift Run database fetches async, in the timeline, when appropriate — for instance, when All Unread is selected and new articles come in. 2019-07-05 20:06:31 -07:00
CombinedRefreshProgress.swift
Container.swift Refactor addFeed and removeFeed usages to be more consistent 2019-05-29 20:47:52 -05:00
ContainerPath.swift
DataExtensions.swift
Feed.swift Fix posting name notifications when name changes. 2019-06-06 10:31:00 +01:00
FeedMetadata.swift Add subscription id to Feed so that we can correctly rename Feedbin subscriptions 2019-05-08 18:13:54 -05:00
Folder.swift Refactor addFeed and removeFeed usages to be more consistent 2019-05-29 20:47:52 -05:00
Info.plist
UnreadCountProvider.swift