Brent Simmons
|
8a2973de36
|
Open the inspector at startup without doing an async block.
|
2018-01-21 13:30:26 -08:00 |
Brent Simmons
|
5a75d39b7c
|
Reopen the Inspector window at launch if it was open on quit.
|
2018-01-21 13:27:17 -08:00 |
Brent Simmons
|
ca5703e14f
|
Keep the inspector’s top-left origin steady on changing views.
|
2018-01-21 12:46:22 -08:00 |
Brent Simmons
|
394274f1e5
|
Continue progress on inspector.
|
2018-01-21 11:35:50 -08:00 |
Brent Simmons
|
d3a0d8b8b7
|
Remove Inspector stuff from RSCore on YAGNI basis. Start work on inspector in Evergreen.
|
2018-01-20 19:06:07 -08:00 |
Brent Simmons
|
82f11f6592
|
Add send-to-MarsEdit command to list of of send-to commands.
|
2018-01-15 12:11:56 -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
|
953a97afd7
|
Use an image for feeds that don’t have favicons. Currently using the image at /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/BookmarkIcon.icns — but this might change.
|
2017-12-28 18:11:12 -08:00 |
Brent Simmons
|
99f2c01a04
|
Go back to using storyboard for Feed Directory.
|
2017-12-28 16:37:30 -08:00 |
Brent Simmons
|
b0b7441687
|
Start rebuilding the Feed Directory window using a .xib instead of a storyboard. The storyboard was giving me major grief over the split view. This way I have much better control over the split view.
|
2017-12-27 17:29:22 -08:00 |
Brent Simmons
|
de70a4d539
|
Clean up. Drop the panic button mark-everywhere-read UI bits, since they’re no longer used.
|
2017-12-25 10:48:49 -08:00 |
Brent Simmons
|
c38b46a29e
|
Implement markOlderArticlesAsRead. Fix #199.
|
2017-12-25 10:40:06 -08:00 |
Brent Simmons
|
6a09a2d6ef
|
Move refresh-all to end of applicationDidFinishLaunching.
|
2017-12-25 10:23:12 -08:00 |
Brent Simmons
|
288f203bea
|
Add setPointAndSizeAdjustingForScreen for placing windows without (usually) going offscreen. Use it for positioning the Keyboard Shortcuts window. Fix #263.
|
2017-12-22 11:13:20 -08:00 |
Brent Simmons
|
d5a43ecaaf
|
Add OPMLExporter. Fix an invalid OPML bug.
|
2017-12-22 10:28:26 -08:00 |
Brent Simmons
|
70000c1d31
|
Progress on keyboard shortcuts. Add link to Technotes in Help menu. Fix #266.
|
2017-12-20 21:23:48 -08:00 |
Brent Simmons
|
d5355bfb84
|
Display Keyboard Shortcuts window at a reasonable size and position.
|
2017-12-20 17:23:46 -08:00 |
Brent Simmons
|
59f06ea764
|
Create Smart Feeds group item in sidebar. Fix #216.
|
2017-12-16 11:16:32 -08:00 |
Brent Simmons
|
1f614c3c6a
|
Remove Dinosaurs feature for now, since it’s scheduled for 2.0. Fix #255.
|
2017-12-14 22:19:55 -08:00 |
Brent Simmons
|
4e50529b16
|
Add FeaturedImageDownloader.
|
2017-11-26 19:57:45 -08:00 |
Brent Simmons
|
441a8f49b3
|
Add AuthorAvatarDownloader.
|
2017-11-26 13:16:32 -08:00 |
Brent Simmons
|
33fef5ea1c
|
Add ImageDownloader.
|
2017-11-25 20:12:53 -08:00 |
Brent Simmons
|
d373662484
|
Print logged messages to Console.
|
2017-11-25 16:15:17 -08:00 |
Brent Simmons
|
61c429d45c
|
Log a debug message only when it’s first run.
|
2017-11-25 16:10:19 -08:00 |
Brent Simmons
|
16f1791b95
|
Put the Favicons cache folder inside a com.ranchero.evergreen folder.
|
2017-11-25 13:47:26 -08:00 |
Brent Simmons
|
22ec7d670a
|
Use temp directory for favicons, so they’ll automatically get cleaned up by the system.
|
2017-11-25 11:14:06 -08:00 |
Brent Simmons
|
f7e3a4e914
|
Make progress on showing favicons in the source list.
|
2017-11-24 21:57:28 -08:00 |
Brent Simmons
|
4cf3f8dfe7
|
Create and use SidebarCellAppearance and SidebarCellLayout with SidebarCell.
|
2017-11-24 21:39:59 -08:00 |
Brent Simmons
|
cb7f324922
|
Create Debug menu. Fix #139.
|
2017-11-19 22:39:13 -08:00 |
Brent Simmons
|
ffaa55c50c
|
Implement mark-everywhere-as-read.
|
2017-11-19 16:28:26 -08:00 |
Brent Simmons
|
9c2dd9251f
|
Move mark bulk read commands to Panic Buttons submenu.
|
2017-11-19 15:45:20 -08:00 |
Brent Simmons
|
9c571271e6
|
Create SmartFeed class. It’s for Unread and Starred pseudo-feeds — and will also be used later on by predicate-based smart feeds.
|
2017-11-19 15:40:02 -08:00 |
Brent Simmons
|
1ed48090dd
|
Add UnreadFeed pseudo-feed.
|
2017-11-19 13:57:42 -08:00 |
Brent Simmons
|
387b5ffd4d
|
Make PseudoFeed a protocol and make TodayFeed a class. The various pseudo feeds are different enough that this is the right way to go.
|
2017-11-19 13:30:30 -08:00 |
Brent Simmons
|
d901bbb218
|
Create a pseudoFeeds array held by the app delegate. Create the Today feed at startup.
|
2017-11-19 12:46:29 -08:00 |
Brent Simmons
|
c459bd1a4e
|
Add Panic Button UI.
|
2017-11-16 18:23:07 -08:00 |
Brent Simmons
|
0e5b400a0c
|
Show Error Log window from Window menu.
|
2017-11-15 22:40:49 -08:00 |
Brent Simmons
|
1d2fe4623b
|
Add Inspector to RSCore. Show/hide inspector via Info command in Window menu.
|
2017-11-15 22:33:35 -08:00 |
Brent Simmons
|
baaf9c1a02
|
Run the new-folder sheet on the frontmost window.
|
2017-11-15 13:13:40 -08:00 |
Brent Simmons
|
60ee139451
|
Add ability to log items to AppDelegate.
|
2017-11-14 21:31:17 -08:00 |
Brent Simmons
|
c228c34b00
|
Add New Window command to File menu — it creates a new reader window.
|
2017-11-14 13:18:25 -08:00 |
Brent Simmons
|
0bc84aa50c
|
Show the Keyboard Shortcuts menu via its new Window menu command. The window’s HTML content remains to be done, though.
|
2017-11-13 18:33:23 -08:00 |
Brent Simmons
|
b077dfafd1
|
Show Dinosaurs window via Window menu command.
|
2017-11-12 11:57:51 -08:00 |
Brent Simmons
|
fe29ccd2ed
|
Show unread count in dock badge. Force-update unread counts at startup.
|
2017-10-18 18:37:45 -07:00 |
Brent Simmons
|
fa0d355ab0
|
Require High Sierra.
|
2017-10-07 12:00:47 -07:00 |
Brent Simmons
|
0f19fda54d
|
Use BatchUpdate.shared.
|
2017-10-05 20:38:54 -07:00 |
Brent Simmons
|
c258a9da5c
|
Rewrite and move BatchUpdate.swift.
|
2017-10-05 20:34:29 -07:00 |
Brent Simmons
|
4d77dbfd36
|
Make a Browser struct with two static methods to replace two top-level functions.
|
2017-10-05 18:12:58 -07:00 |
Brent Simmons
|
77b01eb72c
|
Remove emailSupport action, since there is no email-based support.
|
2017-10-05 18:02:01 -07:00 |
Brent Simmons
|
1bbaa3bfa2
|
Move dock badge updating code to new DockBadge.swift.
|
2017-10-05 18:01:18 -07:00 |