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
9e0248c494c8fbf43a2af464db8bd581b2d1f468
NetNewsWire
/
Frameworks
/
Account
/
Feedbin
History
Maurice Parker
3ba9ca8c8a
Added new Secrets framework project
2020-04-09 21:07:56 -05:00
..
FeedbinAccountDelegate.swift
…
FeedbinAPICaller.swift
Added new Secrets framework project
2020-04-09 21:07:56 -05:00
FeedbinDate.swift
add articles download for Feedbin
2019-05-12 18:32:32 -05:00
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
FeedbinImportResult.swift
…
FeedbinStarredEntry.swift
…
FeedbinSubscription.swift
…
FeedbinTag.swift
Add download subscriptions and faviconURLs
2019-05-07 10:51:41 -05:00
FeedbinTagging.swift
Add the ability to move feeds between folders for Feedbin
2019-05-09 13:31:18 -05:00
FeedbinUnreadEntry.swift
…