Tusker/Tusker/CoreData
Shadowfacts 8b78a5e7ad Don't parent background managed object contexts to view context
Otherwise, certain operations require the background contexts to
interact with the view context, which can block the main thread from
accessing the view context (potentially causing hitches if the view
context access is in a critical path, like cell fetching).
2022-09-11 23:00:51 -04:00
..
Tusker.xcdatamodeld/Tusker.xcdatamodel Move saved instances and hashtags to CoreData 2022-05-10 22:58:30 -04:00
AccountMO.swift Fix newly created statuses/accounts not having lastFetchedAt set 2022-05-06 10:24:50 -04:00
MastodonCachePersistentStore.swift Don't parent background managed object contexts to view context 2022-09-11 23:00:51 -04:00
NSManagedObjectContext+Helpers.swift Move saved instances and hashtags to CoreData 2022-05-10 22:58:30 -04:00
RelationshipMO.swift Cache account relationships in CoreData 2020-10-12 18:20:57 -04:00
SavedHashtag.swift Update WebURL to version with IDNA support 2022-07-09 11:45:27 -04:00
SavedInstance.swift Move saved instances and hashtags to CoreData 2022-05-10 22:58:30 -04:00
StatusMO.swift Fix newly created statuses/accounts not having lastFetchedAt set 2022-05-06 10:24:50 -04:00