Nate Weaver
|
b35215d03b
|
Update for pending RSCore String updates
|
2020-01-17 13:45:38 -06:00 |
Nate Weaver
|
58c90feccf
|
Update to latest RSCore
|
2020-01-13 15:32:13 -06:00 |
Nate Weaver
|
6dc442c264
|
Update to latest RSCore
|
2020-01-08 23:40:55 -06:00 |
Brent Simmons
|
26bb2b8eaf
|
Remove references to Article.bannerImageURL. We can bring it back if/when we start using it.
|
2019-12-28 20:53:36 -08:00 |
Brent Simmons
|
15184aa3f1
|
Finish changes mandated by DatabaseQueue changes.
|
2019-12-16 22:45:59 -08:00 |
Maurice Parker
|
58b24f3349
|
Rename callback: to completion:
|
2019-12-14 18:01:34 -07:00 |
Brent Simmons
|
ebd7c68396
|
Merge mac-release — remove attachments.
|
2019-12-04 22:36:08 -08:00 |
Brent Simmons
|
3ead2c63bc
|
Remove attachments from the app, since we’re not using attachments in any way. We could always add it back later.
|
2019-12-03 23:03:15 -08:00 |
Maurice Parker
|
e05fdc99dd
|
Change to use show/hide verbiage in menu items instead of check marks
|
2019-11-24 04:29:15 -06:00 |
Maurice Parker
|
5ac14fb910
|
Add read filter toggle for articles. Issue #130.
|
2019-11-22 11:47:03 -06:00 |
Maurice Parker
|
387b867d71
|
Shim Mac interface to FeedRequestOperation until article filtering is enabled on the Mac.
|
2019-11-22 09:43:42 -06:00 |
Maurice Parker
|
6d8fca01ea
|
Filter async requests based on ReadFilter.
|
2019-11-21 19:54:35 -06:00 |
Maurice Parker
|
06bd5b3a6f
|
Renamed Feed and related classes/instances to WebFeed
|
2019-11-14 20:11:41 -06:00 |
Maurice Parker
|
15e62a0750
|
Update Mac app to work with latest ActivityManager.
|
2019-11-14 15:35:19 -06:00 |
Maurice Parker
|
701070f2dd
|
Make Article icons/avatars match Timeline icons/avatars. Issue #1273
|
2019-11-12 09:22:23 -06:00 |
Maurice Parker
|
560f36621f
|
Add IconImage to encapsulate our icon processing logic
|
2019-11-05 18:05:57 -06:00 |
Nate Weaver
|
4b1a19360c
|
Use glyphs from SF Symbols for table row swipe actions
(Thin font weight.)
|
2019-10-23 15:05:12 -05:00 |
Maurice Parker
|
00f100e3a3
|
Renamed TimelineStringFormatter to ArticleStringFormatter now that it is used for much more than the timelines
|
2019-10-20 02:28:00 -05:00 |
Brent Simmons
|
427c0da0d3
|
Fix build error in FetchRequestQueue.
|
2019-10-13 22:19:49 -07:00 |
Brent Simmons
|
31a2afb067
|
Fix crashing bug in FetchRequestQueue by making sure the completion is called not more than once from FetchRequestOperation. Fix #1133.
|
2019-10-13 22:08:05 -07:00 |
Maurice Parker
|
9203444552
|
Add deep linking to Mac app.
|
2019-10-03 11:39:48 -05:00 |
Nate Weaver
|
ef29334a41
|
Use os_log() instead of NSLog()
|
2019-10-02 11:18:52 -05:00 |
Nate Weaver
|
f67b7df5a9
|
Add row swipe action for Mark/Unmark Starred
|
2019-10-02 11:16:01 -05:00 |
Nate Weaver
|
bc32fc1cb9
|
Add row swipe action for Mark Read/Unread
|
2019-10-02 11:16:01 -05:00 |
Maurice Parker
|
d961a73f28
|
Removed inadvertent code change
|
2019-09-26 15:30:38 -05:00 |
Maurice Parker
|
0a2cbfde22
|
Knock the corner off the inner image when it is visible
|
2019-09-26 14:31:43 -05:00 |
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 |