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 |
Maurice Parker
|
5b1c0485c5
|
Add NSUserActivity for reading articles
|
2019-08-24 14:57:51 -05:00 |
Maurice Parker
|
1ba60e2846
|
Fix bug that could cause a crash when an invalid indexPath was used to find a node in the shadow table
|
2019-08-23 13:23:13 -05:00 |
Maurice Parker
|
7f024586bb
|
Add navigation and toolbar theming for light mode. Issue #698
|
2019-08-23 12:27:45 -05:00 |
Maurice Parker
|
5a5a66d59f
|
Remove unneeded notifications
|
2019-08-22 16:50:20 -05:00 |
Maurice Parker
|
5088878721
|
Hack around WKWebView's white flashing that it does while loading content
|
2019-08-22 12:10:50 -05:00 |
Maurice Parker
|
680385fe58
|
Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire
|
2019-08-22 11:16:12 -05:00 |
Maurice Parker
|
d67b9193c5
|
Add large titles to Feeds controller (again)
|
2019-08-22 11:16:07 -05:00 |
Brent Simmons
|
d6fd938e5d
|
Update appcasts for 5.0b5.
|
2019-08-21 22:13:35 -07:00 |
Brent Simmons
|
1ab0f7c25c
|
Merge mac-candidate.
|
2019-08-21 21:44:07 -07:00 |
Brent Simmons
|
e140d51e4b
|
Bump version and build number.
|
2019-08-21 21:42:48 -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
|
bffda93700
|
Give has(feed) a default implementation in Container.swift.
|
2019-08-21 21:07:40 -07:00 |
Brent Simmons
|
fe2d329301
|
Make has(feed) a Container protocol method.
|
2019-08-21 21:05:47 -07:00 |
Brent Simmons
|
edd9b1cc91
|
Remove HelpBook folder, since the help book now has a separate repo.
|
2019-08-21 20:56:53 -07:00 |
Maurice Parker
|
c752d0b699
|
Optimize table cell loading so that we are no longer reloading all visible cells when an image is downloaded
|
2019-08-21 19:37:19 -05:00 |
Maurice Parker
|
af98311c63
|
Change to use async fetch for major account changes
|
2019-08-21 15:58:55 -05:00 |
Maurice Parker
|
2719772701
|
Port async timeline fetching from desktop NNW
|
2019-08-21 15:27:53 -05: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 |
Brent Simmons
|
0c455c086d
|
Merge branch 'mac-candidate'
|
2019-08-21 13:06:57 -07:00 |
Brent Simmons
|
98ec923c67
|
Replace, in default feeds for new users, Om Malik and Xcoders with Rose Orchard and Michael Tsai.
|
2019-08-21 13:06:26 -07:00 |
Maurice Parker
|
b025b3ae46
|
fix typo in comment
|
2019-08-21 13:13:03 -05:00 |
Maurice Parker
|
c4e2420966
|
Change to get currently selected unread count item from total number of articles shown in timeline
|
2019-08-21 13:10:08 -05:00 |
Maurice Parker
|
eb8de035d7
|
Work around bug where cell tintColor isn't always correctly inherited from the window
|
2019-08-20 16:37:31 -05:00 |
Maurice Parker
|
9988847fba
|
Fix bug where mark older than caused all articles in the timeline to be marked as read
|
2019-08-20 05:46:44 -05:00 |
Maurice Parker
|
64fd5016a9
|
Commenting out feed context menus due to buggy implementation in Beta 6
|
2019-08-20 05:43:39 -05:00 |
Maurice Parker
|
87bef5cacf
|
Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire
|
2019-08-19 18:13:38 -05:00 |
Maurice Parker
|
b475f52871
|
Move show share dialog back to detail controller from coordinator
|
2019-08-19 18:13:21 -05:00 |
Maurice Parker
|
71343b9e72
|
Add Share context menu for timeline
|
2019-08-19 18:09:38 -05:00 |
Maurice Parker
|
badc2d3e25
|
Add open in browser context menu item
|
2019-08-19 17:38:30 -05:00 |
Maurice Parker
|
de7970314d
|
Add mark all as read for feed functionality
|
2019-08-19 17:26:09 -05:00 |
Brent Simmons
|
78a0a54193
|
Add note to Contributing emphasizing the need to talk things over in the Slack group *before* starting work.
|
2019-08-19 14:44:17 -07:00 |
Brent Simmons
|
925aa5af70
|
Merge branch 'mac-candidate'
|
2019-08-19 14:38:38 -07:00 |
Brent Simmons
|
e524d48c1d
|
Add credit to Joe Heck in the About window for difficult infrastructure.
|
2019-08-19 14:38:18 -07:00 |
Maurice Parker
|
40a80356f1
|
Move business logic out of controller into coordinator where we typically keep it
|
2019-08-19 16:03:07 -05:00 |
Maurice Parker
|
6087951824
|
Remove context menu titles as they didn't provide any additional context
|
2019-08-19 15:49:42 -05:00 |
Maurice Parker
|
3245223b24
|
Add Select Feed context menu
|
2019-08-19 15:45:52 -05:00 |
Brent Simmons
|
2cc5e20fad
|
Merge branch 'mac-candidate'
|
2019-08-18 16:08:04 -07:00 |
Brent Simmons
|
588dbb0ce5
|
Add prefs to Advanced prefs pane to 1) check for updates automatically, and 2) choose to download test or release builds. The default will be release builds only, since most people don’t want test builds.
|
2019-08-18 16:07:37 -07:00 |
Maurice Parker
|
eeebb30467
|
Implement Mark Older as Read for timeline
|
2019-08-18 17:34:53 -05:00 |
Brent Simmons
|
5670989c29
|
Do initial layout of revised Advanced preferences (which now include updates preferences).
|
2019-08-17 16:58:39 -07:00 |
Brent Simmons
|
8d7e238386
|
Change default SUFeedURL to release builds appcast. Add FeedURLForTestBuilds to store the URL for test builds.
|
2019-08-17 11:04:54 -07:00 |
Brent Simmons
|
114ec219c6
|
Add appcast feed for release builds.
|
2019-08-17 11:01:31 -07:00 |
Maurice Parker
|
3cbf9f45a3
|
Add weak self usage in a couple needed places
|
2019-08-16 13:54:19 -05:00 |
Maurice Parker
|
066616b005
|
Add new images used in context menus to AppAssets where they belong
|
2019-08-16 13:27:41 -05:00 |
Maurice Parker
|
aabe950b2b
|
Add initial support for timeline context menus
|
2019-08-16 13:19:06 -05:00 |
Maurice Parker
|
2f5225163d
|
Center the pop over arrow in the button the same way that Apple does in Mail
|
2019-08-16 12:14:55 -05:00 |
Maurice Parker
|
7ac18029ea
|
Add additional swipe menu More to handle new actions
|
2019-08-15 19:46:31 -05:00 |
Maurice Parker
|
e8bbe9efbf
|
Add Folder context menu
|
2019-08-15 17:46:42 -05:00 |
Maurice Parker
|
e88210bbb7
|
Add copy url actions for feeds
|
2019-08-15 15:19:23 -05:00 |