NetNewsWire/Evergreen
Brent Simmons 0dee168ac9 Use light detail view for now instead of dark. (Note: this still needs to switch based on whether or not you’re in dark mode.) 2018-08-28 21:38:29 -07:00
..
ArticleStyles Use synthesized Equatable. 2018-08-25 16:56:59 -07:00
Assets.xcassets Show a star in the timeline for starred articles. 2018-02-17 22:23:36 -08:00
Base.lproj Use RSDarkModeAdaptingToolbarButton on "Next Unread" to gain templating behavior in dark mode. 2018-08-28 16:17:46 -04:00
Data Rename Data.framework to Articles.framework. Rename Database.framework to ArticlesDatabase.framework. 2018-07-23 18:29:08 -07:00
Dinosaurs Change Cocoa imports to AppKit imports, because we don’t need CoreData imported (which Cocoa imports). 2018-02-02 22:51:32 -08:00
Extensions Rename Data.framework to Articles.framework. Rename Database.framework to ArticlesDatabase.framework. 2018-07-23 18:29:08 -07:00
Favicons Move Feed from Articles.framework to Account.framework. 2018-07-28 12:16:14 -07:00
FeedFinder Use synthesized init. 2018-08-25 17:39:03 -07:00
FeedList Use custom has(into) and == functions for FeedListFolder. 2018-08-25 16:52:57 -07:00
HTMLMetadata Add a cache to HTMLMetadataDownloader; do all parsing off the main thread, for better UI performance. Also: make FaviconURLFinder use HTMLMetadataDownloader, as it should have in the first place. 2017-12-18 10:20:28 -08:00
Images Move Feed from Articles.framework to Account.framework. 2018-07-28 12:16:14 -07:00
Inspector Move Feed from Articles.framework to Account.framework. 2018-07-28 12:16:14 -07:00
MainWindow Use light detail view for now instead of dark. (Note: this still needs to switch based on whether or not you’re in dark mode.) 2018-08-28 21:38:29 -07:00
Notes Add HelpMenu notes. 2017-05-27 13:55:01 -07:00
Preferences Remove extraneous get { from a bunch of read-only accessors. 2018-02-14 13:14:25 -08:00
ProgressWindow Change Cocoa imports to AppKit imports, because we don’t need CoreData imported (which Cocoa imports). 2018-02-02 22:51:32 -08:00
Resources Add large picture of Evergreen. 2018-08-27 21:11:47 -07:00
Scriptability Rename Data.framework to Articles.framework. Rename Database.framework to ArticlesDatabase.framework. 2018-07-23 18:29:08 -07:00
SmartFeeds Move Feed from Articles.framework to Account.framework. 2018-07-28 12:16:14 -07:00
AppDefaults.swift Save and restore split view state. Fix #134. 2018-02-26 22:31:07 -08:00
AppDelegate.swift Rename Data.framework to Articles.framework. Rename Database.framework to ArticlesDatabase.framework. 2018-07-23 18:29:08 -07:00
AppImages.swift Show a star in the timeline for starred articles. 2018-02-17 22:23:36 -08:00
AppNotifications.swift Rename Data.framework to Articles.framework. Rename Database.framework to ArticlesDatabase.framework. 2018-07-23 18:29:08 -07:00
Browser.swift Make a Browser struct with two static methods to replace two top-level functions. 2017-10-05 18:12:58 -07:00
DockBadge.swift Use CoalescingQueue.standard instead of one created by AppDelegate. 2018-02-17 17:45:05 -08:00
Info.plist add testFeedExists script; remove redundant uniqueId functions; add CFBundleURLTypes info.plist key 2018-04-25 21:40:50 -07:00