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
1613a374d2d011a72c92ebe14ff256e96aba9ac0
NetNewsWire
/
Frameworks
/
Account
History
Brent Simmons
d7b45a1413
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
..
Account.xcodeproj
Move credentials classes to the Account framework in NetNewsWire
2019-09-08 04:28:43 -05:00
AccountTests
Add download feed to folder relationships syncing
2019-05-07 17:41:32 -05:00
Credentials
Move credentials classes to the Account framework in NetNewsWire
2019-09-08 04:28:43 -05:00
Feedbin
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
FeedFinder
…
LocalAccount
…
xcconfig
Update to Swift 5.1
2019-09-25 15:32:30 -05:00
Account.swift
Add externalID to Folder and persist it to OPML file. Issue
#1060
2019-09-25 17:01:09 -05:00
AccountDelegate.swift
…
AccountError.swift
…
AccountManager.swift
…
AccountMetadata.swift
…
ArticleFetcher.swift
…
CombinedRefreshProgress.swift
…
Container.swift
Rename existingFeed(with:) to existingFeed(withFeedID:) to make it more clear. Make account.idToFeedDictionary private — callers should use existingFeed(withFeedID:).
2019-09-08 21:44:05 -07:00
ContainerPath.swift
…
DataExtensions.swift
Rename existingFeed(with:) to existingFeed(withFeedID:) to make it more clear. Make account.idToFeedDictionary private — callers should use existingFeed(withFeedID:).
2019-09-08 21:44:05 -07:00
Feed.swift
Add externalID to Folder and persist it to OPML file. Issue
#1060
2019-09-25 17:01:09 -05:00
FeedMetadata.swift
…
Folder.swift
Add externalID to Folder and persist it to OPML file. Issue
#1060
2019-09-25 17:01:09 -05:00
Info.plist
…
UnreadCountProvider.swift
…