NetNewsWire/Frameworks/ArticlesDatabase
Kiel Gillard 434b11ed17 Ensures Feedly status operations finish at the right time. In part, this is achieved by adding and using completion handlers to the asynchronous ensure status API. 2019-11-06 13:26:12 +11:00
..
ArticlesDatabase.xcodeproj Add Test build configuration 2019-10-11 17:38:01 -05:00
DatabaseTests
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 Ensures Feedly status operations finish at the right time. In part, this is achieved by adding and using completion handlers to the asynchronous ensure status API. 2019-11-06 13:26:12 +11:00
ArticlesTable.swift Ensures Feedly status operations finish at the right time. In part, this is achieved by adding and using completion handlers to the asynchronous ensure status API. 2019-11-06 13:26:12 +11: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
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 Delete articles and statuses from feeds no longer subscribed-to. At startup. Fix #899. 2019-10-24 22:28:26 -07:00