Commit graph

3802 commits

Author SHA1 Message Date
Rupin Khandelwal
4bcb33f15b Merge branch 'main' of github.com:omnivore-app/omnivore into bug/fix-gridLayout 2022-10-06 12:51:40 -05:00
Rupin Khandelwal
5bc3dec953 Fixed all the layouts and cleaned up CSS for grid 2022-10-06 12:45:43 -05:00
Rupin Khandelwal
b6173cdc2d Fixed the problem about the layouts - Fresh look helps 2022-10-06 11:47:02 -05:00
Hongbo Wu
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
Hongbo Wu
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
Hongbo Wu
bc9b50c3cb Remove dockerfile-local 2022-10-06 12:57:30 +08:00
Hongbo Wu
111639a31d Exposes port 9090:8080 in the container 2022-10-06 11:17:11 +08:00
Jackson Harper
30a0c67f8c
Merge pull request #1283 from omnivore-app/feature/highlights-list-view-ios 2022-10-06 10:05:15 +08:00
Satindar Dhillon
36e5e76809 add copy and delete options to highlight list cards 2022-10-05 12:35:35 -07:00
Satindar Dhillon
e36920e96e reload web view if article highlights had been mutated from the highlits list modal 2022-10-05 12:02:08 -07:00
Satindar Dhillon
db9246553f message web container view when highlight view is dismissed and mutations have occurred 2022-10-05 12:02:08 -07:00
Satindar Dhillon
c5ad8a238c persist annotation changes from highlights view 2022-10-05 12:02:08 -07:00
Satindar Dhillon
49e911f023 show highlight annotation sheet when tapping on note or 'add a note' 2022-10-05 12:02:08 -07:00
Satindar Dhillon
cffdfa4342 sort highlights by createdAt 2022-10-05 12:02:08 -07:00
Satindar Dhillon
79875706e9 add note section to highlights view 2022-10-05 12:02:08 -07:00
Satindar Dhillon
18760d9043 style highlights card 2022-10-05 12:02:08 -07:00
Satindar Dhillon
29d14b3e8d create highlight list card 2022-10-05 12:02:08 -07:00
Satindar Dhillon
397fb5d9f7 add a basic highlights list view 2022-10-05 12:02:08 -07:00
Satindar Dhillon
d82ffa4432 add view highlights context menu to home feed items 2022-10-05 12:02:08 -07:00
Jackson Harper
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
Jackson Harper
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
ShaneMaglangit
dcfcd9f600 Fix: Improve the icon alignment in toggle buttons 2022-10-05 18:10:23 +08:00
ShaneMaglangit
da9fa1b962 Chore: Correct .env.local to .env.template on the README for the frontend development section. 2022-10-05 17:56:11 +08:00
Hongbo Wu
811cec6c93 add space to the end of sentence 2022-10-05 17:55:10 +08:00
Hongbo Wu
73de22f678 Use wordLength in the event 2022-10-05 17:42:24 +08:00
Hongbo Wu
321895844f Revert back change on wordOffset 2022-10-05 17:41:18 +08:00
Hongbo Wu
1b8d6d761c Stop synthesize code blocks 2022-10-05 17:07:45 +08:00
Hongbo Wu
d279790e81 Detect word boundary only in speech marks 2022-10-05 16:50:16 +08:00
Hongbo Wu
174afe0085 Add test for decimal point in a sentence 2022-10-05 16:48:20 +08:00
Hongbo Wu
99f03133a7 Use NLP lib to better detect sentence boundary and split utterances 2022-10-05 16:39:45 +08:00
Hongbo Wu
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
Hongbo Wu
0071d88443 Stop deducting length of SSML starting tags in the offset 2022-10-05 12:36:29 +08:00
Jackson Harper
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
Hongbo Wu
c2a44f4991 Restore HTTP interceptor to the normal unmocked behaviour after testing 2022-10-05 11:29:23 +08:00
Hongbo Wu
edd1b908ee Fix tests 2022-10-05 11:29:23 +08:00
Hongbo Wu
034f833529 Calculate the length of each sentence in speech marks 2022-10-05 11:29:23 +08:00
Hongbo Wu
5e79529e11 Add sentence-level speech marks 2022-10-05 11:29:23 +08:00
Hongbo Wu
4acfd7c576
Merge pull request #1276 from omnivore-app/improve-utterance-break
improve utterance break
2022-10-05 11:28:02 +08:00
Hongbo Wu
fd3047a8ab Escape HTML entities when synthesizing because we are sending raw text now 2022-10-05 11:27:28 +08:00
Hongbo Wu
e5c215fb9d Add test for long sentence 2022-10-05 10:34:51 +08:00
Hongbo Wu
e3959c4ab8 Fix tests 2022-10-05 10:26:12 +08:00
Hongbo Wu
3bd6b3d137 Do not break on words and long sentence if exceeds 256 chars 2022-10-05 10:25:24 +08:00
Rupin Khandelwal
ab17b9f2da Fix - Grid and List Layout 2022-10-04 13:03:55 -05: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