NetNewsWire/Frameworks/Database
Olof Hellman e038fb0fb5 convert Evergreen frameworks projects to use .xcconfig files. 2018-02-02 03:24:13 -08:00
..
Database.xcodeproj convert Evergreen frameworks projects to use .xcconfig files. 2018-02-02 03:24:13 -08:00
DatabaseTests Start Database unit tests with a blank file. 2017-09-21 18:23:42 -07:00
Extensions Change from flatMap to new compactMap rename in Xcode 9.3. 2018-01-29 11:19:54 -05:00
xcconfig convert Evergreen frameworks projects to use .xcconfig files. 2018-02-02 03:24:13 -08:00
ArticlesTable.swift Remove references to tags. Fix #259. 2017-12-18 18:20:13 -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 references to tags. Fix #259. 2017-12-18 18:20:13 -08:00
CreateStatements.sql Remove references to tags. Fix #259. 2017-12-18 18:20:13 -08:00
Database.swift Remove references to tags. Fix #259. 2017-12-18 18:20:13 -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 Remove references to tags. Fix #259. 2017-12-18 18:20:13 -08:00
Info.plist Move Database.framework’s Info.plist. 2017-07-03 10:32:20 -07:00
RelatedObjectsMap+Database.swift Remove references to tags. Fix #259. 2017-12-18 18:20:13 -08:00
StatusesTable.swift Implement mark-everywhere-as-read. 2017-11-19 16:28:26 -08:00
UnreadCountDictionary.swift Fetch all unread counts at startup. This is done with a single SQL call, and it’s done in the background, so performance hit should not be noticeable. Fix #138. 2017-12-03 11:57:53 -08:00