NetNewsWire/Frameworks/ArticlesDatabase
Brent Simmons c5e0d96adb Merge changes from mac-release, including performance fix. 2019-10-13 19:08:27 -07:00
..
ArticlesDatabase.xcodeproj Add Test build configuration 2019-10-11 17:38:01 -05:00
DatabaseTests Rename Data.framework to Articles.framework. Rename Database.framework to ArticlesDatabase.framework. 2018-07-23 18:29:08 -07:00
Extensions When syncing, update the database by articleIDs rather than by feeds — this means *far* fewer fetches and much less data pulled from the database. It should help app responsiveness dramatically during sync, and especially during an initial sync. 2019-10-13 19:02:56 -07:00
xcconfig Add Test build configuration 2019-10-11 17:38:01 -05:00
ArticlesDatabase.swift Merge changes from mac-release, including performance fix. 2019-10-13 19:08:27 -07:00
ArticlesTable.swift Merge changes from mac-release, including performance fix. 2019-10-13 19:08:27 -07:00
AttachmentsTable.swift Make code formatting in AttachmentsTable match current style. 2019-07-08 22:13:30 -07:00
AuthorsTable.swift Make code formatting in AuthorsTable match current style. 2019-07-08 22:11:24 -07:00
Constants.swift Make code formatting match current style. 2019-07-08 22:20:57 -07:00
DatabaseArticle.swift Make code formatting match current style. 2019-07-08 22:20:57 -07:00
DatabaseObject+Database.swift Make code formatting match current style. 2019-07-08 22:22:31 -07:00
Info.plist Rename Data.framework to Articles.framework. Rename Database.framework to ArticlesDatabase.framework. 2018-07-23 18:29:08 -07:00
RelatedObjectsMap+Database.swift Make code formatting match current style. 2019-07-08 22:22:31 -07:00
SearchTable.swift Make code formatting match current style. 2019-07-08 22:20:57 -07:00
StatusesTable.swift 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