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
2903e4507b85614bbc6a7f4100cc734557dcdc6a
NetNewsWire
/
Frameworks
/
Account
/
Feedbin
History
Jonathan Bennett
d70c996c06
use the URLQueryItem helper
2019-10-17 01:56:42 -04:00
..
FeedbinAccountDelegate.swift
Merge changes from mac-release, including performance fix.
2019-10-13 19:08:27 -07:00
FeedbinAPICaller.swift
use the URLQueryItem helper
2019-10-17 01:56:42 -04:00
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
Switch to using the new OPML import service
2019-05-17 10:04:13 -05:00
FeedbinStarredEntry.swift
…
FeedbinSubscription.swift
Add feeds all in one go when processing Feedbin subscriptions. This is a performance enhancement.
2019-10-06 12:37:46 -07:00
FeedbinTag.swift
…
FeedbinTagging.swift
…
FeedbinUnreadEntry.swift
…