NetNewsWire/Frameworks/Database
Brent Simmons 6bb1deaa9e Start Database unit tests with a blank file. 2017-09-21 18:23:42 -07:00
..
Database.xcodeproj Start Database unit tests with a blank file. 2017-09-21 18:23:42 -07:00
DatabaseTests Start Database unit tests with a blank file. 2017-09-21 18:23:42 -07:00
Extensions Switch to using DatabaseArticle over article dictionaries. 2017-09-21 13:25:14 -07:00
ArticlesTable.swift Simplify filterIncomingArticles. 2017-09-21 18:14:37 -07:00
AttachmentsTable.swift Make AttachmentsTable use default implementation of save. 2017-09-16 13:10:03 -07:00
AuthorsTable.swift Fix some build errors. 2017-09-13 17:40:25 -07:00
Constants.swift Delete some unused code. 2017-09-16 10:38:54 -07:00
CreateStatements.sql Make attachments use a DatabaseLookupTable. 2017-08-20 17:46:15 -07:00
Database.swift Make progress on making ArticleStatus a reference type and on making article.status non-optional. 2017-09-18 13:17:30 -07:00
DatabaseArticle.swift Switch to using DatabaseArticle over article dictionaries. 2017-09-21 13:25:14 -07:00
DatabaseObject+Database.swift Create Articles with attached objects. 2017-09-13 21:41:01 -07:00
Info.plist Move Database.framework’s Info.plist. 2017-07-03 10:32:20 -07:00
RelatedObjectsMap+Database.swift Create Articles with attached objects. 2017-09-13 21:41:01 -07:00
StatusesTable.swift Use temporary article dictionaries when fetching articles. 2017-09-20 13:29:21 -07:00
TagsTable.swift Move fetchObjectsWithIDs from AttachmentsTable to default protocol implementation since AuthorsTable needs the exact same thing. 2017-09-12 21:47:04 -07:00
UnreadCountDictionary.swift Start work on fetching unread counts. 2017-08-31 13:35:48 -07:00