Commit Graph

  • fa5840811a Change the view that gets made the first responder so that keyboard shortcuts work again Maurice Parker 2019-09-04 03:12:50 -05:00
  • 722d486018 Move keyboard config files to Shared location in repo as they will now be used in the iOS app as well as the Mac app Maurice Parker 2019-09-04 03:11:55 -05:00
  • a59f223043 Moved FetchRequestOperation and FetchRequestQueue to Shared section of the repo since they are used by both Mac and iOS Maurice Parker 2019-09-04 02:40:35 -05:00
  • 2ec55e6587 Merge branch 'mac-release' Brent Simmons 2019-09-03 22:59:29 -07:00
  • 0ba8f3b4e1 Call the completion block once and only once from FetchRequestOperation. This is a probable fix for #898. Brent Simmons 2019-09-03 22:58:17 -07:00
  • 0bfafc2da3 Merge branch 'mac-release' Brent Simmons 2019-09-03 22:18:00 -07:00
  • cbaad4bdeb Add checkbox to Preferences > General for turning off the unread count in the Dock. Brent Simmons 2019-09-03 22:17:31 -07:00
  • 42aea88906 Update RSParser to latest. Brent Simmons 2019-09-03 21:55:25 -07:00
  • 7b0ff737f5 Update RSParser to latest. Brent Simmons 2019-09-03 21:51:32 -07:00
  • 740ec32699 Update RSParser to latest. Brent Simmons 2019-09-03 21:25:51 -07:00
  • 017c817aa2 Update RSParser. Brent Simmons 2019-09-03 21:25:09 -07:00
  • ed91776097 Merge branch 'mac-release' Brent Simmons 2019-09-03 21:24:52 -07:00
  • 5efbe6a4f0 Add NNW website link to top of About window text. Brent Simmons 2019-09-03 21:24:17 -07:00
  • 8d97c185e9 Update RSParser to latest. Brent Simmons 2019-09-03 21:17:27 -07:00
  • 17a5d291f4 Remove become and resign first responder code in Feeds and Timeline Maurice Parker 2019-09-03 20:39:00 -05:00
  • c487dfa709 Add SiriShortcuts technote Maurice Parker 2019-09-03 20:01:14 -05:00
  • fc872cf88f Add missing activity type Maurice Parker 2019-09-03 19:58:48 -05:00
  • 640faaa114 Simplify the article replacement logic Maurice Parker 2019-09-03 16:07:02 -05:00
  • 5cb099aee6 Add next unread as a user activity and more aggressively invalidate user activities Maurice Parker 2019-09-03 15:52:59 -05:00
  • e6a4338a86 Restore the feed selection if an account containing the selection is expanded Maurice Parker 2019-09-03 13:59:22 -05:00
  • b7ba2c809c Use better function for looking up article index Maurice Parker 2019-09-03 13:43:59 -05:00
  • bf572633f8 Enable drag and drop between accounts Maurice Parker 2019-09-03 13:27:23 -05:00
  • 960f09826b Add separator line to section headers so that they don't look smooshed together when collapsed Maurice Parker 2019-09-03 13:00:31 -05:00
  • 4bce625f18 Clear search results when no timeline fetcher is specified Maurice Parker 2019-09-03 12:25:27 -05:00
  • 2a00c879f8 Change to animate search results changes Maurice Parker 2019-09-03 12:12:42 -05:00
  • 2e71cc573d Cap the possible destination index used during Feed moves Maurice Parker 2019-09-03 12:07:18 -05:00
  • d5adbccd5b Merge pull request #949 from correia/issue-948 Maurice Parker 2019-09-03 11:56:14 -05:00
  • 061872b7ff Simplified/corrected highlighted/selected appearance of feed and timeline cells. Jim Correia 2019-09-02 22:39:01 -07:00
  • 932f6fdd30 Added NNWTableViewCell; a base class for cells with the NNW selection color. Jim Correia 2019-09-02 19:02:07 -07:00
  • 0d6dbb6df3 Fix broken select next where it wasn't going to the next available fetcher in the Feeds scene Maurice Parker 2019-09-02 17:28:28 -05:00
  • 613cea5c7a Change next unread function so that it skips the current article even if that article is marked as unread Maurice Parker 2019-09-02 17:24:20 -05:00
  • fafb7de868 Remove Refresh shortcut item Maurice Parker 2019-09-02 16:05:55 -05:00
  • 93b702f170 Automatically copy any url in the pasteboard to the feed field for feed adds Maurice Parker 2019-09-02 15:54:49 -05:00
  • c5fed06581 Add refresh home screen shortcut. Maurice Parker 2019-09-02 15:45:09 -05:00
  • 2c4531f481 Add the Add scene as a home page quick action. Maurice Parker 2019-09-02 15:14:26 -05:00
  • 563b4a8320 Merge pull request #945 from correia/correia-separators Brent Simmons 2019-09-02 10:44:53 -07:00
  • b768877e23 Use correct delegate methods to begin and end searching Maurice Parker 2019-09-02 12:40:14 -05:00
  • 746c06d147 Prevent automated scrolling when selecting an article in the timeline Maurice Parker 2019-09-02 12:05:11 -05:00
  • c8920ca5a6 Added optional separators in the timeline view. Jim Correia 2019-09-02 09:13:21 -07:00
  • c405fdf583 Implement search home page quick action Maurice Parker 2019-09-01 17:41:46 -05:00
  • 33882ab276 Add Home Page Quick Actions Maurice Parker 2019-09-01 16:54:07 -05:00
  • 189af8d816 Invalidate user activities when collapsed and returning to Feeds scene Maurice Parker 2019-09-01 15:31:11 -05:00
  • 1a9acdcc50 Remove TreeController from Delete command as it is no longer used there Maurice Parker 2019-09-01 14:56:27 -05:00
  • dfc3046bf0 Clear the timeline when the user begins searching Maurice Parker 2019-09-01 14:49:56 -05:00
  • a5298f0381 Refactor mark as read for articles to be in the SceneCoordinator instead of in the DetailViewController Maurice Parker 2019-09-01 12:52:06 -05:00
  • 858bdb7f21 Rename AppCoordinator to SceneCoordinator as that name better defines its purpose Maurice Parker 2019-09-01 12:43:07 -05:00
  • 56c81bba1f Delete code that was doing an unnecessary rebuild of the treeController. This will be done by the controllers receiving the batch update notification. Maurice Parker 2019-09-01 10:57:08 -05:00
  • 6cf1e4539d Merge branch 'mac-release' Maurice Parker 2019-09-01 10:51:22 -05:00
  • 8560ce33f4 Merge branch 'mac-release' of https://github.com/brentsimmons/NetNewsWire into mac-release Maurice Parker 2019-09-01 10:49:46 -05:00
  • e31dec7c44 Call completion handler when there are no feeds associated with the folder being removed. Issue #938 Maurice Parker 2019-09-01 10:49:35 -05:00
  • 43fb7dff9f Fix bug that prevented new folders from appearing in the Feeds Maurice Parker 2019-09-01 10:29:30 -05:00
  • 397d75c6f6 Restore animation when adds and deletes happen to feed items Maurice Parker 2019-09-01 10:11:03 -05:00
  • 30e5f33a29 Remove note in README about NNW not yet shipping. Brent Simmons 2019-08-31 22:38:49 -07:00
  • 1b26b1ece5 Merge pull request #932 from correia/bug-901 Brent Simmons 2019-08-31 22:27:31 -07:00
  • e7e77d362c Fix for bug #901 — first web view load flashes white in dark mode Jim Correia 2019-08-31 22:10:20 -07:00
  • 27883632d0 Fix bug that prevented reading article user activities from being restored Maurice Parker 2019-08-31 20:23:14 -05:00
  • 87030a5921 Implement stateRestorationActivity to save most relevant current user activity Maurice Parker 2019-08-31 19:30:21 -05:00
  • ecec048716 Merge branch 'mac-release' Maurice Parker 2019-08-31 18:31:10 -05:00
  • fabea36a91 Merge pull request #930 from correia/bug-921 Maurice Parker 2019-08-31 18:29:07 -05:00
  • cdfdc06142 Only enable "Open in Browser" when a single article is selected. Jim Correia 2019-08-31 15:46:15 -07:00
  • 407bd296db Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire Maurice Parker 2019-08-31 17:37:49 -05:00
  • 988ac1bbd8 Correct label color to specify correct platform Maurice Parker 2019-08-31 17:37:42 -05:00
  • 6caff148dd Merge pull request #928 from correia/placeholder-content Maurice Parker 2019-08-31 17:20:52 -05:00
  • 5f11c42fc2 Use noContentHTML rather than noSelectionHTML for prepared web views. Jim Correia 2019-08-31 15:03:03 -07:00
  • c9858a0457 Show and hide scope bar based on editing state Maurice Parker 2019-08-31 16:39:59 -05:00
  • fe2e0155da Add scoped searching of articles Maurice Parker 2019-08-31 15:53:47 -05:00
  • ba36572497 Merge pull request #927 from correia/correia/webview-layout Maurice Parker 2019-08-31 15:27:52 -05:00
  • 80a8559823 Merge pull request #926 from correia/correia/limit-webview-queue-size Maurice Parker 2019-08-31 15:27:24 -05:00
  • 77cf92ec13 Added missing constraints to the web container view in the Detail scene. Jim Correia 2019-08-31 13:20:23 -07:00
  • 52ad2623a8 Limit the size of the queue maintained by DetailViewControllerWebViewProvider. Jim Correia 2019-08-31 13:16:46 -07:00
  • 8335a5cb48 Merge pull request #924 from correia/correia/white-flash-on-load Maurice Parker 2019-08-31 15:02:20 -05:00
  • f7b53283d6 Maintain a queue of "prepared" web views for use in DetailWebViewController. Jim Correia 2019-08-31 12:53:03 -07:00
  • a5b2c759ec Create the WKWebView instance at runtime. Jim Correia 2019-08-31 12:30:01 -07:00
  • e5782ca464 Removed the hide the webview workaround to expose the flash to white problem. Jim Correia 2019-08-31 11:27:59 -07:00
  • 67b9721a10 Made article search go fast Maurice Parker 2019-08-31 12:12:50 -05:00
  • 8002839941 Remove disclosure chevron from launch storyboard Maurice Parker 2019-08-31 11:51:14 -05:00
  • d9ce01591f Implement full article search Maurice Parker 2019-08-31 11:50:34 -05:00
  • 061dfe931b Restrict access to rebuildShadowTable function Maurice Parker 2019-08-31 11:38:03 -05:00
  • 2cf6550226 Implemented launch storyboard. Issue #742 Maurice Parker 2019-08-30 17:39:39 -05:00
  • 762710266d Reload all cells when a batch update completes because we might be out of sync even though we called apply on the datasource. This can happen when moving a feed into and out of a folder. Maurice Parker 2019-08-30 16:19:06 -05:00
  • ca0bdb3d35 Change to not animate on timeline fetcher changes Maurice Parker 2019-08-30 14:42:33 -05:00
  • 07ca61f7cf Convert the timeline to use diffable datasources Maurice Parker 2019-08-30 14:17:05 -05:00
  • 3baca1d7c0 Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire Maurice Parker 2019-08-30 11:47:16 -05:00
  • 995fca5d6a Updated FreshRSS to pull statuses before articles and to work with the new sync status API's Maurice Parker 2019-08-30 11:47:08 -05:00
  • ea1f21797c Merge branch 'mac-release' Maurice Parker 2019-08-30 11:28:16 -05:00
  • c1216bf7bb Merge branch 'mac-release' of https://github.com/brentsimmons/NetNewsWire into mac-release Maurice Parker 2019-08-30 10:40:25 -05:00
  • a69be4117a Retrieve statuses before articles during sync process and default starred articles to read if there isn't an unread status Issue #868 Maurice Parker 2019-08-30 10:39:52 -05:00
  • 372e6f4c6b Merge pull request #912 from kielgillard/master Maurice Parker 2019-08-30 09:09:46 -05:00
  • 3ab1412dc6 Preserve article selection when articles are downloaded (for iPad only) Maurice Parker 2019-08-30 02:39:54 -05:00
  • f27b7029de Explicity identify the addable account types, allowing for a contingent list given factors such as macOS API availability. Kiel Gillard 2019-08-30 15:17:25 +10:00
  • 86a302f787 Prevent selecting of items that may not show the current article selection as is done on the iPhone Maurice Parker 2019-08-29 17:49:21 -05:00
  • 3b31a4f21d Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire Maurice Parker 2019-08-29 15:04:03 -05:00
  • 6844762dfc Refresh smart feeds when they are selected and articles are downloaded Maurice Parker 2019-08-29 15:02:45 -05:00
  • b98877c7df Fix bug where Feeds wasn't getting updated when adding/subtracting or activating/inactivating accounts Maurice Parker 2019-08-29 14:46:51 -05:00
  • 197fc0170e Optimize and fix unread count updates Maurice Parker 2019-08-29 14:35:18 -05:00
  • 8e583c2fad Prevent scrolling when reloading and reselecting a cell. Maurice Parker 2019-08-29 14:04:15 -05:00
  • 379ba49fd5 Fix select position getting lost on refreshes Maurice Parker 2019-08-29 11:53:36 -05:00
  • 29efae42fd Update Apple events privacy statement to refer to article instead of news item. Brent Simmons 2019-08-28 21:40:56 -07:00
  • d468961d81 Update version and build number. Brent Simmons 2019-08-28 21:40:21 -07:00
  • 16eb275139 Update to latest RSCore. Brent Simmons 2019-08-28 21:38:29 -07:00