Brent Simmons
|
f88c58a130
|
Remove instance of no-longer-needed feed uniquing.
|
2018-09-16 13:11:54 -07:00 |
Brent Simmons
|
141ae5cc2f
|
Continue rename to NetNewsWire.
|
2018-08-28 22:18:24 -07:00 |
Brent Simmons
|
b7575c687c
|
Rename Data.framework to Articles.framework. Rename Database.framework to ArticlesDatabase.framework.
|
2018-07-23 18:29:08 -07:00 |
Brent Simmons
|
0debd033de
|
Rebuild the tree controller when deleting/undoing-deleting from the sidebar. Fix #292.
|
2018-02-25 22:02:55 -08:00 |
Brent Simmons
|
21f262e953
|
Make mark-as-starred menu item work; make it validate; change its name as needed.
|
2018-02-17 12:01:14 -08:00 |
Brent Simmons
|
2f21dbf6be
|
Remove extraneous get { from a bunch of read-only accessors.
|
2018-02-14 13:14:25 -08:00 |
Brent Simmons
|
c8d2fac9a6
|
Rename MarkReadOrUnreadCommand to MarkStatusCommand and make it handle starring/unstarring and deleting/undeleting. Also: add contextual menu for smart feeds in the sidebar.
|
2018-02-11 12:59:35 -08:00 |
Brent Simmons
|
50dcf436d9
|
Change Cocoa imports to AppKit imports, because we don’t need CoreData imported (which Cocoa imports).
|
2018-02-02 22:51:32 -08:00 |
Daniel Jalkut
|
d7f13ca4be
|
Change from flatMap to new compactMap rename in Xcode 9.3.
|
2018-01-29 11:19:54 -05:00 |
Brent Simmons
|
cedbf3f3f5
|
Use SendToBlogEditorApp when sending an article to MarsEdit.
|
2018-01-15 12:22:12 -08:00 |
Brent Simmons
|
2ba1794122
|
Change send-to command titles to just reflect the app name.
|
2018-01-14 12:13:25 -08:00 |
Brent Simmons
|
87aec0b563
|
Add attribution when posting to Micro.blog.
|
2018-01-14 12:00:09 -08:00 |
Brent Simmons
|
f9c5c5ad60
|
Fix logic in SendToMarsEditCommand where it finds the app to talk to. A running app takes precedence.
|
2018-01-14 11:12:28 -08:00 |
Brent Simmons
|
b05d2f8f5f
|
User UserApp with SendToMarsEditCommand.
|
2018-01-14 11:00:42 -08:00 |
Brent Simmons
|
bbf2b8f130
|
Switch from ApplicationSpecifier to UserApp.
|
2018-01-14 10:56:49 -08:00 |
Brent Simmons
|
8df34bfcda
|
Use new urlQueryString method from RSWeb.
|
2018-01-14 09:36:24 -08:00 |
Brent Simmons
|
c3bcf82713
|
Make the send-to-Micro.blog command work. Need some tweaking, but it mostly does the job.
|
2018-01-11 22:18:46 -08:00 |
Brent Simmons
|
32dae64b83
|
Continue work on send to Micro.blog.
|
2018-01-10 14:00:06 -08:00 |
Brent Simmons
|
f324e65f16
|
Make further progress on sending to MarsEdit and Micro.blog.
|
2018-01-09 22:04:45 -08:00 |
Brent Simmons
|
17ce4fc26a
|
Check if the Micro.blog app exists on disk when app becomes active.
|
2018-01-08 22:10:56 -08:00 |
Brent Simmons
|
b83a5694dc
|
Start work on send-to-Micro.blog and send-to-MarsEdit commands.
|
2018-01-08 21:53:49 -08:00 |
Brent Simmons
|
3fcede7fb4
|
Add JavaScript and native message handler for getting mouseover urls from the detail view’s WKWebView.
|
2017-11-05 20:31:50 -08:00 |
Brent Simmons
|
9818278c9b
|
Make undo deleting feeds/folders work.
|
2017-11-05 12:14:36 -08:00 |
Brent Simmons
|
e16911b363
|
Make deleting work. Can’t undo yet. But now everything is messed-up because of an AnyHashable casting bug. Don’t run this build.
|
2017-11-04 22:51:14 -07:00 |
Brent Simmons
|
66c02a6fe1
|
Fix build errors.
|
2017-11-04 19:29:43 -07:00 |
Brent Simmons
|
ef303c0c38
|
Make progress on deleting and especially undoing delete.
|
2017-11-04 19:03:47 -07:00 |
Brent Simmons
|
17b84ec57c
|
Rename MarkAllReadCommand to MarkReadOrUnreadCommand and make it handle both cases.
|
2017-10-29 12:09:56 -07:00 |
Brent Simmons
|
f9b3eeb4d7
|
Switch macOS deployment target to 10.13. Get MarkAllReadCommand working as an undoable command.
|
2017-10-29 11:14:10 -07:00 |
Brent Simmons
|
f388a9f4dc
|
Create MarkAllReadCommand.swift.
|
2017-10-26 13:30:16 -07:00 |