Commit Graph

3567 Commits

Author SHA1 Message Date
4fcb379950 A couple small font/color tweaks 2022-09-27 10:20:14 +08:00
e805c5fade Removing commented out code and polish/clean up 2022-09-26 14:01:18 -05:00
efcfc1afdb Compact list view completion 2022-09-26 13:57:18 -05:00
f5e700bc37 Merge branch 'main' of github.com:omnivore-app/omnivore into feat/compact-listview 2022-09-24 18:13:09 -05:00
84dbc45bc5 Compact List view Creation 2022-09-24 18:12:45 -05:00
cc05f4dac7 Merge pull request #1231 from omnivore-app/fix/code-blocks-on-moz
Dont set max-width on code blocks
2022-09-24 16:10:52 +08:00
4700ea67b1 Dont set max-width on code blocks 2022-09-24 15:52:51 +08:00
e65269b203 Merge pull request #1229 from omnivore-app/feature/override-language-in-speech-file
Allow language in the query to override the page language in the speech file
2022-09-24 11:33:50 +08:00
21ca548897 Merge pull request #1230 from omnivore-app/fix/escape-youtube-title
Escape HTML entities in Youtube and Twitter handlers
2022-09-23 16:59:36 +08:00
cb609d893e Escape HTML entities in puppeteer-parse 2022-09-23 16:40:32 +08:00
aef83ee958 Escape HTML entities in Twitter title and description 2022-09-23 16:33:57 +08:00
7656b37e1b Escape youtube title and author name 2022-09-23 16:16:25 +08:00
710243e94e Allow language in the query to override the page language in the speech file 2022-09-23 14:19:29 +08:00
1373cd476f Merge pull request #1227 from omnivore-app/fix/axios-newsletter-parsing
fix/axios newsletter parsing
2022-09-22 22:25:45 +08:00
0239103fc4 Remove the table with text content less than 20 because these are ads 2022-09-22 22:16:03 +08:00
99dad48dd1 Add Axios Chicago test case 2022-09-22 22:13:49 +08:00
277f6e67ea Merge pull request #1226 from omnivore-app/fix/close-redis-conn
fix/close redis conn
2022-09-22 15:01:03 +08:00
d3ad5525e3 Add 10s connection timeout and retry 10 times max 2022-09-22 13:30:36 +08:00
b17fb50c3b Close redis connection if got error 2022-09-22 13:12:36 +08:00
a20a7e55ac Close redis connection after execution of cloud function 2022-09-22 13:00:58 +08:00
f6510103e5 Merge pull request #1225 from omnivore-app/feat/ios-audio-analytics
Add audio session events
2022-09-22 12:14:45 +08:00
4d2a03a873 Merge pull request #1223 from omnivore-app/fix/email-button-naming
Change the text on the button to create a new email to match iOS
2022-09-22 12:08:35 +08:00
89fd9b9f0c Add audio session events 2022-09-22 12:05:32 +08:00
eae715820d Merge pull request #1224 from omnivore-app/fix/redis-tls
fix/redis tls
2022-09-22 11:56:35 +08:00
2150ce2ce8 Set TTL to 24 hours 2022-09-22 11:51:56 +08:00
b9e2fc465c More comments 2022-09-22 11:25:13 +08:00
a7563a55e1 Add comments 2022-09-22 11:24:54 +08:00
279dbf2049 Extend ttl to 12 hours 2022-09-22 11:20:11 +08:00
f4f99a30b2 Add redis tls and cert 2022-09-22 11:17:02 +08:00
215940446c Merge pull request #1206 from omnivore-app/dependabot/npm_and_yarn/jose-2.0.6
Bump jose from 2.0.5 to 2.0.6
2022-09-22 10:52:44 +08:00
ec6fa118c1 Change the text on the button to create a new email to match iOS
More descriptive and makes our documentation more consistent.
2022-09-22 10:40:33 +08:00
ba711a3cb9 Bump jose from 2.0.5 to 2.0.6
Bumps [jose](https://github.com/panva/jose) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/v2.0.6/CHANGELOG.md)
- [Commits](https://github.com/panva/jose/compare/v2.0.5...v2.0.6)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-22 02:06:19 +00:00
97ffef34bf Merge pull request #1216 from omnivore-app/feature/android-bundled-web-reader
Bundled Web Reader - Android
2022-09-21 08:34:40 -07:00
733ffcc247 Merge pull request #1218 from omnivore-app/fix/morning-brew-newsletter-css
Adjust the width of each column to give more space to the right-most column
2022-09-21 13:46:39 +08:00
74a0ac1c0d Update app bundle 2022-09-21 13:44:14 +08:00
8e8cc1f516 Update app bundle 2022-09-21 13:42:33 +08:00
72126ab5d5 Adjust the width of each column to give more space to the right-most column 2022-09-21 13:41:34 +08:00
175f4b2054 Merge pull request #1221 from omnivore-app/fix/redis-dependency
Fix redis dependency
2022-09-21 13:40:35 +08:00
fe42746bcc Fix redis dependency 2022-09-21 12:57:55 +08:00
78229c5e6c Merge pull request #1213 from omnivore-app/fix/ios-audio-player-items
Generate a queue of player items when speech synthesis starts
2022-09-21 12:46:34 +08:00
203195bc34 pass labels and highlights to android web reader' 2022-09-20 21:35:45 -07:00
4967b829a8 pass labels to web reader 2022-09-20 21:25:00 -07:00
4c87dff4cd Merge pull request #1203 from omnivore-app/feature/cache-tts-audio
feature/cache tts audio
2022-09-21 12:24:15 +08:00
56e3ccadf0 Add test case for Axios AM newsletter 2022-09-21 12:16:13 +08:00
08aef33514 add network call to fetch article content when opening web view 2022-09-20 11:12:07 -07:00
57b4e47ac0 move web reader content loading into viewmodel 2022-09-20 09:08:01 -07:00
a23760a296 A few bug fixes
- Only set durations if we have successfully loaded
audio data.

- Use weak self in the completion handler so we clean up
properly.

- Handle cases where there are no utterances in a document

- When a user selects to download audio, force overwrite
the cached data.
2022-09-20 21:57:52 +08:00
d8c62b5a3d Merge pull request #1217 from omnivore-app/fix/morning-brew-newsletter-parsing
Fix one morning brew newsletter parsing error by only keeping market info table in the original newsletter
2022-09-20 21:02:55 +08:00
2c3b8535d8 Fix one morning brew newsletter parsing error by only keeping market info table in the original newsletter 2022-09-20 17:12:13 +08:00
8c71c0b384 Make Christopher the default voice, fix linter warnings 2022-09-20 16:07:30 +08:00