Maurice Parker
|
f9af3c786b
|
Merge branch 'ios-candidate'
|
2021-05-25 20:12:50 -05:00 |
Brent Simmons
|
9d2c8f000f
|
Create and use IconImageCache. It centralizes and de-dupes logic for getting feed/article images, and it caches the results, which helps performance.
|
2021-05-08 12:42:44 -07:00 |
Duncan Babbage
|
9092d075a0
|
Handle links with unencoded spaces. Fixes #3069
|
2021-04-28 22:49:32 +12:00 |
Maurice Parker
|
77dd2e5e22
|
Merge branch 'mac-release' into main
|
2021-04-15 14:31:52 -05:00 |
Maurice Parker
|
3955151daf
|
Make sure mark as read completes before searching for the next unread. Fixes #2952
|
2021-04-15 14:29:49 -05:00 |
Maurice Parker
|
b1a0b649a5
|
Merge pull request #2972 from j-f1/read-unread
Update swipe actions on macOS to match iOS
|
2021-04-07 03:47:27 -05:00 |
Jed Fox
|
3609b6f977
|
Add labels to swipe actions to match iOS
|
2021-04-06 17:34:05 -04:00 |
Maurice Parker
|
ea6cece955
|
Merge branch 'mac-release' into main
|
2021-04-03 09:30:42 -05:00 |
Maurice Parker
|
fb9114538c
|
Modified the Timeline so that it can handle duplicate articleIDs
|
2021-03-28 06:30:49 -05:00 |
Stuart Breckenridge
|
1e578828e9
|
: class chnaged to : AnyObject for protocols
|
2021-02-06 07:06:45 +08:00 |
Maurice Parker
|
1ac4ec6e3c
|
Fork MainWindow.storyboard so that we stop Catalina and Big Sur from stepping all over each other.
|
2020-12-06 15:21:30 -06:00 |
Brent Simmons
|
863ba726ad
|
Don’t draw separators by default. (Yes, I changed my mine.)
|
2020-12-05 16:26:18 -08:00 |
Maurice Parker
|
33cd254dad
|
Fix bug where emulated separator continually was added to the row
|
2020-11-19 16:25:06 -06:00 |
Maurice Parker
|
bc7692f4ba
|
Change the separator to a custom separator color because the system color for dark mode was just too much.
|
2020-11-19 13:53:51 -06:00 |
Maurice Parker
|
006586ada6
|
Correctly align separator with contents of cell. Issue #2592
|
2020-11-19 13:44:08 -06:00 |
Maurice Parker
|
c2d0dac62c
|
Hide the Timeline sort and filter on Big Sur. Fixes #2582
|
2020-11-19 11:16:07 -06:00 |
Maurice Parker
|
8fd3cd2cde
|
Rework cell background selection and separators to remove separator drawing artifacts and use the inset table style. Fixes #2579, #2580 and #2584
|
2020-11-18 22:02:54 -06:00 |
Maurice Parker
|
eb5e85cbcf
|
Set table view to style plain to avoid Big Sur's big margins. Fixes #2584
|
2020-11-18 20:49:32 -06:00 |
Maurice Parker
|
65510b1901
|
Merge branch 'mac-release' into main
|
2020-11-13 07:15:26 -06:00 |
Brent Simmons
|
e297a53eb2
|
Fix out-of-index crash by guarding against a 0-length string.
|
2020-11-06 17:03:20 -08:00 |
Maurice Parker
|
caeebfc89e
|
Extend Article with PasteboardWriterOwner so that timeline copying works as it was intended to. Issue #963
|
2020-11-02 19:33:56 -06:00 |
Daniel Jalkut
|
1ced4448ea
|
Support a new secret user default JalkutRespectFolderExpansionOnNextUnread, and revise the "next unread" strategy so that whether the search for a next unread wraps around to the top or not is parameterized.
|
2020-11-01 17:33:48 -05:00 |
Maurice Parker
|
0a01a9f501
|
Display "(No Text)" if there isn't a title or summary for the timeline. Fixes #2391
|
2020-10-23 19:18:35 -05:00 |
Maurice Parker
|
065236ada3
|
Fix row background color. Issue #2503
|
2020-10-18 18:28:19 -05:00 |
Maurice Parker
|
34a2860c97
|
Fix row background color. Issue #2503
|
2020-10-18 18:27:36 -05:00 |
Maurice Parker
|
e575aeca3c
|
Restore functionality to mark older as read using keyboard shortcut. Issue #2451
|
2020-09-22 19:42:14 -05:00 |
Maurice Parker
|
3fed4774e3
|
Make the All Unread feed eligible for the Clean Up command. Issue #2417
|
2020-09-13 16:35:51 -05:00 |
Maurice Parker
|
c580877a86
|
Change to utilize ArticleFetchers instead of Feeds so that the single article fetcher stops getting filtered out. Issue #2416
|
2020-09-12 18:09:42 -05:00 |
Maurice Parker
|
feba4a7bc6
|
Change to respect individual feed filters when multiple feeds are selected. Issue #2399
|
2020-09-08 17:14:49 -05:00 |
Brent Simmons
|
8350586dc3
|
Use regular font weight for body text in the timeline.
|
2020-08-23 21:24:52 -07:00 |
Brent Simmons
|
cb5142cba2
|
Make the feed name bold in timeline cells.
|
2020-08-23 19:18:02 -07:00 |
Maurice C Parker
|
d99f12346d
|
Manually draw background and selection so that it encompasses the whole row. Issue #2363
|
2020-08-21 16:02:09 -05:00 |
Maurice Parker
|
d3cebfaccb
|
Turn the star color to white if the article is selected. Issue #2364
|
2020-08-19 20:00:34 -05:00 |
Maurice Parker
|
1f047cdb10
|
Make the timeline date bold. Issue #2365
|
2020-08-19 11:56:14 -05:00 |
Maurice Parker
|
ef99496002
|
Make summary text a lighter shade of gray. Issue #2366
|
2020-08-19 11:51:44 -05:00 |
Maurice Parker
|
b0de353d02
|
Make clean up availability take read count into consideration. Issue #2352
|
2020-08-18 15:04:30 -05:00 |
Maurice Parker
|
348e8734e7
|
Make timeline sort menu more closely match Mail's. Issues #2348, #2347, #2349
|
2020-08-18 12:01:36 -05:00 |
Maurice Parker
|
7baebfeb6a
|
Don't notify the delegate of a selected article change if they haven't actually changed
|
2020-08-06 17:05:53 -05:00 |
Stuart Breckenridge
|
a57f98e4e7
|
NetNewsWire-Mac AppDefaults is now a singleton
|
2020-07-02 11:17:38 +08:00 |
Nate Weaver
|
1e1fc06e7b
|
Clean up shift-key checking and add it to more places
|
2020-05-20 19:59:21 -05:00 |
Nate Weaver
|
24338b135e
|
Don't do shift-key detection in Browser
|
2020-05-20 19:54:25 -05:00 |
Nate Weaver
|
e79cafc82e
|
Make shift key invert the "open in background" preference
- Also add an appropriate menu item.
|
2020-05-20 19:41:23 -05:00 |
Maurice Parker
|
3bc4b9e4b2
|
Hide filter button when searching
|
2020-05-02 13:25:48 -05:00 |
Nate Weaver
|
37f1ebc025
|
Remove the color parameter as it's no longer needed
|
2020-05-01 01:45:12 -05:00 |
Nate Weaver
|
c555646fb2
|
Add attributed title support in the timeline
|
2020-05-01 01:42:43 -05:00 |
Maurice Parker
|
86fb98c17b
|
Revert "WIP: Title tags"
|
2020-04-24 20:24:24 -05:00 |
Nate Weaver
|
b437ddab5c
|
Move NSAttributedString+NetNewsWire into Shared/Extensions
|
2020-04-24 18:25:56 -05:00 |
Nate Weaver
|
fde4f53f42
|
Documentation comments
|
2020-04-24 16:20:41 -05:00 |
Nate Weaver
|
154e78b0c0
|
Add a comment about why these constants differ between OSs
|
2020-04-24 16:20:41 -05:00 |
Nate Weaver
|
26415f0c62
|
Assign multiple attributes in one go rather than one at a time
|
2020-04-24 16:20:41 -05:00 |