This website requires JavaScript.
Explore
Help
Sign In
FreshRSS
/
NetNewsWire
Watch
1
Star
0
Fork
0
You've already forked NetNewsWire
mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced
2025-01-29 10:19:27 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
NetNewsWire
/
Frameworks
/
Account
History
Brent Simmons
e71d763443
Save feed.authors.
2017-12-02 14:20:58 -08:00
..
Account.xcodeproj
Make progress on deleting and especially undoing delete.
2017-11-04 19:03:47 -07:00
AccountTests
Continue mess-making. Start Account framework.
2017-09-07 20:41:25 -07:00
LocalAccount
Avoid skipping parsing Dr. Drang’s JSON Feed, which can’t be detected that it’s a JSON Feed with only partial data, since it has the version element at the end. Add a test for this.
2017-12-01 13:19:30 -08:00
Account.swift
Rebuild the feed dictionary at appropriate times.
Fix
#169
.
2017-11-25 18:05:20 -08: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
Make deleting work. Can’t undo yet. But now everything is messed-up because of an AnyHashable casting bug. Don’t run this build.
2017-11-04 22:51:14 -07:00
ContainerPath.swift
Fix build errors.
2017-11-04 19:29:43 -07:00
DataExtensions.swift
Save feed.authors.
2017-12-02 14:20:58 -08:00
Folder.swift
Make deleting work. Can’t undo yet. But now everything is messed-up because of an AnyHashable casting bug. Don’t run this build.
2017-11-04 22:51:14 -07:00
Info.plist
Continue mess-making. Start Account framework.
2017-09-07 20:41:25 -07:00