This website requires JavaScript.
Explore
Help
Sign In
renun
/
NetNewsWire
Watch
1
Star
0
Fork
0
You've already forked NetNewsWire
mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced
2025-08-12 06:26:36 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8d5e568cde83251c8106ac6c54da03b160d4f1f9
NetNewsWire
/
Frameworks
/
Account
History
Brent Simmons
8d5e568cde
Make folder.account weak and optional.
2017-10-21 16:37:40 -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
Add AccountDelegate methods for reading and writing a userInfo dictionary that’s stored on disk in the same file as the rest of the Account info. Save account unreadCount with the disk dictionary. Mark an account as dirty when any descendant changes an unread count.
2017-10-18 19:14:40 -07:00
Account.swift
Use @discardableResult with addFeed.
2017-10-21 16:32:29 -07:00
AccountDelegate.swift
Add AccountDelegate methods for reading and writing a userInfo dictionary that’s stored on disk in the same file as the rest of the Account info. Save account unreadCount with the disk dictionary. Mark an account as dirty when any descendant changes an unread count.
2017-10-18 19:14:40 -07:00
AccountManager.swift
Make hasAtLeastOneFeed() a Container protocol function with a default implementation. Scrap Account’s feedIDDictionary, since it’s not needed. (Well, profiling may tell us later to bring it back.)
2017-10-18 18:45:09 -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 AccountDelegate methods for reading and writing a userInfo dictionary that’s stored on disk in the same file as the rest of the Account info. Save account unreadCount with the disk dictionary. Mark an account as dirty when any descendant changes an unread count.
2017-10-18 19:14:40 -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
Make folder.account weak and optional.
2017-10-21 16:37:40 -07:00
Info.plist
Continue mess-making. Start Account framework.
2017-09-07 20:41:25 -07:00