This website requires JavaScript.
Explore
Help
Sign In
renun
/
NetNewsWire
Watch
1
Star
0
Fork
0
You've already forked NetNewsWire
mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced
2025-08-12 06:26:36 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
cd4135bf9a9dfe6b418eeab26a9ab0a3a79a370f
NetNewsWire
/
Frameworks
/
ArticlesDatabase
T
History
Brent Simmons
cd4135bf9a
Remove old, comment-out update method in ArticlesTable.
2019-10-24 21:48:24 -07:00
..
ArticlesDatabase.xcodeproj
…
DatabaseTests
…
Extensions
When syncing, update the database by articleIDs rather than by feeds — this means *far* fewer fetches and much less data pulled from the database. It should help app responsiveness dramatically during sync, and especially during an initial sync.
2019-10-13 19:02:56 -07:00
xcconfig
Update to Swift 5.1
2019-09-25 15:32:30 -05:00
ArticlesDatabase.swift
When syncing, update the database by articleIDs rather than by feeds — this means *far* fewer fetches and much less data pulled from the database. It should help app responsiveness dramatically during sync, and especially during an initial sync.
2019-10-13 19:02:56 -07:00
ArticlesTable.swift
Remove old, comment-out update method in ArticlesTable.
2019-10-24 21:48:24 -07:00
AttachmentsTable.swift
…
AuthorsTable.swift
…
Constants.swift
…
DatabaseArticle.swift
…
DatabaseObject+Database.swift
Make code formatting match current style.
2019-07-08 22:22:31 -07:00
Info.plist
…
RelatedObjectsMap+Database.swift
Make code formatting match current style.
2019-07-08 22:22:31 -07:00
SearchTable.swift
…
StatusesTable.swift
Create statusWithRow(_ row: FMResultSet, articleID: String) — it allows us to avoid pulling articleID from the row twice every time we’re creating a DatabaseArticle.
2019-09-28 12:18:08 -07:00