Commit Graph

399 Commits

Author SHA1 Message Date
Brent Simmons
91897f8ea8 Import default feeds using OPML. Delete the old plist file. 2019-03-14 22:23:16 -07:00
Brent Simmons
0e3a9ba1e9 Add DefaultFeeds.opml. Start transition to using OPML instead of plist for default feeds. The idea is to have just one way of importing feeds. 2019-03-14 21:56:38 -07:00
Daniel Jalkut
6ffee0568f Switch to ad hoc code signing, and disable the hardened runtime, for Debug builds. This should make it easier for folks to clone the repository and get right to building/testing without configuring code signing details. 2019-03-04 15:48:12 -05:00
Maurice Parker
9c7602a6ec Rolled back the automatic Xcode team changes. 2019-03-04 10:42:50 -06:00
Maurice Parker
edac0eab76 added missing files from last commit 2019-03-02 17:30:41 -06:00
Maurice Parker
7b02038397 Implemented the right arrow from the timeline and the left arrow from the detail view. Issue-517 2019-03-01 16:56:40 -06:00
Brent Simmons
315af1ef7f Show search results in timeline. Show selected item in detail view. 2019-02-24 22:39:57 -08:00
Brent Simmons
0a45dda375 Create SearchFeedDelegate. Make searching synchronous, since it’s fast enough. 2019-02-24 19:22:16 -08:00
Brent Simmons
0ed06cde47 Make MainWindowController an NSToolbarDelegate and don’t use a separate object. 2019-02-18 19:02:40 -08:00
Brent Simmons
8d79827346 Start TimelineContainerViewController. 2019-02-14 21:58:45 -08:00
Brent Simmons
aa9cfcaef4 Start TimelineTableViewController. Create TimelineTableView.xib. 2019-02-14 21:47:08 -08:00
Brent Simmons
fb1fdc10ad Add TimelineContainerView. 2019-02-13 22:05:31 -08:00
Brent Simmons
bdf94c21f0 Make DetailContainerView a separate file. 2019-02-12 22:56:19 -08:00
Brent Simmons
350ab27371 Start DetailWebViewController. This is part of working on the search feature. We’ll need two separate web views — one for search results, one for normal use. 2019-02-11 22:36:31 -08:00
Brent Simmons
7f4634b790 Get rid of TimelineContextualMenuDelegate. 2019-02-10 16:47:46 -08:00
Brent Simmons
583ca1ac01 Move the sidebar contextual menu handling into SidebarViewController. 2019-02-10 12:27:22 -08:00
Brent Simmons
39d07aec2e Remove MainWindowSplitView, which was unused. 2019-02-09 22:28:33 -08:00
Brent Simmons
057504709b Start database window (a debugging thing). 2019-02-02 21:34:57 -08:00
Brent Simmons
5d16a35f08 Bump version to 5.0d10. Set deployment target to 10.13, now that I got it building again. 2019-01-29 21:00:45 -08:00
Brent Simmons
6b8c052b13 Make the app notarizable. Fix the confusion with the two copies of the Safari extension. Add shell script to sign Sparkle.framework. 2019-01-29 20:53:20 -08:00
Brent Simmons
8a81327c22 Enable hardened runtime for the Subscribe to Feed extension. This gets us one small step closer to being able to notarize the app. 2019-01-28 21:36:52 -08:00
Brent Simmons
9ffb7f42ec Start work on Advanced prefs pane. 2019-01-11 23:19:19 -08:00
Brent Simmons
299ffe93b6 Remove no-longer-needed AppConstants. 2018-12-29 13:59:14 -08:00
Brent Simmons
2e159deac8 Add AppConstants. 2018-12-28 21:49:21 -08:00
Brent Simmons
7cb218b37f Remove TimelineDataSource, which was overkill. 2018-12-27 22:16:38 -08:00
Brent Simmons
2279d10ca3 Remove DockBadge.swift. Having this separated out was overkill. 2018-12-27 21:19:19 -08:00
Brent Simmons
45f54474f8 Rename CrashReporterSheet to CrashReporterWindow. 2018-12-27 21:08:02 -08:00
Brent Simmons
8ed3c31b56 Add Crash Log Reporter xib. 2018-12-22 13:11:40 -08:00
Brent Simmons
bdb76bd015 Remove plcrashreporter references. 2018-12-22 12:02:21 -08:00
Brent Simmons
5ebe8410c7 Start work on crash reporter. 2018-12-17 22:44:06 -08:00
Brent Simmons
abf4151417 Add my clone of PLCrashReporter. 2018-12-17 21:10:12 -08:00
Brent Simmons
5c9bf4cc5c Remove plcrashreporter. 2018-12-17 21:06:58 -08:00
Brent Simmons
ac8d15479b Move info.plist for MAS version of Safari extension to the right place. 2018-12-17 20:38:19 -08:00
Brent Simmons
379126b701 Do things to get things building. I forget already. 2018-12-11 21:49:23 -08:00
Brent Simmons
e524863f48 Add NetNewsWire-MAS target for the Mac App Store. 2018-12-09 12:12:55 -08:00
Brent Simmons
47770bc65b Enable the hardened runtime, which will be needed for that Notary thing. 2018-12-08 17:18:11 -08:00
Brent Simmons
478fc2a86c Add credits for the About window. Fix #165. 2018-12-02 11:28:48 -08:00
Brent Simmons
9e941cfc9f Clean up TimelineStringUtilities, rename to TimelineStringFormatter. 2018-12-02 10:51:32 -08:00
Brent Simmons
edd83c1b26 Remove the feed directory. It will come back some time after 5.0 ships (probably). 2018-11-21 22:10:44 -08:00
Brent Simmons
28a7386fd4 Refactor FeedPasteboardWriter and DraggedFeed — add PasteboardFeed. 2018-09-20 13:29:01 -07:00
Maurice Parker
d34e5916ad Enabled "Add to Feeds" button on Feed Directory. Issue #105 2018-09-13 10:04:20 -05:00
Maurice Parker
ab8ef65962 Implemented the add feed functionality on the feed directory window. Issue #105 2018-09-12 22:23:23 -05:00
Maurice Parker
6fdaed7d27 Added subject to email sharing and light boxed the social media share dialogs. Issue #276 2018-09-07 20:22:13 -05:00
Maurice Parker
808715892f Changed project and framework projects to default to using tabs per the coding guidelines. Also corrected previously committed files with spaces used incorrectly. 2018-09-07 13:46:00 -05:00
Brent Simmons
b78406073c Start work on a default-RSS-reader popup menu in the preferences window, so people can make NetNewsWire their default reader. 2018-09-03 22:33:00 -07:00
Brent Simmons
37a4065ec2 Rename MainWindowSharingServicePickerDelegate to SharingServicePickerDelegate. Create static customSharingServices func. 2018-09-03 17:01:10 -07:00
Daniel Jalkut
2567167f71 Stop embedding Swift libraries in the Safari App Extension, and rely upon the bundled Swift libraries in the host app instead. 2018-09-02 18:10:27 -04:00
Brent Simmons
141ae5cc2f Continue rename to NetNewsWire. 2018-08-28 22:18:24 -07:00
Brent Simmons
062d531ed9 Start renaming to NetNewsWire. 2018-08-28 21:50:53 -07:00