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
|
a291f1e93c
|
Merge branch 'fix-toolbar-validation' into xcode9.3
|
2018-01-29 11:49:47 -05:00 |
Daniel Jalkut
|
e4136c2165
|
Sender should be Any? to reflect the fact it may be nil. This nuance seems to make the difference on Xcode 9.3/Swift 4.1 between crashing or not. Without this change, refreshing crashes every time, presumably because Swift is making assumptions about the parameter being non-nil and refreshProgressDidChange calls it explicitly with a nil parameter.
|
2018-01-29 11:48:09 -05: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
|
b32d45cd60
|
Add isOpen property to MainWindowController.
|
2018-01-27 15:04:45 -08:00 |
Brent Simmons
|
3ff00b7eb0
|
Make Go > Today, Unread, Starred commands work. Fix #310.
|
2018-01-27 12:39:07 -08:00 |
Brent Simmons
|
394274f1e5
|
Continue progress on inspector.
|
2018-01-21 11:35:50 -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
|
9ec6188395
|
Popup a share menu on clicking the Share toolbar item. Fix #40.
|
2017-12-26 12:50:34 -08:00 |
Brent Simmons
|
2dbb0a4988
|
Validate the Mark Older Articles as Read command.
|
2017-12-25 12:21:44 -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
|
1cb2a32b5a
|
Merge branch 'master' of https://github.com/brentsimmons/Evergreen
|
2017-12-24 10:28:44 -08:00 |
Brent Simmons
|
5241f936c0
|
Use setPointAndSizeAdjustingForScreen for setting size and position of main window on first run.
|
2017-12-24 10:28:34 -08:00 |
Brent Simmons
|
24fb1f0356
|
Fix infinite loop that could happen on going to next unread. Fix #269.
|
2017-12-23 22:18:42 -08:00 |
Brent Simmons
|
9c249ef6b2
|
Position the window on first-run exactly once. Opening a second window should not place it in the same position as the first.
|
2017-12-21 14:47:12 -08:00 |
Brent Simmons
|
a4c82739b6
|
Implement next and previous subscription navigation. Also: on first-run, position and size the window a bit nicer.
|
2017-12-21 14:43:29 -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
|
ac3947b164
|
Continue progress on keyboard shortcuts.
|
2017-12-20 20:51:17 -08:00 |
Brent Simmons
|
85e0a9739d
|
Implement scrollOrGoToNextUnread.
|
2017-12-20 13:39:31 -08:00 |
Brent Simmons
|
6879c172c2
|
Make a bunch of progress on keyboard commands.
|
2017-12-20 12:59:31 -08:00 |
Brent Simmons
|
6371c0e9d2
|
Make right-arrow work to go from sidebar to timeline. Make left-arrow work to go from timeline to sidebar.
|
2017-12-19 15:24:38 -08:00 |
Brent Simmons
|
c65757bab3
|
Delete appInfo stuff — it was confusing and overkill as a UserInfo helper.
|
2017-12-18 12:34:07 -08:00 |
Brent Simmons
|
ef988199cc
|
Make main window title-less again — but allow for a hidden pref to change that: KafasisTitleMode.
|
2017-12-02 14:54:12 -08:00 |
Brent Simmons
|
226a7d05b6
|
Use 97% white background for source list, since favicons look so very terrible on standard translucent sidebar background.
|
2017-11-24 22:05:10 -08:00 |
Brent Simmons
|
4cf3f8dfe7
|
Create and use SidebarCellAppearance and SidebarCellLayout with SidebarCell.
|
2017-11-24 21:39:59 -08:00 |
Brent Simmons
|
1288309995
|
Make window have a title — this allows people to show labels for toolbar items.
|
2017-11-21 13:12:22 -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
|
911e992b76
|
Use a Swift name for rs_performSelectorCoalesced — make it performSelectorCoalesced:with:delay:.
|
2017-11-19 11:42:22 -08:00 |
Brent Simmons
|
b3b8c73f1c
|
Set window title’s visibility to hidden. Fix #186.
|
2017-11-18 12:13:28 -08:00 |
Brent Simmons
|
c459bd1a4e
|
Add Panic Button UI.
|
2017-11-16 18:23:07 -08:00 |
Brent Simmons
|
baaf9c1a02
|
Run the new-folder sheet on the frontmost window.
|
2017-11-15 13:13:40 -08:00 |
Brent Simmons
|
a7464daf15
|
Mark Read command now works.
|
2017-11-05 21:27:34 -08:00 |
Brent Simmons
|
3812c216b2
|
Show unread count in window title.
|
2017-10-18 21:53:45 -07:00 |
Brent Simmons
|
c6f683c34c
|
Make Account, rather than its delegate, watch for refresh progress changes. This way the delegate doesn’t have to be inited with its Account.
|
2017-10-07 17:43:10 -07:00 |
Brent Simmons
|
5d8aa94dc3
|
Keep track of refresh beginning and finishing. Validate the refreshAll command (menu, toolbar).
|
2017-10-07 14:40:14 -07:00 |
Brent Simmons
|
6a1c39d8a3
|
Remove Notifications.swift from Data.framework. Clean up UnreadCountProvider.
|
2017-10-07 11:56:22 -07:00 |
Brent Simmons
|
b53626fc84
|
Make super minor edits.
|
2017-10-05 20:03:35 -07:00 |
Brent Simmons
|
119a03e891
|
Create windowAutosaveName just once.
|
2017-10-05 18:17:07 -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
|
4d677b2055
|
Fix a bunch of build errors.
|
2017-09-24 12:24:44 -07:00 |
Brent Simmons
|
b28a849af6
|
Continue march toward non-optional article.status.
|
2017-09-18 22:00:35 -07:00 |
Brent Simmons
|
0336e30b0d
|
Continue to fix build errors.
|
2017-09-17 16:30:45 -07:00 |
Brent Simmons
|
c0ce68e64b
|
Fix some build errors.
|
2017-09-17 12:54:08 -07:00 |
Brent Simmons
|
0ce18fe11a
|
Replace references to DataModel with Data.
|
2017-09-17 12:22:15 -07:00 |
Brent Simmons
|
f87edca067
|
Make the window title visible, so that toolbar items can have labels. Fix #25.
|
2017-05-29 12:14:07 -07:00 |
Brent Simmons
|
d335b1c4ad
|
Add main window storyboard.
|
2017-05-27 11:20:05 -07:00 |
Brent Simmons
|
19ce82329b
|
Add a whole ton more code.
|
2017-05-27 10:43:27 -07:00 |