NetNewsWire/NetNewsWire
Brent Simmons ed101b0028
Merge pull request #593 from meissnem/no_javascript_darkmode
Remove Javascript class twiddling for darkmode
2019-04-02 21:42:21 -07:00
..
ArticleStyles Continue rename to NetNewsWire. 2018-08-28 22:18:24 -07:00
Assets.xcassets Continue rename to NetNewsWire. 2018-08-28 22:18:24 -07:00
Base.lproj Continue progress on accounts UI in Preferences. 2019-03-24 12:33:43 -07:00
CrashReporter Import AppKit instead of Cocoa in the hopes of not getting the Swift Core Data library added (since we’re not using Core Data). 2019-02-11 22:35:42 -08:00
Data Update to Swift 4.2. 2018-12-09 12:32:33 -08:00
DatabaseWindow Import AppKit instead of Cocoa in the hopes of not getting the Swift Core Data library added (since we’re not using Core Data). 2019-02-11 22:35:42 -08:00
Dinosaurs Continue rename to NetNewsWire. 2018-08-28 22:18:24 -07:00
Extensions Add TimelineContainerView. 2019-02-13 22:05:31 -08:00
Favicons Remove normalizedHomePageURL now that it’s part of standard URL normalizing. 2018-09-09 12:42:39 -07:00
FeedFinder Remove some old instances of fileprivate. 2019-02-09 22:22:12 -08:00
FeedList Update to Swift 4.2. 2018-12-09 12:32:33 -08:00
HTMLMetadata Drop the HTML metadata cache. It’s just not needed — parsing is super-fast (a few microseconds) and it’s done on a background queue anyway. 2019-04-01 22:27:02 -07:00
Images Continue rename to NetNewsWire. 2018-08-28 22:18:24 -07:00
Inspector Update to Swift 4.2. 2018-12-09 12:32:33 -08:00
MainWindow Remove Javascript class twiddling for darkmode 2019-04-01 09:44:43 -05:00
Notes Continue rename to NetNewsWire. 2018-08-28 22:18:24 -07:00
Preferences Continue progress on accounts UI in Preferences. 2019-03-24 12:33:43 -07:00
ProgressWindow Update to Swift 4.2. 2018-12-09 12:32:33 -08:00
Resources Make the n key work to go to next unread. 2019-03-18 21:39:18 -07:00
Scriptability Add addFeed and addFeeds to the Container protocol. This was confusing before. Now you can add directly to a Folder or Account. 2019-02-05 21:48:32 -08:00
SmartFeeds Create SearchFeedDelegate. Make searching synchronous, since it’s fast enough. 2019-02-24 19:22:16 -08:00
AppDefaults.swift Change name of hide-dock-unread-count pref to JustinMillerHideDockUnreadCount. 2019-03-12 21:19:19 -07:00
AppDelegate.swift Pay attention to the changed key when handling feed setting change notifications. 2019-03-17 13:54:30 -07:00
AppImages.swift Remove reference to unused unstar image. 2019-02-18 14:55:56 -08:00
AppNotifications.swift Remove references to the no-longer-used TimelineSelectionDidChange notification. 2019-02-18 14:54:38 -08:00
Browser.swift Make minor whitespace formatting tweak. 2019-02-18 14:56:37 -08:00
Info-MAS.plist Add NetNewsWire-MAS target for the Mac App Store. 2018-12-09 12:12:55 -08:00
Info.plist Bump version to 5.0d16 and update the appcast. 2019-02-25 22:25:47 -08:00
NetNewsWire-MAS.entitlements Add NetNewsWire-MAS target for the Mac App Store. 2018-12-09 12:12:55 -08:00
NetNewsWire.entitlements Enable the hardened runtime, which will be needed for that Notary thing. 2018-12-08 17:18:11 -08:00