This website requires JavaScript.
Explore
Help
Sign In
FreshRSS
/
NetNewsWire
Watch
1
Star
0
Fork
0
You've already forked NetNewsWire
mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced
2025-02-06 22:03:26 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
NetNewsWire
/
Frameworks
/
Account
/
Feedbin
History
Maurice Parker
c3fbf88fbb
Add check so that we don't update article statuses for articles that we have pending statuses to send. Issue
#1515
2020-01-02 18:21:18 -07:00
..
FeedbinAccountDelegate.swift
Add check so that we don't update article statuses for articles that we have pending statuses to send. Issue
#1515
2020-01-02 18:21:18 -07:00
FeedbinAPICaller.swift
Change progress view to use the most recent last fetch end time. Issue
#1383
2019-12-09 18:34:26 -07: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
…