This website requires JavaScript.
Explore
Help
Sign In
FreshRSS
/
NetNewsWire
mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
Watch
1
Star
0
Fork
You've already forked NetNewsWire
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
27478b0f6f
NetNewsWire
/
Frameworks
History
Brent Simmons
37c9818cad
Create and use a cache for DatabaseArticle — this will make fetches faster, since we can skip pulling the same data from the database over and over. Articles in the cache are removed when articles are updated, so the cache is never stale.
2019-09-28 13:51:33 -07:00
..
Account
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
Articles
Update to Swift 5.1
2019-09-25 15:32:30 -05:00
ArticlesDatabase
Create and use a cache for DatabaseArticle — this will make fetches faster, since we can skip pulling the same data from the database over and over. Articles in the cache are removed when articles are updated, so the cache is never stale.
2019-09-28 13:51:33 -07:00
SyncDatabase
Update to Swift 5.1
2019-09-25 15:32:30 -05:00
Vendor
/Sparkle.framework
Updated to the Sparkle 1.21.3
2019-06-15 09:54:16 -05:00