NetNewsWire/Frameworks/Account
2019-06-23 13:56:11 -05:00
..
Account.xcodeproj Renamed GoogleReaderCompatible to just Reader 2019-06-19 12:25:37 -04:00
AccountTests Add download feed to folder relationships syncing 2019-05-07 17:41:32 -05:00
Feedbin Retrieve credentials if necessary. On iOS credentials aren't always available when the delegate initializes. 2019-06-23 13:56:11 -05:00
FeedFinder Fix feed selection when the max feed score is 0. 2019-06-06 10:31:00 +01:00
LocalAccount Restrict OPML import for Account types that don't support it 2019-06-19 17:50:32 -05:00
ReaderAPI Reduce footprint of Account credentials API 2019-06-20 11:19:15 -05:00
xcconfig Add some debug logging 2019-05-08 08:20:29 -05:00
Account.swift Reduce footprint of Account credentials API 2019-06-20 11:19:15 -05:00
AccountDelegate.swift Restrict OPML import for Account types that don't support it 2019-06-19 17:50:32 -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 moved dispatch group notify to background thread as it was deadlocked with the dispatch group wait on app exit 2019-06-12 17:28:54 -05:00
AccountMetadata.swift Rework to store endpoint URL in metadata 2019-05-29 15:16:09 -04:00
ArticleFetcher.swift
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