2524 Commits

Author SHA1 Message Date
Maurice Parker
88c6f2274b Refactor how the No Selection message is displayed 2019-08-01 06:53:34 -05:00
Maurice Parker
d2f43678a7 Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-08-01 06:25:07 -05:00
Brent Simmons
8cedbdd3ee
Merge pull request #820 from olofhellman/master
Work around PRODUCT_NAME bug, disable failing AppleScript test
2019-07-31 13:07:09 -07:00
Olof Hellman
badd7862b9 fix failing tests
Disable the test that requires permissions to send keystrokes via SystemEvents.app

Add PRODUCT_NAME back to the .pbxproj files to work around Xcode 11 beta 4 bug
2019-07-30 21:05:30 -07:00
Olof Hellman
a18a38b5a0
Merge pull request #7 from brentsimmons/master
merge from upstream
2019-07-30 19:44:30 -07:00
Maurice Parker
ccd0385220 Prevent flicker when selected feed's unread count changes. 2019-07-30 13:08:58 -05:00
Brent Simmons
e845e3bd35 Merge branch 'mac-candidate' 2019-07-29 19:56:49 -07:00
Brent Simmons
31e089fc1d Add an active property to the scripting definition for Account. 2019-07-29 19:56:22 -07:00
Brent Simmons
81373fa637
Merge pull request #816 from nostodnayr/helpbook-rd
Helpbook: Add reading, app news, deleting feeds and contributing
2019-07-29 18:39:26 -07:00
Ryan Dotson
73bbdd81d5 Helpbook: Add contributing, reading, news and deleting feeds
- added pages to Helpbook
   - deleting feeds
   - getting NetNewsWire news
   - reading articles
   - contributing
- updated index
- updated other pages for consistency
2019-07-30 09:37:32 +09:00
Brent Simmons
f0ccaf5832
Merge pull request #815 from olofhellman/master
Cleaned up some .xcconfig files
2019-07-29 10:10:10 -07:00
Olof Hellman
1809ad94e1 Exempt PRODUCT_NAME from build setting restriction 2019-07-28 19:09:20 -07:00
Olof Hellman
5d4727b14a Try seeing if the "VALIDATE_PRODUCT" setting caused a failure 2019-07-28 17:00:59 -07:00
Olof Hellman
38206564d9 Revert changes to macapp.xcconfig file make codesigning on CI build machine happier 2019-07-28 16:47:11 -07:00
Olof Hellman
87e6c7eb6a revert changes to development team to see if this fixes code signing issue on CI build machine 2019-07-28 16:41:48 -07:00
Olof Hellman
a2bf47d9e6
Merge pull request #6 from brentsimmons/master
merge from upstream
2019-07-28 16:08:39 -07:00
Brent Simmons
34326863ea Merge branch 'mac-candidate' 2019-07-28 16:01:12 -07:00
Olof Hellman
3ad4e54fa7
Merge pull request #5 from olofhellman/rationalizeXcconfigs
Rationalize xcconfigs
2019-07-28 16:01:03 -07:00
Brent Simmons
887f8e0b53 Check to see if the timeline already has the expected representedObjects when the sidebar selection (apparently) has changed. If so, then don’t set the representedObjects again, and don’t knock the user out of search mode if searching. 2019-07-28 16:00:43 -07:00
Olof Hellman
d7f0c26a82 Integrate the 'VerifyNoBuildSettings' script 2019-07-28 15:47:43 -07:00
Brent Simmons
2fcadf9748 Merge branch 'mac-candidate' 2019-07-28 15:31:45 -07:00
Brent Simmons
2441de960f Skip reloading the sidebar after the tree controller rebuilds when the rebuilt version is the same as the previous version. This saves some cycles, and it’s part of fixing #791. 2019-07-28 15:31:17 -07:00
Olof Hellman
a10a9145fa CLean out build settings from project file 2019-07-28 15:24:57 -07:00
Olof Hellman
1116464096 rename xcconfig files 2019-07-28 14:59:38 -07:00
Olof Hellman
6b49a2c5ca Merge branch 'codeSigning' into rationalizeXcconfigs 2019-07-28 14:49:30 -07:00
Olof Hellman
8e675dd795 make codesigning work with developerSettings 2019-07-28 14:45:18 -07:00
Brent Simmons
d8f1dcf23e Merge branch 'mac-candidate' 2019-07-27 22:53:53 -07:00
Brent Simmons
44ec6a026d Get the unread count from the timeline for the currently selected node in the sidebar. This ensures that transients in the timeline are accounted for. (The database query for the unread count wouldn’t necessarily match.) 2019-07-27 22:53:27 -07:00
Olof Hellman
59a8efe147 Trying to set up code signing correctly with developer settings 2019-07-27 21:36:29 -07:00
Brent Simmons
05faea53c4 Remove reference to NSCalendarDayChanged — it’s no longer necessary to update the Today feed unread count when the day changes. 2019-07-27 19:52:05 -07:00
Brent Simmons
314fd970d1 Merge branch 'mac-candidate' 2019-07-27 19:49:46 -07:00
Brent Simmons
8acab45cf9 Make formatting changes to SidebarViewController.swift so it conforms to current formatting thinking. 2019-07-27 19:49:33 -07:00
Olof Hellman
22de040d34
Merge pull request #4 from brentsimmons/master
merge from upstream
2019-07-27 19:36:54 -07:00
Brent Simmons
58a7e1bc7d Merge branch 'mac-candidate' 2019-07-27 15:44:34 -07:00
Brent Simmons
a41f7d8e68 Remove some unneeded drawing. This makes resizing the timeline faster. 2019-07-27 15:44:13 -07:00
Maurice Parker
90ac6b22a3 Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-07-27 15:08:41 -05:00
Maurice Parker
978aeeee80 Restore selection when currently select feed unread count changes 2019-07-27 15:05:21 -05:00
Maurice Parker
adb6309872 In Three Pane Mode only show the progress indicator on the Feeds controller 2019-07-27 14:49:07 -05:00
Brent Simmons
06a5f4e6f1
Merge pull request #812 from nostodnayr/helpbook-rd
Help Book: Adding feeds, export, import
2019-07-27 12:37:12 -07:00
Maurice Parker
cf674d67b1 Show no selection when timeline is selected in Three Panel Mode 2019-07-27 14:36:01 -05:00
Brent Simmons
7732eff01e Merge branch 'mac-candidate' 2019-07-27 12:30:34 -07:00
Brent Simmons
f824be2f16 Change Today feed from 28 hours to 24 hours, since 24 hours is less weird and more easily explainable. 2019-07-27 12:30:13 -07:00
Maurice Parker
e009a31ed7 Rename isThreePane to isThreePanelMode 2019-07-27 14:25:10 -05:00
Maurice Parker
59537c5705 Automatically hide the overlay and only add the navigation controller to detail views when not collapsed 2019-07-26 16:26:22 -05:00
Maurice Parker
306af515ea Remove duplicate split view controller initialization on launch 2019-07-26 09:58:46 -05:00
Maurice Parker
125512f551 Merge branch 'mac-candidate' 2019-07-26 08:06:59 -05:00
Maurice Parker
8b0c8156df Remove refresh at midnight for Today smartfeed 2019-07-26 08:06:08 -05:00
Ryan Dotson
e30e09b80b Help Book: Adding feeds, export, import
Added help pages for adding feeds, Safari extension, on my Mac account and importing/exporting feed lists.
Added links to new pages on index
2019-07-25 21:05:10 +09:00
Brent Simmons
4667e533fc Merge branch 'mac-candidate' 2019-07-24 09:27:34 -07:00
Brent Simmons
9edc726065 Make the Today smart feed show articles from the last 28 hours, so it doesn’t surprise people by emptying out at midnight. 2019-07-24 09:27:03 -07:00