Commit graph

3262 commits

Author SHA1 Message Date
Jackson Harper
64de0447fa
Merge pull request #1153 from omnivore-app/fix/download-speechmarks
Add audio download types so we can also download speechmarks files
2022-08-30 18:26:08 +08:00
Jackson Harper
e861e4f0e6
Merge pull request #1155 from omnivore-app/enable-auto-synthesis
enable auto synthesis
2022-08-30 18:25:36 +08:00
Jackson Harper
7c7cc426e9
Merge pull request #1154 from omnivore-app/fix/ssml-params
Fixes for SSML generation
2022-08-30 18:25:09 +08:00
Hongbo Wu
7b0499f29d Fix blockquote not being recognized 2022-08-30 18:04:18 +08:00
Hongbo Wu
3cf4563466 Fix some parsing error for very old articles 2022-08-30 17:18:55 +08:00
Hongbo Wu
5bd478479a ignore tests 2022-08-30 17:02:12 +08:00
Hongbo Wu
3deed195f6 Check if top-level node has text content 2022-08-30 16:56:13 +08:00
Hongbo Wu
d915d7a1e1 Fix parsing nested <span> in <p> 2022-08-30 15:33:32 +08:00
Jackson Harper
0236f2b675 More SSML test cases 2022-08-30 12:21:10 +08:00
Jackson Harper
c85e6370b1 Add some new test cases for SSML generation 2022-08-30 11:30:50 +08:00
Hongbo Wu
9b736cbf1c Add entrypoint for text-to-speech cloud function 2022-08-30 11:07:19 +08:00
Jackson Harper
6c5525ccd8 Disable preloading in iOS 2022-08-29 23:19:03 +08:00
Hongbo Wu
fe30beafe6 Throw error if synthesis is canceled 2022-08-29 22:59:09 +08:00
Hongbo Wu
7353c328d9 Remove unused text-to-speech code 2022-08-29 22:29:40 +08:00
Jackson Harper
8bc950ba87 Use underscore to escape XML 2022-08-29 22:26:06 +08:00
Hongbo Wu
d085c86bb6 Enqueue text to speech tasks 2022-08-29 22:23:07 +08:00
Hongbo Wu
8c8734d153 Re-enable auto synthesis in the backend 2022-08-29 22:09:09 +08:00
Jackson Harper
48e6d63158 Set voice and language when generating SSML 2022-08-29 22:03:40 +08:00
Jackson Harper
5c4de078b5 Add some loggin to HTML -> SSML function 2022-08-29 21:43:05 +08:00
Jackson Harper
5f2dc1f753
Merge pull request #1152 from omnivore-app/feat/recursive-ssml-to-html
Update the HTML to SSML function to use child text items instead of using the textContent attribute'
2022-08-29 21:11:49 +08:00
Jackson Harper
b34e062df6 Add audio download types so we can also download speechmarks files 2022-08-29 20:59:20 +08:00
Jackson Harper
4f6d8cdfce Set language/rate in prosody XML 2022-08-29 17:20:43 +08:00
Jackson Harper
e298a49169 Linting fixes 2022-08-29 16:52:58 +08:00
Jackson Harper
8c3f7c5711 Use the new HTML -> SSML function 2022-08-29 16:40:43 +08:00
Jackson Harper
e6706a6efb Add a new HTML to SSML function 2022-08-29 16:37:30 +08:00
Hongbo Wu
4447fa0ad0
Merge pull request #1151 from omnivore-app/feature/prioritize-synthesis
Prioritize synthesis on playing audio over pre-fetching
2022-08-29 16:16:20 +08:00
Hongbo Wu
a94dca8932 Prioritize synthesis over playing audio over pre-fetching 2022-08-29 15:45:21 +08:00
Satindar Dhillon
fe967e9250
Merge pull request #1150 from omnivore-app/feature/android-apple-token-handling
Android Apple token handling
2022-08-28 22:51:22 -07:00
Satindar Dhillon
0786e71c68 remove topbar from apple auth webview 2022-08-28 22:44:45 -07:00
Satindar Dhillon
3d78b4df44 exchange apple token for omnivore token 2022-08-28 22:44:45 -07:00
Satindar Dhillon
8ca10ea75e update android apple login redirect uri 2022-08-28 22:44:45 -07:00
Satindar Dhillon
9888285556 apple auth sort of works 2022-08-28 22:44:45 -07:00
Satindar Dhillon
f4ebcd5578 enable apple auth button 2022-08-28 22:44:45 -07:00
Satindar Dhillon
3ea8304726 format fixes 2022-08-28 22:44:45 -07:00
Satindar Dhillon
6d1b2482c0 rename flow activity to save activity 2022-08-28 22:44:45 -07:00
Hongbo Wu
4672b520e9
Merge pull request #1148 from omnivore-app/feature/separate-queues-for-synthesis
feature/separate queues for synthesis
2022-08-29 13:43:53 +08:00
Hongbo Wu
a19ec8efea Hardcode queue name 2022-08-29 13:20:39 +08:00
Jackson Harper
014bfd0f32
Merge pull request #1147 from omnivore-app/fix/ios-theme-updater
Fix issues with theme not being properly updated in iOS when the system dark/light mode changes
2022-08-29 12:28:09 +08:00
Satindar Dhillon
dfea982df7
Merge pull request #1146 from omnivore-app/feature/android-apple-login-redirect
Android Apple Login Endpoint
2022-08-28 21:17:32 -07:00
Hongbo Wu
2e4cb7f4b0 Fix using wrong taskHandlerUrl for low priority task 2022-08-29 12:01:17 +08:00
Hongbo Wu
4af340f30e Add the priority to request param and use the correct queue accordingly 2022-08-29 11:49:10 +08:00
Hongbo Wu
f903a92245 Use text-to-speech queue 2022-08-29 11:47:42 +08:00
Hongbo Wu
e976c9e169 Add text-to-speech queue name and location to env 2022-08-29 11:47:01 +08:00
Jackson Harper
27f803e5af Add script to update the bundle file 2022-08-29 11:31:36 +08:00
Jackson Harper
2beb75d747 isDark is a string in Swift so we need to check for "true" 2022-08-29 11:31:07 +08:00
Jackson Harper
b63c9b0265 Make event names match in Swift and JS 2022-08-29 11:28:54 +08:00
Satindar Dhillon
3f6ade9614 verify apple token with both audience names used for the app 2022-08-28 09:55:41 -07:00
Satindar Dhillon
a720d5a5d5 set cors config for android web redirect 2022-08-28 09:48:39 -07:00
Satindar Dhillon
3d16b1d0b4 add redirect uri for android apple login 2022-08-28 09:36:30 -07:00
Hongbo Wu
a08a8d0089
Merge pull request #1145 from omnivore-app/fix/update-text-to-speech-api-endpoint
Update text-to-speech endpoint
2022-08-26 21:59:27 +08:00