Maurice Parker
|
710abf30c7
|
Make stylesheet external to page.html
|
2019-09-20 19:28:13 -05:00 |
Brent Simmons
|
b075226685
|
Merge mac-release.
|
2019-09-16 22:32:08 -07:00 |
Brent Simmons
|
66d9333999
|
Make minor code formatting changes so that TimelineViewController matches our current thinking. Also delete some commented-out and unused code.
|
2019-09-16 22:27:17 -07:00 |
Brent Simmons
|
d16acfcca8
|
Merge branch 'mac-release'
|
2019-09-16 22:10:17 -07:00 |
Brent Simmons
|
f7c9cc1dbd
|
Remove no-longer needed machinery for updating the timeline on dark-mode/light-mode appearance changes.
|
2019-09-16 22:09:58 -07:00 |
Brent Simmons
|
1ece325112
|
Merge mac-release.
|
2019-09-16 20:09:04 -07:00 |
Brent Simmons
|
a225d52ba3
|
Use the new TimelineAvatarView instead of an NSImageView in TimelineTableCellView.
|
2019-09-16 20:01:30 -07:00 |
Brent Simmons
|
506b621e5d
|
Draw the avatar background in TimelineAvatarView only if the icon is too short vertically.
|
2019-09-16 20:00:32 -07:00 |
Brent Simmons
|
8a2d1f5f6a
|
Create TimelineAvatarView, which draws the background for images that need it.
|
2019-09-15 23:02:13 -07:00 |
Phil Viso
|
cc6767e0f6
|
Removed duplicate sort parameter change handling functions
|
2019-09-13 08:29:56 -05:00 |
Phil Viso
|
8a6e3c9f37
|
Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire into GroupArticlesByFeed
# Conflicts:
# Mac/MainWindow/Timeline/TimelineViewController.swift
|
2019-09-13 08:23:31 -05:00 |
Brent Simmons
|
3b501e9f4e
|
Merge branch 'mac-release'
|
2019-09-10 20:28:42 -07:00 |
Brent Simmons
|
7ad0b6b604
|
Always update the unread count in the timeline after doing a sync fetch after representedObjects changes. Reload visible cells whenever showFeedNames changes. Fix #923.
|
2019-09-10 20:28:16 -07:00 |
Maurice Parker
|
8dda681409
|
Add accessibility labels to Sidebar, Timeline, and Article. Issue #934
|
2019-09-10 11:09:17 -05:00 |
Phil Viso
|
32d6678fdd
|
Added group by feed menu item
|
2019-09-08 17:09:26 -05:00 |
Maurice Parker
|
e61efbe47a
|
Split AccountsDidChange notification into both add and delete notifications and automatically expanded new accounts on iOS
|
2019-09-08 09:43:51 -05:00 |
Maurice Parker
|
a4b01fda35
|
Merge branch 'mac-release'
|
2019-09-06 17:03:38 -05:00 |
Maurice Parker
|
0e7d971e65
|
Queue a reload of all visible cells anytime a favicon is downloaded. Issue #995
|
2019-09-06 16:52:31 -05:00 |
Maurice Parker
|
722d486018
|
Move keyboard config files to Shared location in repo as they will now be used in the iOS app as well as the Mac app
|
2019-09-04 03:11:55 -05:00 |
Maurice Parker
|
a59f223043
|
Moved FetchRequestOperation and FetchRequestQueue to Shared section of the repo since they are used by both Mac and iOS
|
2019-09-04 02:40:35 -05:00 |
Brent Simmons
|
2ec55e6587
|
Merge branch 'mac-release'
|
2019-09-03 22:59:29 -07:00 |
Brent Simmons
|
0ba8f3b4e1
|
Call the completion block once and only once from FetchRequestOperation. This is a probable fix for #898.
|
2019-09-03 22:58:17 -07:00 |
Brent Simmons
|
ed91776097
|
Merge branch 'mac-release'
|
2019-09-03 21:24:52 -07:00 |
Jim Correia
|
c8920ca5a6
|
Added optional separators in the timeline view.
The timeline now optionally includes "Mail style" separators (behind a
hidden default — "CorreiaSeparators" — which defaults to NO).
|
2019-09-02 09:13:21 -07:00 |
Maurice Parker
|
ecec048716
|
Merge branch 'mac-release'
|
2019-08-31 18:31:10 -05:00 |
Jim Correia
|
cdfdc06142
|
Only enable "Open in Browser" when a single article is selected.
Fixes bug #921.
|
2019-08-31 16:02:21 -07:00 |
Maurice Parker
|
8de9b355c7
|
Merge branch 'mac-release'
|
2019-08-26 12:54:53 -05:00 |
Maurice Parker
|
1a3e2784ae
|
Optimize table cell reloading when feed images are made available
|
2019-08-26 12:54:23 -05:00 |
Maurice Parker
|
ea55aa5bef
|
Leverage new avatarImage function from ArticleUtilities to reduce code duplication between macOS and iOS
|
2019-08-24 15:01:28 -05:00 |
Brent Simmons
|
1ab0f7c25c
|
Merge mac-candidate.
|
2019-08-21 21:44:07 -07:00 |
Brent Simmons
|
849830f494
|
Refetch articles for smart feeds and folders, if selected, when a feed or folder is deleted. Fix #838.
|
2019-08-21 21:41:56 -07:00 |
Brent Simmons
|
f513741ddb
|
Start work on filtering timeline so that articles from deleted feeds never show up.
|
2019-08-21 13:23:46 -07:00 |
Ryan Dotson
|
c8f5a24b95
|
Use proper quotes in timeline contextual menu
|
2019-08-13 07:41:14 +09: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 |
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 |
Brent Simmons
|
a41f7d8e68
|
Remove some unneeded drawing. This makes resizing the timeline faster.
|
2019-07-27 15:44:13 -07:00 |
Maurice Parker
|
8b0c8156df
|
Remove refresh at midnight for Today smartfeed
|
2019-07-26 08:06:08 -05:00 |
Brent Simmons
|
7a204ad6ed
|
Run database fetches async, in the timeline, when appropriate — for instance, when All Unread is selected and new articles come in.
|
2019-07-05 20:06:31 -07:00 |
Brent Simmons
|
6f16a2715e
|
Skip downloading featured images, since we’re not displaying them anywhere.
|
2019-06-17 21:47:17 -07:00 |
Maurice Parker
|
40b9be6709
|
center smaller avatars on a solid color background image to make all avatars a consistent size
|
2019-06-14 15:33:13 -05:00 |
Brent Simmons
|
4a4fa6ed0e
|
Fix crashing bug by not using an NSFont as a key in a Swift dictionary. Fix #734.
|
2019-06-09 16:03:08 -07:00 |
Maurice Parker
|
8fc6e81ddf
|
Update the Today timeline and unread count when the day changes. Issue #627
|
2019-05-29 10:24:30 -05:00 |
Maurice Parker
|
43f8e9880c
|
Change to mark all as unread for the selected article feed. Issue #657
|
2019-05-22 10:07:00 -05:00 |
Maurice Parker
|
98a262e34b
|
Update pseudo feed timeline when and account is deleted.
|
2019-05-21 16:47:32 -05:00 |
Maurice Parker
|
918eb746d5
|
Update pseudo feeds when account states change. Issues #645, #663, & #664.
|
2019-05-21 16:36:47 -05:00 |
Maurice Parker
|
46cd477ee0
|
Make unread indicator white for selected and emphasized rows in timeline. Issue #655
|
2019-05-21 16:08:16 -05:00 |
Maurice Parker
|
0da916fa68
|
Add Mark All as Read contextual menu item. Issue #657
|
2019-05-21 14:57:22 -05:00 |
Maurice Parker
|
3207ebf6a5
|
Implement default timeline avatar. Issue #641
|
2019-05-21 05:42:40 -05:00 |
Brent Simmons
|
74953601dd
|
Increase the duration of TimelineViewController’s database fetch queue from 0.5 to 2.0. This will still allow updates to appear in a timely way, but will help prevent fetching too often during a refresh.
|
2019-05-19 22:26:08 -07:00 |
Brent Simmons
|
4d27e5a338
|
Simplify representedObjectsContainsAnyPseudoFeed.
|
2019-05-19 20:49:24 -07:00 |