Commit Graph

278 Commits

Author SHA1 Message Date
Brent Simmons c2b61be6d6 Remove AppleEventUtils, which is now FourCharCode.swift in RSCore. 2019-04-13 12:58:43 -07:00
Brent Simmons c5ef08ddee Remove no-longer-needed DB5.plist. 2019-04-13 12:20:43 -07:00
Brent Simmons b8718263ce Remove remainder of DB5 dependencies. 2019-04-13 12:18:55 -07:00
Brent Simmons e1b3bda814 Remove DB5 dependency in AppDelegate, UnreadCountView, UnreadIndicatorView. 2019-04-13 12:11:44 -07:00
Brent Simmons 0fbab99f9a Remove DB5 dependency in TimelineCellAppearance. 2019-04-13 11:48:40 -07:00
Brent Simmons 0e47298788 Use renamed tableView.scrollToRowIfNotVisible. 2019-04-13 11:20:03 -07:00
Maurice Parker d2fe0bd4d4 Changed timeline behavior to scroll selected entry to middle when next selected entry isn't visible. Issue #604 2019-04-12 11:13:19 -05:00
Maurice Parker e34f8c8b5e Made thumbnails of all images used as an avatar and made the favicon and images cross platform. Issue #603 2019-04-11 17:53:03 -05:00
Brent Simmons 630db70020
Merge pull request #596 from vincode-io/issue-569
Removed pre Mojave code that sometimes set the timeline fields and in…
2019-04-11 10:19:48 -07:00
Brent Simmons 5b629eab3a Remove unused "import DB5" from DetailStatusBarView.swift. 2019-04-10 22:27:12 -07:00
Brent Simmons f4f2b684a7 Remove unused "import DB5" from FeedInspectorViewController. 2019-04-10 22:26:26 -07:00
Brent Simmons 501d670f1c Remove unused "import DB5" from SidebarCell.swift. 2019-04-10 22:25:18 -07:00
Brent Simmons 11945abd9d Remove DB5 dependency from SidebarCellAppearance. 2019-04-10 22:23:31 -07:00
Maurice Parker 3d766f61a0 Removed pre Mojave code that sometimes set the timeline fields and indicator to white. 2019-04-04 16:23:37 -05:00
Brent Simmons b65d563c7c Remove no-longer needed appearance code, now that WKWebView supports @media(prefers-color-scheme: dark). 2019-04-02 21:57:34 -07:00
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
Brent Simmons d8efb057ff 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
Matt Meissner eaefa4540c Remove Javascript class twiddling for darkmode
As of 10.14.4, WKWebView supports the `@media(prefers-color-scheme:dark)`
CSS query to handle darkmode transitions.
2019-04-01 09:44:43 -05:00
Brent Simmons 1a448770ae Continue progress on accounts UI in Preferences. 2019-03-24 12:33:43 -07:00
Brent Simmons c84f273b92 Continue work on accounts UI in Preferences. 2019-03-20 22:10:22 -07:00
Brent Simmons e27a632801 Finish with accounts preferences custom borders and view. 2019-03-19 22:41:09 -07:00
Brent Simmons 218098b6ac Move some prefs stuff into separate folders. Finish drawing the custom square in Accounts prefs. 2019-03-19 22:01:15 -07:00
Brent Simmons c76e903a65 Make some progress on the sidebar controls thing in preferences (Accounts). 2019-03-18 22:17:13 -07:00
Brent Simmons 071da5d784 Make the n key work to go to next unread. 2019-03-18 21:39:18 -07:00
Brent Simmons 10af8f0e1b Continue work on accounts prefs pane. Also: make window content invisible while animating between panes. 2019-03-17 21:51:41 -07:00
Brent Simmons 3fdc55d605 Start Accounts preferences pane. 2019-03-17 19:01:28 -07:00
Brent Simmons 70bc4a7b45 Pay attention to the changed key when handling feed setting change notifications. 2019-03-17 13:54:30 -07:00
Brent Simmons e2f2d2bfcd Change name of hide-dock-unread-count pref to JustinMillerHideDockUnreadCount. 2019-03-12 21:19:19 -07:00
Justin R. Miller 41547663b9
add hidden pref for show/hide dock unread count 2019-03-08 11:35:37 -08:00
Maurice Parker 9a56386d30 made constraint match view width - Issue #546 2019-03-06 14:54:56 -06:00
Maurice Parker 4518357e09 Made it so that tabbing to the timeline selects something. Issue #558. 2019-03-04 18:08:53 -06:00
Maurice Parker 620b74d462 Updated keyboard shortcuts help page 2019-03-04 14:39:30 -06:00
Brent Simmons 68cabaab51
Merge pull request #571 from vincode-io/Issue-517
Added ability to move between timeline and detail using arrows.  Issue #267
2019-03-04 11:33:09 -08:00
Brent Simmons 129759ba7f Comment-out the code that runs when timeline view becomes first responder. It fixed a bug, but introduced a new bug. 2019-03-03 21:52:55 -08:00
Brent Simmons b2708e677b
Merge pull request #572 from vincode-io/Issue-558
Made sure an item in the timeline is selected - Issue #558
2019-03-03 17:05:39 -08:00
Maurice Parker e0b8236356 Recalculate the key view loop to pick up the changes in the timeline views. Issue #557 2019-03-03 17:55:54 -06:00
Maurice Parker 6fa019702d Made sure an item in the timeline is selected when getting focus - Issue #558 2019-03-03 15:51:52 -06:00
Brent Simmons 96ab26f82e Remove unused argument to TimelineCellData.init. 2019-03-03 11:46:23 -08: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 797c7cb0fb Bump version to 5.0d16 and update the appcast. 2019-02-25 22:25:47 -08:00
Brent Simmons 752b697505 Revert the state restoration changes, because it needs more study. We’ll revisit this when we add multiple window support, some time after 5.0 ships. 2019-02-25 22:25:29 -08:00
Brent Simmons e0c7f8737b Add menu command and keyboard shortcut to move focus to the search field. 2019-02-24 23:03:32 -08: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 d509477f2f Make whitespace formatting tweaks. 2019-02-21 20:36:11 -08:00
Brent Simmons efe8a4ab15 Implement search — fetch articles matching a search string from the database. 2019-02-18 22:29:43 -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 2b1a5300eb Make minor whitespace formatting tweak. 2019-02-18 14:56:37 -08:00
Brent Simmons cb579e73a4 Remove reference to unused unstar image. 2019-02-18 14:55:56 -08:00