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
c1460d3df3f17cdbd69b3e4fb86ea22ab7469dce
NetNewsWire
/
Frameworks
/
Account
/
Feedbin
T
History
Brent Simmons
1cfafe3014
Add feeds from Feedbin all in one go, which helps performance by not triggering Account’s rebuilding of its feedDictionary.
2019-10-02 23:05:35 -07:00
..
FeedbinAccountDelegate.swift
Add feeds from Feedbin all in one go, which helps performance by not triggering Account’s rebuilding of its feedDictionary.
2019-10-02 23:05:35 -07:00
FeedbinAPICaller.swift
…
FeedbinDate.swift
…
FeedbinEntry.swift
Change parseDatePublished() to a lazy var parsedDatePublished — it appeared that it was getting called more than once, and date parsing is expensive. Also: use RSDateWithString rather than an NSDateFormatter, since NSDateFormatter is so massively slow.
2019-09-27 23:01:31 -07:00
FeedbinIcon.swift
…
FeedbinImportResult.swift
…
FeedbinStarredEntry.swift
…
FeedbinSubscription.swift
Add feeds from Feedbin all in one go, which helps performance by not triggering Account’s rebuilding of its feedDictionary.
2019-10-02 23:05:35 -07:00
FeedbinTag.swift
…
FeedbinTagging.swift
…
FeedbinUnreadEntry.swift
…