Commit Graph

1303 Commits

Author SHA1 Message Date
Maurice Parker 1371d2d62e Removed flag check because it is passed as true even if the window isn't visible due to being minimized into the app icon. 2018-09-06 17:49:31 -05:00
Brent Simmons a062759126
Merge pull request #441 from vincode-io/issue-290
Don’t show author name if it’s the same as the feed name. Issue #290
2018-09-06 15:18:40 -07:00
Maurice Parker 1b477a4e31 Don’t show author name if it’s the same as the feed name. Issue #290 2018-09-06 17:09:11 -05:00
Brent Simmons 48b859fbd2
Merge pull request #436 from vincode-io/master
Fixed so that only older articles are marked as read, not the current…
2018-09-06 13:12:12 -07:00
Brent Simmons b2b9803e5d
Merge pull request #434 from danielpunkass/fix-apple-events
Add an AppleEvents usage description in an effort to get sharing with…
2018-09-06 13:11:22 -07:00
Brent Simmons 6656cff7f3 Fix bug where marking articles unread from timeline contextual menu was marking older articles as read. Fix #435. 2018-09-06 08:26:57 -07:00
Maurice Parker e8d25e37a2 Fixed so that only older articles are marked as read, not the currently selected article(s). Issue #432 2018-09-06 07:38:32 -05:00
Daniel Jalkut ae37ba9004 Add an AppleEvents usage description in an effort to get sharing with apps like MarsEdit working again on Mojave. 2018-09-05 11:32:28 -04:00
Brent Simmons 26cca9e6e9 Add Mark Older as Read command to timeline contextual menu. Fix #336. 2018-09-04 21:34:06 -07:00
Brent Simmons 4db22b60c7 Hide cursor on next-unread. Fix #431. 2018-09-04 21:18:59 -07:00
Brent Simmons cea52e99c0 Bump version number for real this time. 2018-09-04 21:10:24 -07:00
Brent Simmons 23ef206d73 Bump version number. Update appcast. 2018-09-04 21:09:48 -07:00
Brent Simmons d8353fc8dc Add note about default RSS reader popup not working yet. 2018-09-04 20:57:57 -07:00
Brent Simmons d49a0402ec Manually set timeline text cell colors to white when selected and emphasized. (No need on Mojave.) Fix #413. 2018-09-04 20:53:19 -07:00
Brent Simmons db238e8aee
Merge pull request #429 from da2x/patch-2
Use query selector to better detect feed links
2018-09-04 17:24:26 -07:00
Brent Simmons b762aba891
Merge pull request #428 from da2x/patch-1
Keep origin protocol when converting to feed URI
2018-09-04 13:27:31 -07:00
Daniel Aleksandersen 12a735007d
Use query selector to better detect feed links
Check that all the required attributes are set. The rel attribute is a white-space separated list of values. Lookup 'alternate' in such a list instead of attempting a direct string match.
2018-09-04 12:54:10 +02:00
Daniel Aleksandersen 4916077fb1
Keep origin protocol when converting to feed URI
Avoid downgrading HTTP to HTTPS. Introduces security and privacy risks; plus reduces performance with unnecessary redirects.
2018-09-04 12:45:29 +02:00
Brent Simmons b78406073c Start work on a default-RSS-reader popup menu in the preferences window, so people can make NetNewsWire their default reader. 2018-09-03 22:33:00 -07:00
Brent Simmons eb1974b333 Update RSCore. 2018-09-03 21:44:52 -07:00
Brent Simmons 0a1896eb17 Add "feeds" to URL schemes handled. 2018-09-03 18:15:19 -07:00
Brent Simmons 8afdbe1e39 Update RSCore. 2018-09-03 17:24:00 -07:00
Brent Simmons b3c6713a40 Add Share submenu to timeline contextual menu. Fix #333. 2018-09-03 17:02:10 -07:00
Brent Simmons 37a4065ec2 Rename MainWindowSharingServicePickerDelegate to SharingServicePickerDelegate. Create static customSharingServices func. 2018-09-03 17:01:10 -07:00
Brent Simmons 8d37275edb Don’t make publication date a link when it would be to same link as title. Fix #412. 2018-09-03 12:50:24 -07:00
Brent Simmons 8373ef06eb
Merge pull request #426 from danielpunkass/remove-swift-from-safari-extension
Stop embedding Swift libraries in the Safari App Extension
2018-09-03 10:45:13 -07:00
Daniel Jalkut 2567167f71 Stop embedding Swift libraries in the Safari App Extension, and rely upon the bundled Swift libraries in the host app instead. 2018-09-02 18:10:27 -04:00
Brent Simmons 52349bd52c Update appcast for 5.0d2. 2018-09-02 13:01:02 -07:00
Brent Simmons e779a46cc1 Make version 5.0d2. 2018-09-02 12:41:43 -07:00
Brent Simmons 0e5051b060 Fix a major performance regression with article fetching/creation by not using implicit hashing — use explicit and simpler hashValue that will still provide high quality. 2018-09-02 12:36:46 -07:00
Brent Simmons fdb159a61b Normalize homePageURL in its setter. Fix #397. 2018-09-02 12:14:04 -07:00
Brent Simmons 5d2a3e9142 Normalize homePageURL on init-ing Feed. 2018-09-02 12:08:35 -07:00
Brent Simmons b4e711746d Allow selecting an OPML file that has a .xml file extension. Fix #355. 2018-09-02 11:48:59 -07:00
Brent Simmons bcacd31135 Hide cursor on paging via the space bar. Fix #393. 2018-09-01 17:25:29 -07:00
Brent Simmons 2238ac8bbc
Merge pull request #421 from danielpunkass/new-build-script
Switch to using ditto to create the zip file, since the way I was doi…
2018-09-01 16:04:16 -07:00
Daniel Jalkut 873db47b02 Merge commit '1765236d80678b34770410963eb03b636bc97c01' into new-build-script 2018-09-01 17:14:56 -04:00
Daniel Jalkut aa2b0afa2a Switch to using ditto to create the zip file, since the way I was doing it wasn't working, and Apple actually documents ditto as creating a very Finder-like zip archive. Also change the ".build2" build directory back to ".build" 2018-09-01 17:12:52 -04:00
Brent Simmons 1765236d80
Merge pull request #419 from cparnot/patch-1
Use the correct version number 'NetNewsWire 5.0' in the Roadmap.
2018-09-01 12:58:15 -07:00
Charles Parnot 0706b829cf
Use the correct version number 'NetNewsWire 5.0' in the Roadmap.
Probably still left over from the Evergreen 1.0 roadmap.
2018-09-01 21:56:09 +02:00
Brent Simmons 84843d41fd Use controlBackgroundColor for no-selection view. 2018-09-01 11:34:10 -07:00
Brent Simmons 660629389e Change version to 5.0d1. 2018-09-01 11:22:15 -07:00
Brent Simmons 68aaa1a36d Update cleanPrefsAndData to work with renamed app. 2018-09-01 10:59:31 -07:00
Brent Simmons 3e8e98a7f3 Rename buildNetNewsWire script to buildnnw, since that’s what I always used to use. 2018-09-01 10:58:29 -07:00
Brent Simmons f3d46e5ffd Removed some stuff that doesn't belong here. 2018-09-01 10:57:54 -07:00
Brent Simmons 7ec87042e4
Merge pull request #418 from danielpunkass/new-build-script
Revise the build script to determine the application version from the…
2018-08-31 15:36:11 -07:00
Daniel Jalkut 0b9f712476 Revise the build script to determine the application version from the built product, and some other niceness... 2018-08-31 18:11:29 -04:00
Brent Simmons c7510ae834 Update submodules. 2018-08-29 22:32:10 -07:00
Brent Simmons d5c7765eda Update submodules. 2018-08-29 22:29:06 -07:00
Brent Simmons 141ae5cc2f Continue rename to NetNewsWire. 2018-08-28 22:18:24 -07:00
Brent Simmons 062d531ed9 Start renaming to NetNewsWire. 2018-08-28 21:50:53 -07:00