|
|
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 |
|
|
|
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 |
|
|
|
d6e465d482
|
Add Dockerfile for pdfHandler
|
2022-10-04 15:28:12 +08:00 |
|
|
|
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 |
|
|
|
61303419a0
|
Add timeout
|
2022-10-04 14:25:19 +08:00 |
|
|
|
8a4777011f
|
Improve readability of dev.to pages
|
2022-10-04 13:40:26 +08:00 |
|
|
|
dd508f2f63
|
Dont double encode the redirect uri
|
2022-10-04 13:25:22 +08:00 |
|
|
|
cf582df406
|
use const instead of let
|
2022-10-04 13:10:31 +08:00 |
|
|
|
cdef752a81
|
Embed the apple id button so it doesnt fail when the apple CDN returns 404
|
2022-10-04 13:04:52 +08:00 |
|
|
|
767053e31b
|
mock redirect request
|
2022-10-04 11:27:55 +08:00 |
|
|
|
ace9445599
|
Merge pull request #1271 from omnivore-app/chore/swift-gql-gen
generate swift gql
|
2022-10-04 11:19:22 +08:00 |
|
|
|
53d6afe25f
|
Fix tests
|
2022-10-04 10:47:58 +08:00 |
|
|
|
9cae703666
|
Fix Dockerfile
|
2022-10-04 10:20:13 +08:00 |
|