3bae29d456
Merge pull request #827 from omnivore-app/dependabot/npm_and_yarn/ts-node-10.8.1
...
Bump ts-node from 10.2.1 to 10.8.1
2022-06-21 20:44:15 -07:00
a40374b7c7
Merge pull request #833 from omnivore-app/fix/display-settings-dialog
2022-06-21 19:17:47 -07:00
1245d32eed
rename to readerSettings
2022-06-21 19:00:24 -07:00
8d7dc06a01
bundle open dyslexic font with ios app
2022-06-21 18:58:47 -07:00
2edb65090d
Merge pull request #832 from omnivore-app/google-ios-signin-update
...
Google ios signin update
2022-06-21 18:29:59 -07:00
d5939b3fec
Use same checkmark as labels for font selection. Clean up layout of title
2022-06-21 17:04:59 -07:00
28283a10fc
Simplify layout of font selector
2022-06-21 16:53:26 -07:00
3d3ddc2562
Remove unneeded props
2022-06-21 16:33:18 -07:00
9de867ec7f
Merge pull request #826 from omnivore-app/dependabot/npm_and_yarn/next-12.1.6
...
Bump next from 12.1.4 to 12.1.6
2022-06-21 16:29:24 -07:00
0cf5f9f6e9
Merge pull request #828 from omnivore-app/dependabot/npm_and_yarn/html-entities-2.3.3
...
Bump html-entities from 2.3.2 to 2.3.3
2022-06-21 16:24:52 -07:00
311d694822
update validate username publisher to async
2022-06-21 16:21:21 -07:00
26bef3ad12
Fix display settings modal props
2022-06-21 16:03:23 -07:00
99ec93449b
Use a Radix dialog instead of dropdown, add OpenDyslexic font, prefetch fonts
...
The main change here is using Dialog instead of dropdown. The
dialog uses a fixed position, so when the underlying document
dimensions change based on a font change, the dialog will still
be positioned properly.
2022-06-21 15:38:05 -07:00
9c68802c44
remove unused combine functions
2022-06-21 14:56:37 -07:00
587cbe2f26
remove unused Combine imports
2022-06-21 14:51:26 -07:00
f449f52455
convert more combine publishers to async
2022-06-21 14:38:52 -07:00
30806e4c1b
send google token to server to exchange for omnivore token
2022-06-21 13:38:49 -07:00
77081290e5
remove appauth and use google sign in lib instead
2022-06-20 23:43:23 -07:00
321914dd80
add google url scheme
2022-06-20 21:42:21 -07:00
f29597b530
add google sign in package
2022-06-20 21:38:08 -07:00
758eb04aa2
update provisioning profile spec
2022-06-20 21:12:41 -07:00
35bb9abdd4
Merge pull request #823 from omnivore-app/fix/delete-label
...
Fix a script error by deleting both labels in pages and highlights
2022-06-21 09:31:27 +08:00
8fc5a457f4
Bump html-entities from 2.3.2 to 2.3.3
...
Bumps [html-entities](https://github.com/mdevils/html-entities ) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/mdevils/html-entities/releases )
- [Changelog](https://github.com/mdevils/html-entities/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mdevils/html-entities/compare/v2.3.2...v2.3.3 )
---
updated-dependencies:
- dependency-name: html-entities
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-20 21:26:33 +00:00
3b86eb63a0
Bump ts-node from 10.2.1 to 10.8.1
...
Bumps [ts-node](https://github.com/TypeStrong/ts-node ) from 10.2.1 to 10.8.1.
- [Release notes](https://github.com/TypeStrong/ts-node/releases )
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.2.1...v10.8.1 )
---
updated-dependencies:
- dependency-name: ts-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-20 21:25:35 +00:00
4d5733f79a
Bump next from 12.1.4 to 12.1.6
...
Bumps [next](https://github.com/vercel/next.js ) from 12.1.4 to 12.1.6.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v12.1.4...v12.1.6 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-20 21:24:13 +00:00
bbae99dd7e
Merge pull request #824 from omnivore-app/fix/box-height
2022-06-20 13:02:27 -07:00
376cc74aaa
Allow primary layout to use full screen dimensions
...
Also set the library fetch limit back to 10.
2022-06-20 12:31:30 -07:00
456b7d7bbe
Use local dockerfile with content-fetch
2022-06-20 10:16:47 -07:00
cc484fd49a
Merge pull request #816 from omnivore-app/refactor/article-content-fetches
...
Refactor/article content fetches
2022-06-20 08:36:35 -07:00
9a2f4b300a
Fix a script error by deleting both labels in pages and highlights
2022-06-20 19:06:50 +08:00
a9b3a5c925
Merge pull request #805 from omnivore-app/fix/duplicate-content
...
Remove duplicate content
2022-06-19 10:56:10 +08:00
f88083e535
Merge pull request #813 from omnivore-app/advanced-search
...
advanced search
2022-06-19 10:55:18 +08:00
248f4efe7c
Merge pull request #822 from omnivore-app/fix/content-fetch-appengine
...
Use a different Dockerfile for content-fetch with App Engine and docker-compose
2022-06-17 17:30:18 -07:00
1d99bfaa10
Use a different Dockerfile for content-fetch with App Engine and docker-compose
2022-06-17 17:12:33 -07:00
ce86e7ccc5
Merge pull request #821 from omnivore-app/fix/document-scrolling
...
Do all scroll watching on the main window
2022-06-17 16:44:13 -07:00
45c11aabbb
Remove unused types
2022-06-17 16:14:05 -07:00
eb8cb3854c
Do all scroll watching on the main window
...
This moves all scrolling from child divs to the main window. This
improves our keyboard handling, as focus will be given to the
body element, not the child div when navigating by keyboard
commands, so arrow keys and space bar will work after navigating
to the reader with the keyboard commands.
2022-06-17 15:59:51 -07:00
65b8893fc0
Merge pull request #820 from omnivore-app/fix/content-fetch-docker-hub
...
fix/content fetch docker hub
2022-06-17 15:10:03 -07:00
ddaac82653
Fix content-fetch on docker compose
2022-06-17 14:59:42 -07:00
58814e1854
Run the content-fetch service in docker compose
2022-06-17 14:19:06 -07:00
3031baa94d
use search graphql query rather than articles
2022-06-17 14:04:26 -07:00
7223c38c69
update graphql swift schema
2022-06-17 13:59:39 -07:00
5a3bb62208
bump ios version to 1.10.0
2022-06-17 13:54:40 -07:00
6d61c0f9e7
resolve warnings
2022-06-17 13:54:40 -07:00
6f86495cf4
lint fixes
2022-06-17 13:54:40 -07:00
726c11afd2
delete a few unused functions and lint fixes
2022-06-17 13:54:40 -07:00
b09268bad2
fix threading violation
2022-06-17 13:54:40 -07:00
1cdfe4a439
move function to load content by requestID into data service
2022-06-17 13:54:40 -07:00
e399a5e185
rename loadContentWithRtries function. move pdfFetch to own file
2022-06-17 13:54:40 -07:00
87092d7418
use ArticleContentStatus to represent state for InternalLinkedItem
2022-06-17 13:54:40 -07:00