NetNewsWire/Frameworks/Account
2018-09-10 22:08:38 -07:00
..
Account.xcodeproj Changed project and framework projects to default to using tabs per the coding guidelines. Also corrected previously committed files with spaces used incorrectly. 2018-09-07 13:46:00 -05:00
AccountTests
Feedbin Use synthesized init. 2018-08-25 17:07:55 -07:00
LocalAccount Rename Data.framework to Articles.framework. Rename Database.framework to ArticlesDatabase.framework. 2018-07-23 18:29:08 -07:00
xcconfig Continue rename to NetNewsWire. 2018-08-28 22:18:24 -07:00
Account.swift Fix a performance bug when fetching all unread articles. When validating unread counts, it was looping through the entire set of articles once per feed. Now it loops through articles just once, for a major performance boost with lots of feeds and/or lots of unread articles. 2018-09-10 22:08:38 -07: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
Container.swift Continue rename to NetNewsWire. 2018-08-28 22:18:24 -07:00
ContainerPath.swift Fix build errors. 2017-11-04 19:29:43 -07:00
DataExtensions.swift Rename Data.framework to Articles.framework. Rename Database.framework to ArticlesDatabase.framework. 2018-07-23 18:29:08 -07:00
Feed.swift Normalize homePageURL in its setter. Fix #397. 2018-09-02 12:14:04 -07:00
Folder.swift Use new hash-into function instead of calculating hashValue. WIP on #402. 2018-08-25 11:54:58 -07:00
Info.plist
UnreadCountProvider.swift Continue rename to NetNewsWire. 2018-08-28 22:18:24 -07:00