NetNewsWire/Frameworks/Database
Brent Simmons ffaa55c50c Implement mark-everywhere-as-read. 2017-11-19 16:28:26 -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 Update the timeline cell when an article’s status changes. 2017-10-08 21:06:25 -07:00
ArticlesTable.swift Implement mark-everywhere-as-read. 2017-11-19 16:28:26 -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
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