Commit graph

3757 commits

Author SHA1 Message Date
Hongbo Wu
3bd6b3d137 Do not break on words and long sentence if exceeds 256 chars 2022-10-05 10:25:24 +08:00
Hongbo Wu
851e264300 Add test case 2022-10-04 19:35:14 +08:00
Hongbo Wu
690ce05b0e if we hit 256, look back for first ending sentence within 80 chars 2022-10-04 17:16:26 +08:00
Hongbo Wu
39dcab5076 Fix tests 2022-10-04 16:28:04 +08:00
Hongbo Wu
c05a6ff3b4
Merge pull request #1270 from omnivore-app/feature/reduce-chunk-size
Split utterance into chunks of 256 chars
2022-10-04 16:06:42 +08:00
Hongbo Wu
ae4c01f2d3 Split utterance into chunks of 256 chars 2022-10-04 16:06:05 +08:00
Hongbo Wu
0aa17eb6dc
Merge pull request #1269 from omnivore-app/fix/content-handler-dependency
Import content-handler as local dependency
2022-10-04 16:05:14 +08:00
Hongbo Wu
1024e5e5d6 Add Dockerfile for text-to-speech 2022-10-04 16:01:01 +08:00
Hongbo Wu
4ced49c4f3 Remove register/should 2022-10-04 15:38:05 +08:00
Jackson Harper
4d48519ddc
Merge pull request #1274 from omnivore-app/fix/improve-dev-to-readability
Improve readability of dev.to pages
2022-10-04 15:37:05 +08:00
Hongbo Wu
d6e465d482 Add Dockerfile for pdfHandler 2022-10-04 15:28:12 +08:00
Jackson Harper
7187326d90 Use li-date and post-tag selectors instead of post-meta as that usually has useful data 2022-10-04 15:06:54 +08:00
Hongbo Wu
61303419a0 Add timeout 2022-10-04 14:25:19 +08:00
Jackson Harper
8a4777011f Improve readability of dev.to pages 2022-10-04 13:40:26 +08:00
Hongbo Wu
767053e31b mock redirect request 2022-10-04 11:27:55 +08:00
Jackson Harper
ace9445599
Merge pull request #1271 from omnivore-app/chore/swift-gql-gen
generate swift gql
2022-10-04 11:19:22 +08:00
Hongbo Wu
53d6afe25f Fix tests 2022-10-04 10:47:58 +08:00
Hongbo Wu
9cae703666 Fix Dockerfile 2022-10-04 10:20:13 +08:00
Hongbo Wu
78bce2d1e7 Add Dockerfile for cloud run 2022-10-04 09:51:42 +08:00
Satindar Dhillon
29b35d6363 declare recentSearches as unknown array to avoid type error 2022-10-03 08:31:50 -07:00
Satindar Dhillon
89a657eec8 generate swift gql 2022-10-03 08:09:06 -07:00
Hongbo Wu
726df26c15 Temporarily copy content-handler to cloud functions root dir when doing cloud build 2022-10-03 15:39:05 +08:00
Hongbo Wu
4b01fccad8 Fix content-fetch dockerfile 2022-10-03 14:21:31 +08:00
Hongbo Wu
cae2715a52 Remove content-handler 2022-10-03 11:15:09 +08:00
Hongbo Wu
a9607adfd3 Import content-handler as local dependency 2022-10-03 11:11:24 +08:00
Jackson Harper
579962f942
Merge pull request #1267 from artnest/patch-1
Fix typos in README
2022-10-02 08:38:53 +08:00
Rupin Khandelwal
3ca1d9b6a7
Merge pull request #1162 from omnivore-app/feat/1078
Search - Recent Searches
2022-10-01 15:12:48 -05:00
Rupin Khandelwal
3890e7fb34 Merge branch 'feat/1078' of github.com:omnivore-app/omnivore into feat/1078 2022-10-01 14:56:15 -05:00
Rupin Khandelwal
6ae0948ca9 Merge branch 'main' of github.com:omnivore-app/omnivore into feat/1078 2022-10-01 14:55:39 -05:00
Artyom Nesterenko
27048cb571
Fix typos 2022-10-01 17:26:06 +03:00
Satindar Dhillon
d8a00088ba Merge pull request #1262 from omnivore-app/fix/disable-audio-preload-by-default
Disable audio preload by default
2022-09-30 08:11:30 -07:00
Hongbo Wu
33355cb208
Merge pull request #1257 from omnivore-app/consolidate-newsletter-handler
Consolidate newsletters and other handlers
2022-09-30 16:30:20 +08:00
Jackson Harper
59d6ae583b Disable audio preload by default 2022-09-30 13:21:55 +08:00
Hongbo Wu
25740465f2 Add timeout 2022-09-30 13:10:58 +08:00
Hongbo Wu
8942398092 Change GET to HEAD 2022-09-30 12:52:09 +08:00
Hongbo Wu
9841ce7f8e Remove parsing newsletter emails from forwarded emails 2022-09-30 12:51:23 +08:00
Hongbo Wu
b00a516737 Add other newsletter handlers 2022-09-30 12:51:23 +08:00
Hongbo Wu
9b209314a6 Rename content to websites 2022-09-30 12:51:22 +08:00
Hongbo Wu
f7b20f3186 Add newsletter handlers 2022-09-30 12:51:22 +08:00
Hongbo Wu
dfbd317f99 Import content-handler in inbound-email-handler 2022-09-30 12:51:22 +08:00
Hongbo Wu
99956539a0 Handle newsletter in content-handlers 2022-09-30 12:51:22 +08:00
Hongbo Wu
206d795c54 Import content-handler in puppeteer 2022-09-30 12:51:22 +08:00
Hongbo Wu
8c61832c77 Import content-handler in content-fetch 2022-09-30 12:51:22 +08:00
Hongbo Wu
8fb398eae4 Add tests 2022-09-30 12:51:22 +08:00
Hongbo Wu
5fdb8b337d Lint 2022-09-30 12:51:22 +08:00
Hongbo Wu
6deb62d983 Add handlers for content-fetching 2022-09-30 12:51:22 +08:00
Hongbo Wu
91952e587b Replace newsletter-handler with content-handler 2022-09-30 12:51:22 +08:00
Hongbo Wu
e4c847ac4c Init newsletter-handler 2022-09-30 12:51:22 +08:00
Satindar Dhillon
f6cb7a279d
Merge pull request #1261 from omnivore-app/fix/pdf-annotation-permission
Disable PSPDFKit Author Name
2022-09-29 21:00:46 -07:00
Satindar Dhillon
8144cf8d37 disable pspdfkit feature that asks for author name for annotations 2022-09-29 20:45:19 -07:00