NetNewsWire/Frameworks/Database
Brent Simmons f9b3eeb4d7 Switch macOS deployment target to 10.13. Get MarkAllReadCommand working as an undoable command. 2017-10-29 11:14:10 -07:00
..
Database.xcodeproj Switch macOS deployment target to 10.13. Get MarkAllReadCommand working as an undoable command. 2017-10-29 11:14:10 -07:00
DatabaseTests Start Database unit tests with a blank file. 2017-09-21 18:23:42 -07:00
Extensions Update the timeline cell when an article’s status changes. 2017-10-08 21:06:25 -07:00
ArticlesTable.swift Update the timeline cell when an article’s status changes. 2017-10-08 21:06:25 -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 Remove accountInfo references. This was speculative anyway. I’ll figure out later what we actually need. (Which might be accountInfo after all, and might not be.) 2017-09-22 08:06:06 -07:00
CreateStatements.sql Remove accountInfo references. This was speculative anyway. I’ll figure out later what we actually need. (Which might be accountInfo after all, and might not be.) 2017-09-22 08:06:06 -07:00
Database.swift Update the timeline cell when an article’s status changes. 2017-10-08 21:06:25 -07:00
DatabaseArticle.swift Remove accountInfo references. This was speculative anyway. I’ll figure out later what we actually need. (Which might be accountInfo after all, and might not be.) 2017-09-22 08:06:06 -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 Update the timeline cell when an article’s status changes. 2017-10-08 21:06:25 -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