Commit Graph

3800 Commits

Author SHA1 Message Date
ff960b760d add large heap declaration 2022-10-06 08:32:39 -07:00
a40d523228 add pspdfkit android dep 2022-10-06 08:32:39 -07:00
4f54ed7feb Merge pull request #1284 from omnivore-app/fix/docker-compose-content-fetch
Exposes port 9090:8080 in the container
2022-10-06 13:07:43 +08:00
4c71e19544 Merge pull request #1279 from omnivore-app/use-nlp-to-detect-sentence-boundary
Use NLP lib to better detect sentence boundary and split utterances
2022-10-06 12:57:59 +08:00
bc9b50c3cb Remove dockerfile-local 2022-10-06 12:57:30 +08:00
111639a31d Exposes port 9090:8080 in the container 2022-10-06 11:17:11 +08:00
30a0c67f8c Merge pull request #1283 from omnivore-app/feature/highlights-list-view-ios 2022-10-06 10:05:15 +08:00
36e5e76809 add copy and delete options to highlight list cards 2022-10-05 12:35:35 -07:00
e36920e96e reload web view if article highlights had been mutated from the highlits list modal 2022-10-05 12:02:08 -07:00
db9246553f message web container view when highlight view is dismissed and mutations have occurred 2022-10-05 12:02:08 -07:00
c5ad8a238c persist annotation changes from highlights view 2022-10-05 12:02:08 -07:00
49e911f023 show highlight annotation sheet when tapping on note or 'add a note' 2022-10-05 12:02:08 -07:00
cffdfa4342 sort highlights by createdAt 2022-10-05 12:02:08 -07:00
79875706e9 add note section to highlights view 2022-10-05 12:02:08 -07:00
18760d9043 style highlights card 2022-10-05 12:02:08 -07:00
29d14b3e8d create highlight list card 2022-10-05 12:02:08 -07:00
397fb5d9f7 add a basic highlights list view 2022-10-05 12:02:08 -07:00
d82ffa4432 add view highlights context menu to home feed items 2022-10-05 12:02:08 -07:00
8014bc8edf Merge pull request #1281 from ShaneMaglangit/fix/center-toggle-icons
Fix: Improve the icon alignment in toggle buttons
2022-10-05 22:43:10 +08:00
94dd4e8dd8 Merge pull request #1280 from ShaneMaglangit/chore/update-readme-bash
Chore: Corrected the terminal commands specified on the README's Frontend Development section
2022-10-05 22:42:29 +08:00
dcfcd9f600 Fix: Improve the icon alignment in toggle buttons 2022-10-05 18:10:23 +08:00
da9fa1b962 Chore: Correct .env.local to .env.template on the README for the frontend development section. 2022-10-05 17:56:11 +08:00
811cec6c93 add space to the end of sentence 2022-10-05 17:55:10 +08:00
73de22f678 Use wordLength in the event 2022-10-05 17:42:24 +08:00
321895844f Revert back change on wordOffset 2022-10-05 17:41:18 +08:00
1b8d6d761c Stop synthesize code blocks 2022-10-05 17:07:45 +08:00
d279790e81 Detect word boundary only in speech marks 2022-10-05 16:50:16 +08:00
174afe0085 Add test for decimal point in a sentence 2022-10-05 16:48:20 +08:00
99f03133a7 Use NLP lib to better detect sentence boundary and split utterances 2022-10-05 16:39:45 +08:00
c65a484ded Merge pull request #1277 from omnivore-app/feature/mark-by-sentence
Add sentence-level speech marks
2022-10-05 14:53:39 +08:00
0071d88443 Stop deducting length of SSML starting tags in the offset 2022-10-05 12:36:29 +08:00
9d768c04a9 Merge pull request #1273 from omnivore-app/fix/apple-id-button
Embed the apple id button so it doesnt fail when the apple CDN returns 404
2022-10-05 11:51:05 +08:00
c2a44f4991 Restore HTTP interceptor to the normal unmocked behaviour after testing 2022-10-05 11:29:23 +08:00
edd1b908ee Fix tests 2022-10-05 11:29:23 +08:00
034f833529 Calculate the length of each sentence in speech marks 2022-10-05 11:29:23 +08:00
5e79529e11 Add sentence-level speech marks 2022-10-05 11:29:23 +08:00
4acfd7c576 Merge pull request #1276 from omnivore-app/improve-utterance-break
improve utterance break
2022-10-05 11:28:02 +08:00
fd3047a8ab Escape HTML entities when synthesizing because we are sending raw text now 2022-10-05 11:27:28 +08:00
e5c215fb9d Add test for long sentence 2022-10-05 10:34:51 +08:00
e3959c4ab8 Fix tests 2022-10-05 10:26:12 +08:00
3bd6b3d137 Do not break on words and long sentence if exceeds 256 chars 2022-10-05 10:25:24 +08:00
851e264300 Add test case 2022-10-04 19:35:14 +08:00
690ce05b0e if we hit 256, look back for first ending sentence within 80 chars 2022-10-04 17:16:26 +08:00
39dcab5076 Fix tests 2022-10-04 16:28:04 +08:00
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
ae4c01f2d3 Split utterance into chunks of 256 chars 2022-10-04 16:06:05 +08:00
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
1024e5e5d6 Add Dockerfile for text-to-speech 2022-10-04 16:01:01 +08:00
4ced49c4f3 Remove register/should 2022-10-04 15:38:05 +08:00
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