NetNewsWire/Frameworks/Database
Brent Simmons b5d8233955 Fix bug saving related objects for articles — authors, tags, and attachments. 2017-12-02 13:20:27 -08:00
..
Database.xcodeproj Upgrade to recommended settings everywhere. 2017-11-04 19:16:07 -07:00
DatabaseTests Start Database unit tests with a blank file. 2017-09-21 18:23:42 -07:00
Extensions Fix bug saving related objects for articles — authors, tags, and attachments. 2017-12-02 13:20:27 -08:00
ArticlesTable.swift Fix a crash on startup — detect when there are no feeds and don’t hit database. 2017-11-25 13:11:19 -08: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 Create SmartFeed class. It’s for Unread and Starred pseudo-feeds — and will also be used later on by predicate-based smart feeds. 2017-11-19 15:40:02 -08:00
Database.swift Implement mark-everywhere-as-read. 2017-11-19 16:28:26 -08: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 Implement mark-everywhere-as-read. 2017-11-19 16:28:26 -08: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