Brent Simmons
|
4c866b7230
|
Rename WebFeed and webFeed to Feed and feed.
|
2024-02-25 23:12:21 -08:00 |
|
Brent Simmons
|
b705433270
|
Rename WebFeed to Feed.
|
2024-02-25 21:41:18 -08:00 |
|
Brent Simmons
|
b25c9eae94
|
Rename feedID to sidebarItemID.
|
2024-02-25 21:34:22 -08:00 |
|
Brent Simmons
|
a75e5eb52a
|
Rename FeedIdentifier to SidebarItemIdentifier. Rename FeedIdentifiable to SidebarItemIdentifiable.
|
2024-02-25 21:17:00 -08:00 |
|
Brent Simmons
|
d5794a7b4e
|
Rename Feed protocol to SidebarItem.
|
2024-02-25 21:14:10 -08:00 |
|
Brent Simmons
|
9794cc9a59
|
Add comment about deprecation warning that we can’t do anything about.
|
2024-02-24 21:21:18 -08:00 |
|
Maurice Parker
|
09652bff81
|
Remove Mark Read on Scroll code
|
2021-12-29 14:44:40 -08:00 |
|
everhardt
|
96ffa3aa22
|
Do not mark as read without user interaction
|
2021-10-30 18:57:04 +02:00 |
|
everhardt
|
5364b4f384
|
Mark bottom items in feed as read after 2 seconds on Mac
In case markArticlesAsReadOnScroll is set
|
2021-10-30 10:58:12 +02:00 |
|
everhardt
|
3b6a3cf4e7
|
Do not mark articles as read on scroll when they were manually toggled
|
2021-10-30 10:37:10 +02:00 |
|
everhardt
|
8bce42df56
|
Change scrollPositionQueue in Mac TimelineViewController to private
|
2021-10-27 22:21:42 +02:00 |
|
everhardt
|
3db1b60b65
|
Add Mac setting for mark as read on scroll
|
2021-10-27 22:03:38 +02:00 |
|
everhardt
|
7b8bed9ac2
|
Add mark as read on scroll functionality
Does not yet include a setting
|
2021-10-27 20:52:26 +02:00 |
|
Maurice Parker
|
6e54598547
|
Fix type that caused a compile error
|
2021-09-30 09:43:32 -05:00 |
|
Duncan Babbage
|
f6552e110d
|
Replace raw with repaired links. Fixes #3103
|
2021-09-30 16:52:00 +13:00 |
|
Duncan Babbage
|
cc855f3832
|
link and URL vars for Article. Storage as rawLink
link and externalLink fall back to providing the raw stored value if URLs cannot be created even with repair.
|
2021-09-30 16:51:59 +13:00 |
|
Maurice Parker
|
fa4b2531f8
|
Merge pull request #3102 from robmathers/copy-url-menu-options
Add Copy Article URL & Copy External URL Menu Items. Fixes #1285.
|
2021-09-12 21:17:50 -05:00 |
|
Maurice Parker
|
512e83d786
|
Refactor Styles to now be Themes
|
2021-09-07 16:58:06 -05:00 |
|
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 |
|
Rob Mathers
|
8707a71313
|
Add Copy Article URL & Copy External URL Menu Items
The Mac items display in the edit and contextual menus, and in the iOS contextual menu for an article.
|
2021-05-01 16:47:39 -04: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 |
|