NetNewsWire/iOS
Jim Correia f7b53283d6 Maintain a queue of "prepared" web views for use in DetailWebViewController.
WKWebView has an awful behavior of a flash to white on first load when in
dark mode.

Keep a queue of WebViews where we've already done a trivial load so that by
the time we need them in the UI, they're past the flash-to-shite part of
their lifecycle.
2019-08-31 12:53:03 -07:00
..
Add
Base.lproj Create the WKWebView instance at runtime. 2019-08-31 12:30:01 -07:00
Detail Maintain a queue of "prepared" web views for use in DetailWebViewController. 2019-08-31 12:53:03 -07:00
Extensions Prevent autolayout from messing with our manually set frames 2019-08-25 20:00:34 -05:00
MasterFeed Reload all cells when a batch update completes because we might be out of sync even though we called apply on the datasource. This can happen when moving a feed into and out of a folder. 2019-08-30 16:19:06 -05:00
MasterTimeline Implement full article search 2019-08-31 11:50:34 -05:00
Progress
Resources Implemented launch storyboard. Issue #742 2019-08-30 17:39:39 -05:00
Settings Clean activities when the associated data is deleted 2019-08-28 11:30:40 -05:00
Wrappers
AppAssets.swift Add navigation and toolbar theming for light mode. Issue #698 2019-08-23 12:27:45 -05:00
AppCoordinator.swift Maintain a queue of "prepared" web views for use in DetailWebViewController. 2019-08-31 12:53:03 -07:00
AppDefaults.swift
AppDelegate.swift Update to work with the enhanced FeedIconDownloader 2019-08-26 19:48:12 -05:00
ErrorHandler.swift
NavigationStateController.swift
SceneDelegate.swift Handle user activities on a cold launch 2019-08-25 17:49:09 -05:00