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
b04876185ddc36010dde97a96007dc10616dafdd
NetNewsWire
/
Frameworks
T
History
Brent Simmons
b04876185d
Clean up DownloadWithCacheManager’s cache at most every five minutes — it’s very expensive to do it on every request. This dramatically helps sidebar scrolling performance when you have a couple thousand feeds all trying to get their favicons.
2017-12-13 21:18:20 -08:00
..
Account
Fix OPML import performance regression.
Fix
#238
.
2017-12-11 23:12:54 -08:00
Data
Save feed.authors.
2017-12-02 14:20:58 -08:00
Database
Fetch all unread counts at startup. This is done with a single SQL call, and it’s done in the background, so performance hit should not be noticeable.
Fix
#138
.
2017-12-03 11:57:53 -08:00
DB5
Upgrade to recommended settings everywhere.
2017-11-04 19:16:07 -07:00
RSCore
Replace Objective-C RSBinaryCache with Swift BinaryDiskCache in RSCore.
2017-11-24 13:10:22 -08:00
RSDatabase
Upgrade to recommended settings everywhere.
2017-11-04 19:16:07 -07:00
RSFeedFinder
Add tests to HTMLFeedFinder for finding the best feed from a web page.
2017-11-25 16:48:42 -08:00
RSParser
Define string constants in JSONFeedParser rather than using literals all over the place. Also: remove a no-longer-needed do/try/catch.
2017-12-10 13:56:40 -08:00
RSTextDrawing
Do quite a bit less work on resizing the timeline.
Fix
#175
.
2017-12-02 22:18:43 -08:00
RSTree
Get rid of the lock. Add comment that Node is main-thread-only; add precondition to init method.
Fix
#230
.
2017-12-02 16:12:09 -08:00
RSWeb
Clean up DownloadWithCacheManager’s cache at most every five minutes — it’s very expensive to do it on every request. This dramatically helps sidebar scrolling performance when you have a couple thousand feeds all trying to get their favicons.
2017-12-13 21:18:20 -08:00
Vendor
/Sparkle.framework
…