Brent Simmons
de8cf5fef7
Bump version number to 5.0d5.
2018-09-09 12:48:38 -07:00
Brent Simmons
03190abe89
Update submodules.
2018-09-09 12:42:52 -07:00
Brent Simmons
0a08faf02a
Remove normalizedHomePageURL now that it’s part of standard URL normalizing.
2018-09-09 12:42:39 -07:00
Brent Simmons
1c9d970efd
Merge pull request #446 from vincode-io/issue-276
...
Added subject to email sharing and light boxed the social media share…
2018-09-08 11:45:22 -07:00
Maurice Parker
6fdaed7d27
Added subject to email sharing and light boxed the social media share dialogs. Issue #276
2018-09-07 20:22:13 -05:00
Brent Simmons
ffa4afafee
Merge pull request #445 from vincode-io/default-to-tabs
...
Default to tabs
2018-09-07 12:09:55 -07:00
Maurice Parker
6e6f64321b
fixed unintended developement team change
2018-09-07 13:50:34 -05:00
Maurice Parker
808715892f
Changed project and framework projects to default to using tabs per the coding guidelines. Also corrected previously committed files with spaces used incorrectly.
2018-09-07 13:46:00 -05:00
Brent Simmons
5af831dc4c
Change the URL of the NetNewsWire feed to its new location at https://nnw.ranchero.com/feed.json .
2018-09-06 20:16:12 -07:00
Brent Simmons
f52f54aa28
Update RSParser.
2018-09-06 19:53:21 -07:00
Brent Simmons
1b0804e10c
Update Coding Guidelines to mention Swift 4.2 and to specify tabs over spaces.
2018-09-06 19:22:38 -07:00
Brent Simmons
a10f82f600
Merge pull request #442 from vincode-io/issue-438
...
Removed flag check because it is passed as true even if the window is…
2018-09-06 19:11:54 -07:00
Brent Simmons
981a0baa57
Merge pull request #443 from vincode-io/issue-386
...
Fixed issue where a feed: url in the body of a page wouldn't be retri…
2018-09-06 19:10:57 -07:00
Maurice Parker
75e9ceb3e4
Fixed issue where a feed: url in the body of a page wouldn't be retrieved via http. Issue #386
2018-09-06 20:37:47 -05:00
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