NetNewsWire/Frameworks/Account
Daniel Jalkut ddb0ee21b6 Quiet warnings/errors from Xcode 10.2 about redundant public attributes on methods implemented inside public extensions. 2019-02-12 10:05:51 -05:00
..
Account.xcodeproj Continue work on Feedbin sync data types. 2018-10-14 18:10:07 -07:00
AccountTests Continue mess-making. Start Account framework. 2017-09-07 20:41:25 -07:00
Feedbin Complete (probably) work on Feedbin sync data types. 2018-10-14 18:38:33 -07:00
LocalAccount Don't store account.unreadCount in Settings.odb. Don’t rewrite AccountData.plist when feed.contentHash changes. 2018-09-14 13:12:55 -07:00
xcconfig Continue rename to NetNewsWire. 2018-08-28 22:18:24 -07:00
Account.swift Quiet warnings/errors from Xcode 10.2 about redundant public attributes on methods implemented inside public extensions. 2019-02-12 10:05:51 -05:00
AccountDelegate.swift Add AccountDelegate.accountDidInitialize method, so that the delegate can set the account’s nameForDisplay before anything else happens. Fix #247. 2017-12-19 17:48:30 -08:00
AccountManager.swift Continue rename to NetNewsWire. 2018-08-28 22:18:24 -07:00
ArticleFetcher.swift Rename Data.framework to Articles.framework. Rename Database.framework to ArticlesDatabase.framework. 2018-07-23 18:29:08 -07:00
CombinedRefreshProgress.swift Create and use CombinedRefreshProgress, which reports refresh progress across all accounts. Used by the status view. 2017-10-07 17:20:19 -07:00
Container.swift Add addFeed and addFeeds to the Container protocol. This was confusing before. Now you can add directly to a Folder or Account. 2019-02-05 21:48:32 -08:00
ContainerPath.swift Fix build errors. 2017-11-04 19:29:43 -07:00
DataExtensions.swift Quiet warnings/errors from Xcode 10.2 about redundant public attributes on methods implemented inside public extensions. 2019-02-12 10:05:51 -05:00
Feed.swift Don’t write "Untitled" to Subscriptions.opml when a feed lacks a name or editedName — “Untitled” is a localizable, display-only string, not something to store in OPML. Fix #527. 2019-02-06 21:18:22 -08:00
Folder.swift Add addFeed and addFeeds to the Container protocol. This was confusing before. Now you can add directly to a Folder or Account. 2019-02-05 21:48:32 -08:00
Info.plist Continue mess-making. Start Account framework. 2017-09-07 20:41:25 -07:00
UnreadCountProvider.swift Quiet warnings/errors from Xcode 10.2 about redundant public attributes on methods implemented inside public extensions. 2019-02-12 10:05:51 -05:00