NetNewsWire/Frameworks/ArticlesDatabase
Nate Weaver b35215d03b Update for pending RSCore String updates 2020-01-17 13:45:38 -06:00
..
ArticlesDatabase.xcodeproj Get rid of DatabaseArticle entirely. Cache Article objects. This will make fetches faster *and* save memory. 2019-12-27 22:47:02 -08:00
DatabaseTests Rename Data.framework to Articles.framework. Rename Database.framework to ArticlesDatabase.framework. 2018-07-23 18:29:08 -07:00
Extensions Remove references to Article.bannerImageURL. We can bring it back if/when we start using it. 2019-12-28 20:53:36 -08:00
xcconfig Set Mac deployment target to 10.14 2020-01-09 19:16:19 -06:00
ArticlesDatabase.swift Fetch article contents from Feedly by ids rather than paging through streams up until the last successful sync date. Issues #1453 #1398 #1408 #1429 2020-01-11 10:45:45 +11:00
ArticlesTable.swift Add createStatusesIfNeeded API to Account, to use with syncing. (Needed for Feedly syncing, and could very well be needed for other systems too.) 2020-01-09 22:27:29 -08:00
AuthorsTable.swift Make code formatting in AuthorsTable match current style. 2019-07-08 22:11:24 -07:00
Constants.swift Remove attachments from the app, since we’re not using attachments in any way. We could always add it back later. 2019-12-03 23:03:15 -08:00
DatabaseObject+Database.swift Remove attachments from the app, since we’re not using attachments in any way. We could always add it back later. 2019-12-03 23:03:15 -08: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 Remove attachments from the app, since we’re not using attachments in any way. We could always add it back later. 2019-12-03 23:03:15 -08:00
SearchTable.swift Update for pending RSCore String updates 2020-01-17 13:45:38 -06:00
StatusesTable.swift Fetch both read and unread orphaned statuses. 2020-01-06 18:18:27 -08:00