Commit Graph

474 Commits

Author SHA1 Message Date
Brent Simmons e22489ce40
Merge pull request #1795 from Wevah/ios-candidate
Fix sites being added to the no-favicons cache if the homepage fails to load
2020-02-17 17:59:37 -08:00
Maurice Parker 03c1ed2625 Make handling of programmatic feed selection when filtered or collapsed more consistent. Issues #1788 and #1792 2020-02-17 17:40:40 -08:00
Nate Weaver aad1fc4a0c Call the completion handler with nil if faviconURLs is nil
Fixes #1791.
2020-02-15 08:53:56 -06:00
Nate Weaver b3f736f899 Add a clarification comment 2020-02-15 08:22:59 -06:00
Nate Weaver ee48f4baba Remove redundant nil check for homePageURL 2020-02-15 08:22:51 -06:00
Maurice Parker 2ae021960b Move account files to the documents directory and out of the shared container. Issue #1784 2020-02-12 16:21:48 -08:00
Brent Simmons cac67f8ac4 Use percent-encoding — via URLComponents — on the articleID in the nnwImageIcon URL scheme. 2020-02-08 17:21:55 -08:00
Nate Weaver 2ac4df4ee6 Use a single compactMap() instead of filter().compactMap() 2020-02-08 18:22:35 -06:00
Nate Weaver 4ac8107f27 Don't unwrap now-non-optionals, and unwrap now-explicit optionals 2020-02-08 18:22:35 -06:00
Brent Simmons 2cdcddeefe Handle possible nil favicon.urlString. 2020-02-05 22:43:18 -08:00
Nate Weaver ede4813a1a Operator spacing 2020-02-02 18:00:58 -06:00
Nate Weaver ba6315fa07 Set lastImageCacheFlushDate on launch in CacheCleaner instead of registerDefaults()
So it's actually persisted to disk.
2020-02-02 17:55:51 -06:00
Nate Weaver 0d128c0c3c Fix spacing 2020-02-02 17:53:46 -06:00
Nate Weaver 830db84c56 Explicitly import CoreServices
For UTType stuff; iOS doesn't implicitly import it.
2020-02-01 18:03:44 -06:00
Nate Weaver e9a3764270 Documentation comment 2020-02-01 18:03:44 -06:00
Nate Weaver 101e140233 Make ignoredTypes a static property to avoid redundant lookups 2020-02-01 18:03:44 -06:00
Nate Weaver f65bf63bb1 Add the ability to ignore types to FaviconURLFinder, and ignore SVG favicons 2020-02-01 18:03:44 -06:00
Nate Weaver 97049be067 Only add to the no-favicons cache if the only icon was the defaulted favicon.ico 2020-02-01 18:03:44 -06:00
Nate Weaver b088cda5a5 Fix homePageURLsWithNoFaviconURLCache 2020-02-01 18:03:44 -06:00
Nate Weaver 447cc44b8e Put <title> and <base> in the <head> instead of <body>
This also means renderHTML() is no longer needed.
2020-01-30 06:15:14 -06:00
Maurice Parker c6beb3c9dd Don't try to convert to an absolute img url when the img url is already absolute. Issue #1726 2020-01-28 15:39:02 -07:00
Nate Weaver b9bba7b614 Update RSWeb 2020-01-27 23:02:01 -06:00
Maurice Parker dd5633b5ae Change to use the correct URL when reloading an image. 2020-01-27 16:27:13 -07:00
Maurice Parker 3a99e6430f Make the article icon code specify the desired article so that it can't pull the wrong one by mistake. Issue #1707 2020-01-27 12:58:32 -07:00
Maurice Parker 97d6c69431 Change to always reload the page when rendering an article. Issue #1713 2020-01-26 20:29:58 -07:00
Maurice Parker f15ade5ebb Make the article datetime always a link to the article permalink. Issue #1655 2020-01-19 17:28:06 -07:00
Maurice Parker 7e35bd1ec4 Remove unused parameter. It was obsoleted, but not removed. 2020-01-19 15:36:19 -07:00
Nate Weaver 7ee1f99962 Updates for Data+RSCore changes 2020-01-18 19:18:58 -06:00
Nate Weaver b35215d03b Update for pending RSCore String updates 2020-01-17 13:45:38 -06:00
Maurice Parker 539722d685 Change Feedbin Twitter images to use the canonical source instead of Feedbin image servers. 2020-01-17 11:41:04 -07:00
Maurice Parker 38ef0c2515 Convert src to use Feedbin proxy images when they are available. Issue #1632 2020-01-16 17:14:38 -07:00
Nate Weaver 6eac3781ba Update to latest RSCore
Update use of OMPLString().
2020-01-13 22:20:57 -06:00
Nate Weaver 58c90feccf Update to latest RSCore 2020-01-13 15:32:13 -06:00
Nate Weaver e94985e7f2 Update to latest RSCore 2020-01-12 18:26:41 -06:00
Maurice Parker a8951089c3 Change to work with only article id's. Issue #1595 2020-01-11 12:51:13 -07:00
Maurice Parker 911d4ed248 Change dark image detection to only consider non-clear pixels and not fail on images with no luminescence. Issue #1607 2020-01-11 12:25:31 -07:00
Nate Weaver ca429153ce Update to latest RSCore 2020-01-11 01:30:40 -06:00
Nate Weaver 0b404c294d Update to newest RSCore 2020-01-09 18:22:06 -06:00
Maurice Parker 92cfbc767b
Merge pull request #1553 from hartlco/1548-mark-above-below-as-read-should-not-appear-if-nothing-to-mark
Only show mark unread above/below actions if articles above/below contain unread items
2020-01-07 16:47:37 -07:00
Nate Weaver 645c3deba1 Use new MacroProcessor replacement 2020-01-07 16:06:41 -06:00
Martin Hartl 02ab44c3eb Only show mark unread above/below actions if articles above/below contained unread items 2020-01-07 22:48:15 +01:00
Maurice Parker 0a29535412
Merge pull request #1496 from Wevah/table-overflow-wrapper
Table overflow wrapper
2019-12-31 16:24:43 -07:00
Nate Weaver fcea33d61f Only strip out color, background, and font css properties
Prevents icon images from rendering super-huge.
2019-12-30 18:30:10 -06:00
Nate Weaver 792fcddaf6 Update comment 2019-12-30 17:35:47 -06:00
Nate Weaver 58ef7600fb Avoid copying the table and use querySelector()
(Since there's only one .articleBody.)
2019-12-30 17:24:34 -06:00
Nate Weaver 7a61a6a5b4 Specify div explicitly 2019-12-30 17:24:34 -06:00
Nate Weaver c2d3e9213d Strip spans from pre elements inside table cells
Works around a clipping issue.
2019-12-30 17:17:35 -06:00
Nate Weaver bb0fffcec2 Move wrapTables() to just after wrapFrames() 2019-12-30 17:17:35 -06:00
Nate Weaver cbbb46a776 Wrap tables in an overflow-x: auto; div 2019-12-30 17:17:35 -06:00
Maurice Parker a1b23edc8b Delete obsolete code 2019-12-28 16:06:37 -07: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 a1675f0640 Fix a build warning in the Mac version. 2019-12-07 22:23:55 -08:00
Nate Weaver 71bc1e5d8a Return the app icon earlier so we never hit the favicon cache 2019-12-07 16:09:32 -06:00
Nate Weaver bf4dd59d90 Use the app icon for the NNW feed 2019-12-07 15:45:33 -06:00
Maurice Parker f159371967 Change to make sure all queue's get cleared before suspending the database. Issue #1389 2019-12-02 14:14:35 -06:00
Maurice Parker aae5b1dc48 Remove filtering of Accounts and Smartfeeds. Issue #1377 & #1376 2019-12-01 17:54:34 -06:00
Maurice Parker d9f2e13732 Suspend and resume account resources when moving between the background and foreground. 2019-12-01 16:51:25 -06:00
Maurice Parker 3d582270ad Add filter exceptions so that the correct timeline is always selected regardless of filter state. Issue #1366 2019-11-28 12:40:33 -06:00
Maurice Parker 30f560be4d Convert Feedly and Mercury to use the new Secrets system. 2019-11-27 17:20:09 -06:00
Maurice Parker 748f4e64d3
Merge pull request #1364 from jbennett/manage-secrets
Generalize handling of secrets and keys
2019-11-27 16:54:24 -06:00
Nate Weaver 64af8840fe Mark appropriate caches as dirty 2019-11-27 15:45:14 -06:00
Nate Weaver f690bba775 Make sure self.postDidLoadFaviconNotification() is always called after a download attempt
Otherwise the rest of the favicon URLs won't be tried.
2019-11-27 15:40:35 -06:00
Maurice Parker ef2222ad94 Merge branch 'mac-release' 2019-11-27 14:08:52 -06:00
Nate Weaver 9de27febf0 Fix favicon loading for sites with multiple/invalid favicons
Load the next favicon if a favicon is invalid

Iterate through multiple favicons and use the first that actually loads

- Add a homePageURL property to SingleFaviconDownloader that notification observers can use.
- Only add a URL to the favicon cache when we're sure it's valid.

Post notification even if the icon failed to load

Update RSParser

Remove single-favicon helper methods

Only load the next favicon if the current load failed

Update RSParser

Make sure to try the default favicon.ico

RSParser test fix update

Update RSParser
2019-11-27 13:02:49 -06:00
Maurice Parker 81c4756f97 Persist article read filters across application launches. Issue #1349 2019-11-27 11:43:36 -06:00
Jonathan Bennett 544daf5756 handle missing secrets
Missing secrets will give a blank string instead of exploding.

Also, an example of a custom property
2019-11-27 11:30:27 -05:00
Jonathan Bennett d3dd7498e6 generate the secret property automatically 2019-11-27 11:20:43 -05:00
Maurice Parker ebd7f4904d Persist the Feeds Read filter across application launches. Issue #1349 2019-11-26 20:23:12 -06:00
Maurice Parker 9de3caf3a0 Make persistentIdentifier iOS only for now. 2019-11-26 17:00:13 -06:00
Maurice Parker 4a9e79cd1e Persist and restore container expanded state across application launches. Issue #1361 2019-11-26 16:33:11 -06:00
Jonathan Bennett 9d0034576d start extracting secrets 2019-11-26 08:58:16 -05:00
Maurice Parker 323b160b7f Add context menu for Fullscreen mode actions. Issue #1344 2019-11-25 19:43:43 -06:00
Maurice Parker 6a56936850 Moved expanded state away from Node so that it won't get lost on rebuilds. Issue #1346 2019-11-24 18:29:00 -06:00
Maurice Parker 9f60984ba2 Increase the number of characters available for the summary in the timeline. Issue #1333 2019-11-23 18:22:58 -06:00
Maurice Parker 6d18cfec7c Refactor SmartFeedController to find SmartFeeds by FeedIdentifier instead of the string identifier. 2019-11-23 12:30:18 -06:00
Maurice Parker 7667dbf60e Add hide read feeds menu option 2019-11-22 10:55:54 -06:00
Maurice Parker eea5d6f327 Change ReadFilter to ReadFilterType and differentiate the ReadFilter from the query filter. 2019-11-22 09:40:39 -06:00
Maurice Parker a5b4d570af Change ReadFilter case unavailable to alwaysRead 2019-11-22 09:32:27 -06:00
Maurice Parker 6d8fca01ea Filter async requests based on ReadFilter. 2019-11-21 19:54:35 -06:00
Maurice Parker e8826130a4 Add timeline filter button 2019-11-21 18:22:43 -06:00
Maurice Parker 64c1a615b0 Make sure top level nodes are always expanded. 2019-11-21 16:25:00 -06:00
Maurice Parker 89e9a7b80e Add filter button show/hide unread feeds. Issue #1311 2019-11-21 15:55:50 -06:00
Maurice Parker 56d43f8f2d Do a full reload of the article when rearranging the UI to accommodate for split screen color changes. 2019-11-20 18:16:54 -06:00
Maurice Parker 198dec68b1 Reload Article images when their availablity notification arrives. Issue #1317 2019-11-18 19:33:31 -06:00
Maurice Parker 397d8e8ffa Update picker for Share Extension to be hierarchical and use icons. Issue #1269 2019-11-16 19:44:01 -06:00
Maurice Parker 91a3e4fd73 Change Add Web Feed folder selection to be a separate controlling instead of the picker wheel. Issue #1270 2019-11-16 12:02:58 -06:00
Maurice Parker 5283d2efbe Implement Feed protocol. 2019-11-15 06:19:14 -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 0d66259650 Add ArticleFetcherType and change state restoration to use new type. 2019-11-14 15:06:32 -06:00
Maurice Parker c366a55cb5 Change to use Favicon generator. 2019-11-12 15:36:03 -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 866988edcf Correct deep link comments. 2019-11-11 13:47:28 -06:00
Maurice Parker 8a69657b54 Convert all image locations to be absolute. Issues #954 & 1280 2019-11-09 17:37:25 -06:00
Maurice Parker 62d7fe34f1 Unify the cache deletion code between iOS and Mac now that the Mac uses the caches directory. 2019-11-08 12:20:21 -06:00
Maurice Parker 4f294c4d20 Make Article icons/avatars match Timeline icons/avatars Issue #1274 2019-11-07 14:29:16 -06:00
Maurice Parker 238289ec5d Ignore Feed Icon in special cases. Issue #1265 2019-11-06 17:59:27 -06:00
Maurice Parker b0f9d97650 Discard images that are too wide to be used as icons. Issue #1264 2019-11-06 17:36:05 -06:00
Maurice Parker 560f36621f Add IconImage to encapsulate our icon processing logic 2019-11-05 18:05:57 -06:00
Maurice Parker 68cb9258c5 Clean up deleted and inactive accounts from Smartfeeds. Issue #1205 2019-11-01 19:26:32 -05:00
Maurice Parker 0f5210d92f Change image processing queues to default quality of service 2019-10-31 14:39:35 -05:00
Maurice Parker 8eb99b01c3 Increase default icon brightness 2019-10-31 14:25:09 -05:00
Maurice Parker 8ba15c6234 Cache favicon to homepage mappings 2019-10-31 14:04:34 -05:00
Maurice Parker 5bcb5a982f Cache home pages with no icon between launches 2019-10-31 13:38:38 -05:00
Maurice Parker 1e7b71a482 Use correct queues for user interface elements 2019-10-31 12:22:37 -05:00
Maurice Parker 94f31b18bc Automatically show the add feed sheet if the user asks to continue in the app on a failed Siri Add Feed 2019-10-20 19:05:11 -05:00
Maurice Parker c18f5f7537 Change ActivityManager to use ArticleStringFormatter to remove embedded HTML escape stuff 2019-10-20 02:33:28 -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
Maurice Parker ee3a767cf7 Add required user info keys to user activities. 2019-10-19 18:21:58 -05:00
Maurice Parker e54cb90295 Delete donated shortcuts. Issue #904 2019-10-18 13:01:28 -05: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
Brent Simmons 618a22916d Merge branch 'mac-release' 2019-10-13 22:20:05 -07:00
Brent Simmons b1497c0626 Merge branch 'mac-release' 2019-10-13 22:08:34 -07:00
Maurice Parker a1f26898c8 Split Mac and iOS specific javascript into individual files. 2019-10-13 15:47:11 -05:00
Maurice Parker 3ee0506b4a Add fullscreen image previewing and zooming 2019-10-12 14:45:44 -05:00
Maurice Parker a2a4616a48 Remove article notification when an article is read 2019-10-04 11:20:57 -05:00
Maurice Parker f7fd003f3c Make article extractor report correct state on failed Mercury parses 2019-10-04 07:39:49 -05:00
Maurice Parker cf59733ca1 Fix article extractor error handling and recovery for when Mercury can't process a page 2019-10-03 21:06:47 -05:00
Maurice Parker 8f78d549c9 Gate code that only should be used on iOS 2019-10-03 19:37:04 -05:00
Maurice Parker c1460d3df3 Update graphic for article reading user activities 2019-10-03 19:05:54 -05:00
Maurice Parker 0000e03083 Add the ability to handoff from iOS to Mac 2019-10-03 15:49:27 -05:00
Maurice Parker d41da79c72 Don't send article notification if the article has been read on another device 2019-10-03 11:44:54 -05:00
Maurice Parker 0c9a1ba8d0 Add notification deep linking for iOS 2019-10-03 09:53:21 -05:00
Maurice Parker cc187875d9 Add initial support for per feed notifications 2019-10-02 19:42:16 -05:00
Maurice Parker 5717c84067 Make generated favicons a little bit brighter 2019-09-30 02:59:27 -05:00
Brent Simmons 28dc85f4b0 Merge branch 'mac-release' 2019-09-29 22:47:02 -07:00
Brent Simmons b1f5e9a502 Merge branch 'mac-release' 2019-09-29 22:34:54 -07:00
Andrew Brehaut f25c0e0b57 Original implementation was only aware of multimarkdown style footnote markup.
This commit includes support for DaringFireball style footnotes
2019-09-26 20:20:53 +12:00
Maurice Parker b721f74e17 Merge branch 'mac-release' 2019-09-25 17:09:21 -05:00
Maurice Parker c4ee1edb69 Add externalID to Folder and persist it to OPML file. Issue #1060 2019-09-25 17:01:09 -05:00
Andrew Brehaut a381361b56 Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-09-25 12:18:28 +12:00
Maurice Parker 59b0206e23 Change how we are handling secrets 2019-09-24 08:17:02 -05:00
Maurice Parker 05619da3fb
Merge pull request #1055 from philviso/StateRestorationFix
Fixed incorrect articles being restored as part of state restoration
2019-09-24 07:15:39 -05:00
Phil Viso 6a6d2b8a27 Fixed incorrect articles being restored as part of state restoration 2019-09-24 07:01:22 -05:00
Maurice Parker 3a8ec93644 Remove unnecessary extractor specific errors 2019-09-24 03:38:17 -05:00
Andrew Brehaut 2788552838 544 Fixes gaff with left and right overhangs
Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
544 Fixes gaff with left and right overhangs

Left and Right were confused with the boolean tests. Now correct and offset
behaves correctly again
2019-09-23 20:43:29 +12:00
Andrew Brehaut 4c54d2c4ff 544 adds and positions the arrow on the popover bubble
An arrow element is now inserted into the dom to orient the bubble to the fnref
element that opened it. This is offset in the opposite direction to the bubble
if the bubble overhangs one side or the other.

Additionally, if both sides overhang then no positioning takes place. This
is the first step towards supporting more narrow windows and mobile clients.
2019-09-23 20:25:00 +12:00
Andrew Brehaut af5d510c80 #544 Better handling of the footnote reverse links
* Uses a stylesheet to hide the reverse link in the popover rather than monkeying around with the dom in JS
* Javascript event handler catches clicks on the reverse buttons in the footnote list at the bottom of the page
  and scrolls the document back to the source, rather than opening the document in a browser window.
2019-09-23 19:56:58 +12:00
Andrew Brehaut 8fcc61b769 Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-09-23 18:57:34 +12:00
Andrew Brehaut 5fea81971b #554 newsfoot.js and css are included in the page
These changes are the bare minimum required to get footnotes to appear and function on the article page.
 * The newsfoot.js script now wraps everything in an IIFE to prevent bleed to other scripts
 * Stylesheets are included in the main stylesheet, with the colors extracted out into separate selectors

Currently missing the arrow pointing to the footnote link, and no consideration exists for mobile presentation
beyond a max-width: 100vh on the footnote popover.
2019-09-22 14:06:51 +12:00
Maurice Parker c7166cf7c9 Commented javascript code 2019-09-21 16:11:09 -05:00
Maurice Parker 2db839db98 Prevent videos on iOS from autoplaying in fullscreen 2019-09-21 15:59:51 -05:00
Andrew Brehaut 20f8fe91df Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-09-22 08:37:01 +12:00
Maurice Parker 9d54a1de74 Enable always on Reader View for feeds 2019-09-21 15:03:42 -05:00
Maurice Parker b49aeca577 Moved page.html location information to ArticleRenderer 2019-09-21 12:36:35 -05:00
Maurice Parker 0c00150849 Externalize javascript code into separate main.js file 2019-09-21 04:34:11 -05:00
Andrew Brehaut a605d9cd1f #544 Adds newsfoot.js footnote script to project 2019-09-21 13:54:17 +12:00
Maurice Parker 3decd23c45 Convert iOS to use Javascript rendering 2019-09-20 20:33:28 -05:00
Maurice Parker 710abf30c7 Make stylesheet external to page.html 2019-09-20 19:28:13 -05:00
Ben Ubois cdf643c2a6 Make iFrames responsive. 2019-09-20 17:21:01 -07:00
Maurice Parker 9c6d47eaa1 Merge branch 'pr/1033' 2019-09-20 17:51:27 -05:00
Maurice Parker 108226d17d Fix article extractor base url 2019-09-19 17:41:56 -05:00
Maurice Parker 76056e4fef Add menu and keyboard shortcut to Reader 2019-09-19 17:25:36 -05:00
Maurice Parker d3a5bdf6d3 Merge branch 'mac-release' 2019-09-19 11:59:01 -05:00
Nate Weaver 4a0bbeacc2 Disable Web Inspector for App Store builds
- Hide the "Enable Web Inspector" menu item.
- #if-out notifications/defaults/etc.
- Make toggleWebInspectorEnabled(_) a no-op.
2019-09-19 10:38:17 -05:00
Ben Ubois 1728f4d198 Made indents consistent. 2019-09-18 22:53:25 -07:00
Ben Ubois 1c9117ab8e Reset scroll position to top on render.
Prevents an issue where the next article would inherit the previous
article's scroll position.
2019-09-18 22:39:07 -07:00
Ben Ubois 0b6683d073 Render with evaluateJavaScript.
Replaced loadHTMLString based rendering for improved performance.
2019-09-18 22:03:23 -07:00
Maurice Parker 8cd6f107e5 Add basic Article Content extraction 2019-09-18 18:15:55 -05:00
Maurice Parker 372fb06716 Implement different icons for each individual smartfeed 2019-09-17 20:26:49 -05:00
Maurice Parker 786a4e48c4 Merge branch 'mac-release' 2019-09-17 15:01:01 -05:00
Maurice Parker 9c9517d7d9
Merge pull request #1026 from Wevah/enable-inspector
Enable inspector
2019-09-17 14:44:06 -05:00
Maurice Parker 8a8dcde387 Add javascript to remove styling from articles. Issues ##499, #999, and #947 2019-09-17 14:32:18 -05:00
Nate Weaver e39fa31bf7 Add a menu item to the Debug menu to enable the Web Inspector
Just enables the "Inspect Element" item in a WKWebView's contextual menu at the moment.
2019-09-17 05:04:05 -05:00
Brent Simmons 1ece325112 Merge mac-release. 2019-09-16 20:09:04 -07:00
Brent Simmons a05fd61085 Merge branch 'imagecache' into mac-release 2019-09-16 20:07:31 -07:00
Brent Simmons 2d22f061a5 Remove no-longer-needed functions for compositing the avatar on a background. 2019-09-16 20:07:07 -07:00
Maurice Parker 18d6a278c7 Merge branch 'mac-release' 2019-09-16 16:37:18 -05:00
Maurice Parker 0458fd3838 Delete avatar and favicon image caches every three days 2019-09-16 16:26:40 -05:00
Brent Simmons 8a2d1f5f6a Create TimelineAvatarView, which draws the background for images that need it. 2019-09-15 23:02:13 -07:00
Maurice Parker b0b3f58036 Merge branch 'mac-release' 2019-09-15 04:10:50 -05:00
Maurice Parker 7c3c78b796 Remove debug print statement 2019-09-15 04:08:10 -05:00
Maurice Parker 90cc8ffa6f Merge branch 'mac-release' 2019-09-15 04:06:52 -05:00
Maurice Parker 20dda3727b Change to use the scaled avatar version of the favicon. 2019-09-15 04:05:11 -05:00
Maurice Parker b07bf73f78 Revert "Scale images, when needed, before generating inline HTML data in ArticleRenderer — this keeps us from getting huge amounts of data, which slows down rendering."
This reverts commit c3e26ea307.
2019-09-15 04:00:24 -05:00
Brent Simmons 7d738baef3 Merge branch 'mac-release' 2019-09-14 22:41:44 -07:00
Brent Simmons c3e26ea307 Scale images, when needed, before generating inline HTML data in ArticleRenderer — this keeps us from getting huge amounts of data, which slows down rendering. 2019-09-14 22:41:13 -07: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
Phil Viso 61d3dae10e Re-wrote sorting code to be smaller and easier to understand 2019-09-13 08:03:56 -05:00
Phil Viso 269364a337 Re-worked sorting logic to handle multiple feeds having the same name 2019-09-13 07:43:28 -05:00
Maurice Parker 2737f07906 Add folder picker to share extension 2019-09-12 12:33:05 -05:00
Brent Simmons 2eccfbb90e Merge branch 'mac-release' 2019-09-08 21:44:28 -07:00
Brent Simmons 41c82eca15 Rename existingFeed(with:) to existingFeed(withFeedID:) to make it more clear. Make account.idToFeedDictionary private — callers should use existingFeed(withFeedID:). 2019-09-08 21:44:05 -07:00
Maurice Parker 77373c5bc0 Merge branch 'mac-release' 2019-09-08 18:56:53 -05:00
Phil Viso 00e009a82c Added ability to group sorted articles by feed 2019-09-08 16:48:50 -05:00
Brent Simmons ecc8854f59 Merge mac-release. 2019-09-07 20:59:19 -07:00
Brent Simmons 5b15285e8e Make sure that article.preferredLink doesn’t return an empty string. 2019-09-07 18:27:48 -07:00
Maurice Parker c9fd7d01d9 Add delete feed keyboard shortcut 2019-09-05 15:54:58 -05:00
Maurice Parker 8a5ae8c2a8 Remove the title from a couple of shortcuts. The shortcuts still work, they just don't show in the discovery view. 2019-09-05 11:29:49 -05:00
Maurice Parker 40ff8c3048 Add titles to keyboard configuration files for use on iOS 2019-09-04 04:37:03 -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
Maurice Parker 5cb099aee6 Add next unread as a user activity and more aggressively invalidate user activities 2019-09-03 15:52:59 -05:00
Maurice Parker 189af8d816 Invalidate user activities when collapsed and returning to Feeds scene 2019-09-01 15:31:11 -05:00
Maurice Parker 1a9acdcc50 Remove TreeController from Delete command as it is no longer used there 2019-09-01 14:56:27 -05:00
Maurice Parker 56c81bba1f Delete code that was doing an unnecessary rebuild of the treeController. This will be done by the controllers receiving the batch update notification. 2019-09-01 10:57:08 -05:00
Maurice Parker 87030a5921 Implement stateRestorationActivity to save most relevant current user activity 2019-08-31 19:30:21 -05:00
Jim Correia 5f11c42fc2 Use noContentHTML rather than noSelectionHTML for prepared web views.
Added a noContentHTML to ArticleRenderer. Use that for the initial content
for queued web views so that we don't see a temporary flash of "No
Selection" when pushing to an article that doesn't load instantly.
2019-08-31 15:03:03 -07:00
Maurice Parker fe2e0155da Add scoped searching of articles 2019-08-31 15:53:47 -05:00
Maurice Parker 89a38fa2b5 Change Feeds to use diffable data sources 2019-08-28 18:06:27 -05:00
Maurice Parker d7ec92ef34 Delete unnecessary user activity property value 2019-08-28 11:46:03 -05:00
Maurice Parker 5aba61ea04 Update user activity if a feed has been selected and its best icon has been downloaded 2019-08-28 11:44:54 -05:00
Maurice Parker 9c66f6160e Clean activities when the associated data is deleted 2019-08-28 11:30:40 -05:00
Maurice Parker ba9f7ac426 Add navigation support for Folder and Feed view activities 2019-08-27 17:43:15 -05:00
Maurice Parker d641223536 Add Activities for viewing Feeds and Folders 2019-08-27 14:20:34 -05:00
Maurice Parker 17fef112d6 Merge branch 'mac-release' 2019-08-26 19:40:56 -05:00
Maurice Parker 3279a25581 Cache home page to feed icon relationship 2019-08-26 19:40:30 -05: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 a0636b8f47 Add Smart Feeds as User Activities 2019-08-25 17:04:15 -05:00
Maurice Parker dc6bf05ae4 Rename ActivityFactory to ActivityManager because it will also handle activity deletes in the future 2019-08-25 14:43:11 -05:00
Maurice Parker eb9c176f90 Add unique identifier to Spotlight attributes to prevent duplicate spotlight search results 2019-08-25 11:51:08 -05:00
Maurice Parker 313518698c add the ability to respond to NSActivityRequests 2019-08-24 19:31:29 -05:00
Maurice Parker 5b1c0485c5 Add NSUserActivity for reading articles 2019-08-24 14:57:51 -05: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
Brent Simmons 2bbd135c9e Update appropriate counts in the sidebar when the timeline’s unread count changes. Fix #829. 2019-08-13 21:07:39 -07:00
Brent Simmons cf1b3843ee Add a SmartFeedType to smart feeds so the sidebar can tell them apart. 2019-08-13 20:28:28 -07:00
Brent Simmons 1a70d7797c Merge branch 'mac-candidate' 2019-08-04 23:02:38 -07:00
Brent Simmons 13797c6693 Remove no-longer-needed removal of that weird character Six Colors uses in some of their headlines. 2019-08-04 23:02:09 -07:00
Maurice Parker e263665a21 Merge branch 'mac-candidate' 2019-07-23 16:36:46 -05:00
Maurice Parker 4fc1998cf3 Make Account and AccountDelegate interfaces more consistent by requiring the container parameter on removeFeed. Resolves #802 2019-07-17 15:41:21 -05:00
Brent Simmons fe5570fbea Merge branch 'mac-candidate' 2019-07-06 11:54:14 -07:00
Brent Simmons fbb7b9961c Change an import Cocoa to import AppKit. 2019-07-06 11:52:15 -07:00
Brent Simmons 3999c7b3c5 Merge branch 'mac-candidate' 2019-07-05 22:42:01 -07: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
Maurice Parker 5f045706e4 Removed usaged of UIApplication.present 2019-06-27 14:21:07 -05:00
Maurice Parker 2ee72125ba Support dark mode for small avatars on iOS 2019-06-20 11:58:26 -05:00
Maurice Parker d794240bd9 Merge branch 'mac-candidate' 2019-06-19 11:31:38 -05: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
Maurice Parker 46bc867241 Add additional sort criteria for when published date is equal. Issue #644 2019-06-13 15:51:28 -05:00
Maurice Parker e4ee311227 Revert "escape title HTML in web view. Issue #722"
This reverts commit a087410177.
2019-06-12 10:51:15 -05:00
Maurice Parker 902304c723 Convert Settings to use SwiftUI 2019-06-11 16:59:16 -05:00
Maurice Parker e8199ed0a6 Change to not show alert dialog on automatic refreshes. Issue #729 2019-06-10 15:21:17 -05:00
Maurice Parker a087410177 escape title HTML in web view. Issue #722 2019-06-07 15:53:13 -05:00
Maurice Parker e8992dac95 Fix issue where deletes were crashing the app. Issue #702 2019-06-05 17:42:35 -05:00
Maurice Parker 51284b5aa4 Rename deleteFeed to removeFeed to be more consistent with other API's 2019-05-29 21:04:44 -05:00
Maurice Parker 527e677934 Rename deleteFolder to removeFolder to make the API more consistent 2019-05-29 20:53:00 -05:00
Maurice Parker 5e3fcfd955 Correct how feeds were deleted so that only the feed in the correct container was deleted 2019-05-29 17:56:26 -05:00
Maurice Parker 493abbb609 Refactor create feed functionality to increase code reuse and encapsulation 2019-05-28 09:45:02 -05:00
Maurice Parker c61949bc04 Add account name to network error messages and prevent background iOS errors from displaying alerts 2019-05-26 11:54:32 -05:00
Maurice Parker 5d1c7d08ac Remove strong reference to Account that was preventing Accounts from being deallocated 2019-05-22 15:08:22 -05:00
Maurice Parker 3207ebf6a5 Implement default timeline avatar. Issue #641 2019-05-21 05:42:40 -05:00
Maurice Parker 31cc3b609c Make delete animation correct for deletes and restores by wrapping them in BatchUpdates. Issue #667 2019-05-20 18:05:28 -05:00
Brent Simmons 1ee0ab5a73 Fix logic in FeedIconDownloader so that we check the home page metadata. (I had broken this recently.) 2019-05-17 23:02:18 -07:00
Maurice Parker 6882b152d9 Add timer to trigger article status sync process. 2019-05-15 17:21:58 -05:00
Brent Simmons f5f8d67411 Scale images always on a background queue. Fix #642. 2019-05-14 22:44:06 -07:00
Brent Simmons 7b40ca221b Use the articleID + accountID as a key for truncated summaries. This is *way* faster than using the entire body. It avoids a hash of a long string. (Note: we still need to toss the cache at the appropriate time.) 2019-05-13 22:16:44 -07:00