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
69ea10942a4c4e2a3bcd203603ec0dcd7b992f99
NetNewsWire
/
Frameworks
/
Account
/
CloudKit
History
Maurice Parker
8e890ec177
Move CloudKit record creation to a high priority background queue so that it isn't blocking main
2020-07-27 16:08:09 -05:00
..
CKRecord+Extensions.swift
…
CloudKitAccountDelegate.swift
Make sync status inserts async when done during the scope of a iCloud sync
2020-05-28 16:24:10 -05:00
CloudKitAccountZone.swift
Enhance remove folder to also remove webfeeds and articles from the cloud
2020-05-10 16:59:23 -05:00
CloudKitAccountZoneDelegate.swift
…
CloudKitArticleStatusUpdate.swift
Fix potential CloudKit crash where the database record might not come back on a query
2020-06-16 04:00:58 -05:00
CloudKitArticlesZone.swift
Move CloudKit record creation to a high priority background queue so that it isn't blocking main
2020-07-27 16:08:09 -05:00
CloudKitArticlesZoneDelegate.swift
Do CloudKit record process loop on a high priority background thread so that it doesn't block the main thread
2020-07-27 16:00:01 -05:00
CloudKitError.swift
…
CloudKitReceiveStatusOperation.swift
…
CloudKitRemoteNotificationOperation.swift
…
CloudKitResult.swift
…
CloudKitSendStatusOperation.swift
Fix potential CloudKit crash where the database record might not come back on a query
2020-06-16 04:00:58 -05:00
CloudKitZone.swift
Set all CloudKit operations to have a QoS of user initiated
2020-05-23 20:03:31 -05:00
CloudKitZoneResult.swift
…