NetNewsWire/Frameworks/Account
2017-10-18 18:37:45 -07:00
..
Account.xcodeproj Simplify Container and its function implementations. 2017-10-07 21:41:21 -07:00
AccountTests Continue mess-making. Start Account framework. 2017-09-07 20:41:25 -07:00
LocalAccount Comment-out some debugging code. 2017-10-08 01:56:18 -07:00
Account.swift Show unread count in dock badge. Force-update unread counts at startup. 2017-10-18 18:37:45 -07:00
AccountDelegate.swift Make Account, rather than its delegate, watch for refresh progress changes. This way the delegate doesn’t have to be inited with its Account. 2017-10-07 17:43:10 -07:00
AccountManager.swift Show unread count in dock badge. Force-update unread counts at startup. 2017-10-18 18:37:45 -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 Handle unread count did change notification in Account. 2017-10-13 06:50:33 -07:00
DataExtensions.swift Avoid a compiler bug with constrained Set extensions. Add a notification observation to Account when unread count changes. 2017-10-12 21:02:27 -07:00
Folder.swift Rename childrenContainsFeed to childrenContain. Add assertionFailure — expecting pointer equality. 2017-10-18 18:13:49 -07:00
Info.plist Continue mess-making. Start Account framework. 2017-09-07 20:41:25 -07:00