Commit Graph

2005 Commits

Author SHA1 Message Date
b00a516737 Add other newsletter handlers 2022-09-30 12:51:23 +08:00
9b209314a6 Rename content to websites 2022-09-30 12:51:22 +08:00
f7b20f3186 Add newsletter handlers 2022-09-30 12:51:22 +08:00
dfbd317f99 Import content-handler in inbound-email-handler 2022-09-30 12:51:22 +08:00
99956539a0 Handle newsletter in content-handlers 2022-09-30 12:51:22 +08:00
206d795c54 Import content-handler in puppeteer 2022-09-30 12:51:22 +08:00
8c61832c77 Import content-handler in content-fetch 2022-09-30 12:51:22 +08:00
8fb398eae4 Add tests 2022-09-30 12:51:22 +08:00
5fdb8b337d Lint 2022-09-30 12:51:22 +08:00
6deb62d983 Add handlers for content-fetching 2022-09-30 12:51:22 +08:00
91952e587b Replace newsletter-handler with content-handler 2022-09-30 12:51:22 +08:00
e4c847ac4c Init newsletter-handler 2022-09-30 12:51:22 +08:00
0369eb7bea Set the "since" to be the exact time when the last page was added to ensure all the deletion happen after that 2022-09-29 15:36:18 +08:00
57ca5ed6f8 Merge pull request #1246 from omnivore-app/feature/subscription-icon
feature/subscription icon
2022-09-28 22:10:23 +08:00
2f6b26d21d Use GET request as some host do not allow HEAD requests 2022-09-28 20:18:40 +08:00
5f0bd0e25a Merge pull request #1255 from omnivore-app/fix/nyt-podcasts-parsing
Improve handling of NYT Podcasts transcript pages
2022-09-28 20:15:03 +08:00
a55ad135fd Set 5s for the HEAD request timeout 2022-09-28 19:26:42 +08:00
d6974f9e5f Remove unused icon 2022-09-28 19:14:14 +08:00
a6795b380a Fetch favicon from url 2022-09-28 19:02:29 +08:00
4aceac5f04 Revert "Get favicon from URL if not found from doc"
This reverts commit 7306d65642.
2022-09-28 18:25:11 +08:00
3adf0fe428 Update dock removal for NYT 2022-09-28 18:21:49 +08:00
08329ba5cf Update NYT test page 2022-09-28 18:20:12 +08:00
417f75c47a Merge pull request #1254 from omnivore-app/fix/landing-page-fixes
Update copy and some screenshots on the about page
2022-09-28 17:34:18 +08:00
7306d65642 Get favicon from URL if not found from doc 2022-09-28 17:18:00 +08:00
e8213eff97 Revert typo 2022-09-28 16:51:00 +08:00
ae5b9a3fd3 Add tests for NYT podcasts page 2022-09-28 16:32:12 +08:00
9d223bb4e2 Better handling of NYT podcast transcripts 2022-09-28 16:31:35 +08:00
0101a5a45c Update icons to better fit text 2022-09-28 15:38:39 +08:00
a8da146b13 Update copy and some screenshots on the about page 2022-09-28 14:26:44 +08:00
9e25e9969f Exports htmlToSpeech in tts module (#1253) 2022-09-28 13:10:26 +08:00
ee3fec9d96 improve text to speech dependency (#1250)
* Generate .d.ts files from TypeScript for text-to-speech project

* Remove module export for htmlToSpeechFile

* Include test
2022-09-28 11:48:06 +08:00
3710a13890 Add more test pages 2022-09-27 22:26:27 +08:00
3524f77339 Add more test pages 2022-09-27 22:23:31 +08:00
2a97284f5b Add more test pages 2022-09-27 22:11:43 +08:00
66d37e31b1 Use siteIcon 2022-09-27 21:41:01 +08:00
155cbcf2ec Merge pull request #1233 from omnivore-app/feat/compact-listview
Feat/compact listview
2022-09-27 08:06:33 -05:00
0ac72b278b Use read-it-later instead of "read it later" in copy 2022-09-27 17:05:08 +08:00
ecec40834d Add test case for Bloomberg newsletter 2022-09-27 15:54:03 +08:00
6220d5d4af Return subscription icon proxy url in the list subscriptions api response 2022-09-27 15:35:06 +08:00
d42d4ace98 Use parsed image as subscription icon 2022-09-27 15:21:18 +08:00
5d62d92974 Save icon in the subscription table 2022-09-27 12:12:47 +08:00
94719a5cce Add icon to the subscription entity 2022-09-27 12:00:13 +08:00
0cd73053c3 Add icon field to subscriptions table 2022-09-27 11:58:55 +08:00
ea7edc087c Merge pull request #1222 from omnivore-app/feature/android-web-context-menus
WebView Text Selection Menu - Android
2022-09-26 20:08:19 -07:00
4fcb379950 A couple small font/color tweaks 2022-09-27 10:20:14 +08:00
2be59bdf89 stub logs in for web action handler in web reader view Model 2022-09-26 19:20:01 -07:00
67cf702ada update android js interface. send actionID and json to WebReaderViewModel 2022-09-26 19:19:29 -07:00
e401be6fb2 fix block scoping error for message object creation 2022-09-26 19:19:29 -07:00
821f2da3a0 add android message handlers in same places webKit handlers are used 2022-09-26 19:19:01 -07:00
1d619dda5d add javascript interface to android webView so messages can be sent from web to android 2022-09-26 19:18:58 -07:00