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
33fe733a8e79af2877a65d4b72265d896a50a59c
NetNewsWire
/
Frameworks
/
Account
T
History
Brent Simmons
7026eae899
Skip writing OPML file to disk during startup. Structure-changed notices happen during startup as the object graph is created, but it doesn’t mean that there’s a change that requires saving to disk.
2018-09-16 20:02:24 -07:00
..
Account.xcodeproj
…
AccountTests
…
Feedbin
…
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
…
Account.swift
Skip writing OPML file to disk during startup. Structure-changed notices happen during startup as the object graph is created, but it doesn’t mean that there’s a change that requires saving to disk.
2018-09-16 20:02:24 -07:00
AccountDelegate.swift
…
AccountManager.swift
…
ArticleFetcher.swift
…
CombinedRefreshProgress.swift
…
Container.swift
Made launch performance *much* faster for large (thousands of feeds) subscriptions list. Also: split container.children in container.topLevelFeeds and container.folders. This simplifies a bunch of things, and makes some things faster.
2018-09-16 17:54:42 -07:00
ContainerPath.swift
…
DataExtensions.swift
Give Feed a weak account rather than accountID.
2018-09-13 22:37:40 -07:00
Feed.swift
Delete some dead code.
2018-09-16 13:08:44 -07:00
Folder.swift
Made launch performance *much* faster for large (thousands of feeds) subscriptions list. Also: split container.children in container.topLevelFeeds and container.folders. This simplifies a bunch of things, and makes some things faster.
2018-09-16 17:54:42 -07:00
Info.plist
…
UnreadCountProvider.swift
…