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
ac2506fd64b59ddc614d7e413ed6f8113e3bcca9
NetNewsWire
/
Frameworks
/
ArticlesDatabase
T
History
Kiel Gillard
434b11ed17
Ensures Feedly status operations finish at the right time. In part, this is achieved by adding and using completion handlers to the asynchronous ensure status API.
2019-11-06 13:26:12 +11:00
..
ArticlesDatabase.xcodeproj
Add Test build configuration
2019-10-11 17:38:01 -05:00
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
Add Test build configuration
2019-10-11 17:38:01 -05:00
ArticlesDatabase.swift
Ensures Feedly status operations finish at the right time. In part, this is achieved by adding and using completion handlers to the asynchronous ensure status API.
2019-11-06 13:26:12 +11:00
ArticlesTable.swift
Ensures Feedly status operations finish at the right time. In part, this is achieved by adding and using completion handlers to the asynchronous ensure status API.
2019-11-06 13:26:12 +11:00
AttachmentsTable.swift
…
AuthorsTable.swift
…
Constants.swift
…
DatabaseArticle.swift
…
DatabaseObject+Database.swift
…
Info.plist
…
RelatedObjectsMap+Database.swift
…
SearchTable.swift
…
StatusesTable.swift
Delete articles and statuses from feeds no longer subscribed-to. At startup.
Fix
#899
.
2019-10-24 22:28:26 -07:00