NetNewsWire/Frameworks
Brent Simmons 2b491217f3 Create statusWithRow(_ row: FMResultSet, articleID: String) — it allows us to avoid pulling articleID from the row twice every time we’re creating a DatabaseArticle. 2019-09-28 12:18:08 -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 statusWithRow(_ row: FMResultSet, articleID: String) — it allows us to avoid pulling articleID from the row twice every time we’re creating a DatabaseArticle. 2019-09-28 12:18:08 -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