frenzy-ios/Reader
Shadowfacts 6881441671 Don't use shared background context for fetching item counts
A significant fraction of the time was spent waiting for the background
context to be available, before the count could even be started. Since
the counts don't need to use the shared background context, let them
each use their own context to avoid contention.
2022-09-10 14:21:30 -04:00
..
Assets.xcassets Initial commit 2021-12-07 21:58:02 -05:00
Base.lproj Initial commit 2021-12-07 21:58:02 -05:00
Screens Don't use shared background context for fetching item counts 2022-09-10 14:21:30 -04:00
Widgets Parent background context to PSC to prevent hangs when updating widget 2022-09-09 23:51:41 -04:00
AppDelegate.swift Background widget refresh 2022-06-22 16:05:06 -04:00
BackgroundManager.swift More logging 2022-09-07 22:57:48 -04:00
ExcerptGenerator.swift Sync state progress improvements 2022-06-25 18:40:56 -04:00
FervorController.swift Sync state progress improvements 2022-06-25 18:40:56 -04:00
Info.plist Background widget refresh 2022-06-22 16:05:06 -04:00
ItemListType.swift Move item count fetching to background task 2022-09-10 00:09:46 -04:00
LocalData+Migration.swift Move CoreData stack to separate Swift package 2022-06-19 19:32:23 -04:00
Preferences.swift Add AppKit bundle, fix light appearance 2022-01-16 14:40:48 -05:00
PrefsSceneDelegate.swift Add AppKit bundle, fix light appearance 2022-01-16 14:40:48 -05:00
Reader-Bridging-Header.h Generate item excerpts in the background, use lol-html 2022-01-14 16:11:46 -05:00
Reader.entitlements Move CoreData store to app group 2022-06-15 18:33:40 -04:00
SceneDelegate.swift Background widget refresh 2022-06-22 16:05:06 -04:00
StretchyMenuInteraction.swift Fix stretchy menu interaction not working on iPad 2022-06-20 15:35:14 -04:00
UIColor+App.swift Add stretchy menus 2022-01-12 11:36:12 -05:00
UserActivities.swift Move CoreData stack to separate Swift package 2022-06-19 19:32:23 -04:00
read.css Cap content width at something reasonable 2022-06-20 15:35:14 -04:00
read.js Prevent tables from overflowing 2022-01-14 16:26:28 -05:00