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
cd0ec05dbbdf471a903e95ae6795c2db9787f878
NetNewsWire
/
Frameworks
/
Account
/
Feedbin
History
Brent Simmons
0b87531f2f
Make fetchStarredArticles an async call. Also have it respect subscribed-to feed IDs.
2019-12-07 22:23:44 -08:00
..
FeedbinAccountDelegate.swift
Make fetchStarredArticles an async call. Also have it respect subscribed-to feed IDs.
2019-12-07 22:23:44 -08:00
FeedbinAPICaller.swift
Change to make sure all queue's get cleared before suspending the database. Issue
#1389
2019-12-02 14:14:35 -06: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
FeedbinImportResult.swift
…
FeedbinStarredEntry.swift
…
FeedbinSubscription.swift
Get extended subscription information from Feedbin. Issue
#917
2019-11-07 19:07:10 -06:00
FeedbinTag.swift
…
FeedbinTagging.swift
…
FeedbinUnreadEntry.swift
…