3630 Commits

Author SHA1 Message Date
Maurice Parker
16b945af35 Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-10-19 14:00:08 -05:00
Maurice Parker
ac7847f099 Rollback unintended entitlement modification 2019-10-19 13:59:25 -05:00
Brent Simmons
d2e31fddde Update appcast for 5.0.3b2. 2019-10-19 11:06:49 -07:00
Brent Simmons
0695c64216 Merge mac-release. 2019-10-18 18:56:28 -07:00
Brent Simmons
9b8b1207ad Update version. 2019-10-18 18:53:14 -07:00
Maurice Parker
810f1ab0ee Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-10-18 20:37:29 -05:00
Maurice Parker
495853be15 Add intents extension 2019-10-18 20:37:22 -05:00
Maurice Parker
ba2d05ec27 Add better error messages for add feed shortcut 2019-10-18 20:18:25 -05:00
Maurice Parker
e52fb6ea32 Make account selectable 2019-10-18 20:06:18 -05:00
Brent Simmons
e6910fcbed Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-10-18 17:38:32 -07:00
Brent Simmons
74b1d56cbf Merge branch 'mac-release' 2019-10-18 17:38:22 -07:00
Brent Simmons
a11e900a93 Get the y scroll position in the detail view using window.pageYOffset instead of document.body.scrollTop. It appears the latter may be broken — at any rate, it just returns 0 on Catalina. (On Mojave, use the same method as before, so as not to risk a regression.) 2019-10-18 17:37:56 -07:00
Maurice Parker
2b4ff847d2 Add code that can add a feed to the first active account 2019-10-18 19:37:41 -05:00
Maurice Parker
c49867cfe3 Stub out Intents Extension 2019-10-18 18:31:00 -05:00
Maurice Parker
d26186ee9b Flush TimelineStringFormatter cache when moving to the background 2019-10-18 15:26:37 -05:00
Maurice Parker
e54cb90295 Delete donated shortcuts. Issue #904 2019-10-18 13:01:28 -05:00
Maurice Parker
cf74da9ac0 Change to work with new DefaultFeedsImporter 2019-10-18 10:24:32 -05:00
Brent Simmons
80125f1f8c Fix project file with references to NNW import files. 2019-10-17 22:19:44 -07:00
Brent Simmons
1d45796220 Merge mac-release. 2019-10-17 22:11:35 -07:00
Brent Simmons
56fab24cec Make importing NetNewsWire 3 subscriptions a one-step process — use an accessory view in the NSOpenPanel. Also: refactor to use immutable structs instead of classes; use static methods on structs; reduce API surface; don’t flatten sub-folders (let the OPML importer handle the flattening, which it already does). 2019-10-17 13:25:11 -07:00
Jonathan Bennett
4dea5e2cbb use URLQueryItem helper 2019-10-17 13:59:43 -04:00
Jonathan Bennett
2c150ae685 Merge branch 'master' into feature/feed-wrangler
# Conflicts:
#	Frameworks/Account/Account.xcodeproj/project.pbxproj
#	submodules/RSWeb
2019-10-17 13:34:54 -04:00
Maurice Parker
579717dd86 Move extensions for compositing query items to RSWeb 2019-10-17 06:01:08 -05:00
Maurice Parker
c0a84a0ab4 Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-10-17 05:54:39 -05:00
Maurice Parker
540320e6c0 Change to use navigation stack instead of modal for account credential changes 2019-10-17 05:54:27 -05:00
Maurice Parker
821f832545
Merge pull request #1139 from jbennett/feature/query-item-helper
Feature/query item helper
2019-10-17 05:26:32 -05:00
Jonathan Bennett
d70c996c06 use the URLQueryItem helper 2019-10-17 01:56:42 -04:00
Jonathan Bennett
ae014375ed QueryItem helper 2019-10-17 01:37:22 -04:00
Jonathan Bennett
09faf1a0c2 start supporting article sync 2019-10-17 01:05:18 -04:00
Maurice Parker
76d7c0256a Fix full screen image background color for dark mode 2019-10-16 20:53:49 -05:00
Maurice Parker
eca5f8259a Enhance full image view support to work with 3 panel mode and split window views 2019-10-16 20:20:36 -05:00
Maurice Parker
6c562f93b5 Add a masking subview so that the image appears to slide under the nav and toolbars 2019-10-16 19:32:33 -05:00
Maurice Parker
cb6490222f Change image zoom animation to be a solid picture zooming in and out 2019-10-16 16:40:49 -05:00
Jonathan Bennett
c7d0d23146 add page size configuration option 2019-10-16 15:06:01 -04:00
Maurice Parker
3ddd14d856 Change zoom out animation to make the view controller appear faster 2019-10-16 11:55:08 -05:00
Maurice Parker
1ebb0e60c3 Simplify transition handoff 2019-10-16 11:34:18 -05:00
Maurice Parker
0182fb7296 Use a wrapper class to prevent a circular reference between the web view and the article controller 2019-10-16 11:31:20 -05:00
Jonathan Bennett
81bffda093 allow removal of feeds 2019-10-16 11:43:49 -04:00
Jonathan Bennett
36861f2eb3 allow renaming of feeds 2019-10-16 11:32:22 -04:00
Jonathan Bennett
d1b4c20494 append query items, don't overwrite everything 2019-10-16 11:12:55 -04:00
Jonathan Bennett
d26b3b9917 Merge branch 'feature/feed-wrangler-refresh-feeds' into feature/feed-wrangler 2019-10-16 10:05:31 -04:00
Maurice Parker
acbbee870e Rename Feedbin specific tests to reflect the specificity and move them to a Feedbin folder 2019-10-16 08:36:21 -05:00
Maurice Parker
f17a278349 Fix randomly failing Feedbin test 2019-10-16 08:30:37 -05:00
Jonathan Bennett
f010f2693d disable Feed Wrangler account creation 2019-10-16 09:24:55 -04:00
Jonathan Bennett
1d6519cce9 Merge branch 'master' into feature/feed-wrangler 2019-10-16 09:24:14 -04:00
Jonathan Bennett
51dc82ffef use swiftier property names 2019-10-16 09:04:24 -04:00
Maurice Parker
740a2f8b9c
Merge pull request #1138 from kielgillard/starredarticlepaging
Feedly: Implement paging
2019-10-16 07:34:22 -05:00
Maurice Parker
d2428e876b
Merge pull request #1137 from kielgillard/master
Feedly: removes redundant mapping of articles to feed IDs.
2019-10-16 07:34:07 -05:00
Jonathan Bennett
d80aeefdb3 Allow refreshing of Feed Wrangler subscriptions 2019-10-16 08:30:11 -04:00
Kiel Gillard
05cb3773de Follows the continuation until the starred articles stream has been consumed. 2019-10-16 22:12:37 +11:00