Commit Graph

1745 Commits

Author SHA1 Message Date
d9174f48df Merge pull request #645 from omnivore-app/read-now-pending-button
Move the read now button, add a pending state
2022-05-18 09:19:25 -07:00
65640d7b04 add feature flag for read now button 2022-05-18 09:13:26 -07:00
2d4ec9d45d share extension starts with a .processing status 2022-05-18 08:49:50 -07:00
417e444653 Merge pull request #650 from omnivore-app/fix/github-blog
Fix parsing github blog
2022-05-18 17:26:06 +08:00
35dcd00ec3 Add test case for github blog 2022-05-18 15:52:47 +08:00
d68549bcb7 Remove unused code 2022-05-18 15:52:31 +08:00
0cc7e84a82 Fix content not getting parsed by linkedom properly without <html> tag by replacing innerHtml with outerHtml 2022-05-18 15:52:16 +08:00
8f0447ed3f Stop blocking images and css file 2022-05-18 15:50:52 +08:00
4b69fb64d4 Merge pull request #642 from omnivore-app/youtube-iframes
Add test for readability on youtube embeds
2022-05-18 12:25:31 +08:00
0e4cec5e25 Update tests 2022-05-18 11:28:47 +08:00
629aa54c58 Fix youtube handler 2022-05-18 11:28:33 +08:00
6795508942 Add test for readability on youtube embeds 2022-05-18 09:55:36 +08:00
3554b9074f Merge pull request #643 from omnivore-app/simplified-label-modal 2022-05-17 17:05:19 -07:00
071b9f6036 Move the read now button, add a pending state
This drops the button down a bit so we have more space, also
allows for pending state if tapped before save has completed.
2022-05-17 16:07:33 -07:00
e5607c1dd5 Merge pull request #644 from omnivore-app/feature/deep-link-reader
Enable Read Now and use Web Reader [iOS]
2022-05-17 15:12:29 -07:00
17e807afe3 set stack style navigation for full screen reader 2022-05-17 14:56:07 -07:00
da9b77153a enable read now link from share extension 2022-05-17 14:48:44 -07:00
4981dfc573 Merge pull request #639 from omnivore-app/fix/youtube-parsing
Fix not getting youtube video id from url
2022-05-17 14:33:57 -07:00
e19711b0a4 Simplify the label filter modal, add negation 2022-05-17 14:31:30 -07:00
033965f0b4 remove homeViewModel references where they're no longer needed 2022-05-17 11:32:07 -07:00
d96a3e1fc1 Merge pull request #640 from omnivore-app/feature/deeplink-web-reader
Use FetchedResultsController for HomeFeed
2022-05-17 11:19:23 -07:00
76d3478ed4 update fetch results when network request fails 2022-05-17 11:13:30 -07:00
b9d0fef3c0 set items after initial fetch request 2022-05-17 11:04:34 -07:00
36083c1f7b use fetched results controller to manage linked item list 2022-05-17 10:54:34 -07:00
23173e6f0b update function that fetches username for deep links 2022-05-17 08:41:06 -07:00
ca662964e6 Fix not getting youtube video id from url 2022-05-17 21:51:03 +08:00
1a51c27350 Merge pull request #636 from omnivore-app/fix/parsing
Fix window is not defined for parsing code blocks
2022-05-17 12:06:00 +08:00
e76fb02f43 Fix window is not defined for parsing code blocks 2022-05-17 11:01:55 +08:00
20ea93168f Merge pull request #635 from omnivore-app/fix/login-layout
Fix layout of responsive image on the login page
2022-05-16 16:38:24 -07:00
3f8672a351 Fix layout of responsive image on the login page 2022-05-16 16:19:46 -07:00
b84bd77a52 Merge pull request #627 from omnivore-app/feature/webview-share
Webview share option
2022-05-16 13:27:44 -07:00
240004c01c update share button text 2022-05-16 13:15:40 -07:00
4b3533c17d pass url and title to share call. update bundle.js in apple apps 2022-05-16 12:20:05 -07:00
51117290d7 add event listener for share event in webview 2022-05-16 12:10:03 -07:00
954d84fab2 add share option to web reader context menu 2022-05-16 12:05:45 -07:00
05925c42d2 Merge pull request #625 from omnivore-app/feature/ios-use-site-name
Use site name [iOS]
2022-05-16 11:28:52 -07:00
25ae8622ba Dispatch to main after verifying network connection in share ext 2022-05-16 11:26:42 -07:00
52c73cf05e set includeAuthToken to true for verify auth call 2022-05-16 11:19:05 -07:00
e53b295cb1 replace fetchViewer call in extension with a verift token call for faster feedback 2022-05-16 11:18:30 -07:00
70f6ae5040 remove underline 2022-05-16 10:34:02 -07:00
2378a08287 rename unwrapped variable to match optional name 2022-05-16 09:32:34 -07:00
4295b029a5 use site name to display site on feed and grid cards 2022-05-16 09:29:39 -07:00
3ca464e430 bump app version to 1.7.0 2022-05-16 09:15:23 -07:00
9a14495124 Merge pull request #624 from omnivore-app/morning-brew-newsletters
Support morning brew newsletter and add tests
2022-05-16 11:06:50 +08:00
824d211df2 Support morning brew newsletter and add tests 2022-05-16 10:37:50 +08:00
78b8e9fabc Merge pull request #622 from omnivore-app/fix/puppeteer-headless
Remove single-process from chromium args
2022-05-14 10:49:47 +08:00
745f55a843 Set headless=true 2022-05-14 10:47:15 +08:00
80c14cd6ca Remove single-process from chromium args 2022-05-14 10:37:06 +08:00
2cde50a1b1 Merge pull request #620 from omnivore-app/use-chrome-aws-lambda-in-gcf
Use chrome-aws-lambda in the puppeteer GCF
2022-05-13 17:12:00 -07:00
0e31a40331 Use chrome-aws-lambda in the puppeteer GCF 2022-05-13 16:48:51 -07:00