Satindar Dhillon
2edb65090d
Merge pull request #832 from omnivore-app/google-ios-signin-update
...
Google ios signin update
2022-06-21 18:29:59 -07:00
Jackson Harper
d5939b3fec
Use same checkmark as labels for font selection. Clean up layout of title
2022-06-21 17:04:59 -07:00
Jackson Harper
28283a10fc
Simplify layout of font selector
2022-06-21 16:53:26 -07:00
Jackson Harper
3d3ddc2562
Remove unneeded props
2022-06-21 16:33:18 -07:00
Jackson Harper
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
Jackson Harper
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
Satindar Dhillon
311d694822
update validate username publisher to async
2022-06-21 16:21:21 -07:00
Jackson Harper
26bef3ad12
Fix display settings modal props
2022-06-21 16:03:23 -07:00
Jackson Harper
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
Satindar Dhillon
9c68802c44
remove unused combine functions
2022-06-21 14:56:37 -07:00
Satindar Dhillon
587cbe2f26
remove unused Combine imports
2022-06-21 14:51:26 -07:00
Satindar Dhillon
f449f52455
convert more combine publishers to async
2022-06-21 14:38:52 -07:00
Satindar Dhillon
30806e4c1b
send google token to server to exchange for omnivore token
2022-06-21 13:38:49 -07:00
Satindar Dhillon
77081290e5
remove appauth and use google sign in lib instead
2022-06-20 23:43:23 -07:00
Satindar Dhillon
321914dd80
add google url scheme
2022-06-20 21:42:21 -07:00
Satindar Dhillon
f29597b530
add google sign in package
2022-06-20 21:38:08 -07:00
Satindar Dhillon
758eb04aa2
update provisioning profile spec
2022-06-20 21:12:41 -07:00
Hongbo Wu
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
6f5fdea505
Bump puppeteer-extra-plugin-stealth from 2.9.0 to 2.10.0
...
Bumps [puppeteer-extra-plugin-stealth](https://github.com/berstend/puppeteer-extra ) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/berstend/puppeteer-extra/releases )
- [Commits](https://github.com/berstend/puppeteer-extra/compare/puppeteer-extra-plugin-stealth@2.9.0...puppeteer-extra-plugin-stealth@2.10.0 )
---
updated-dependencies:
- dependency-name: puppeteer-extra-plugin-stealth
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 21:22:52 +00:00
Jackson Harper
bbae99dd7e
Merge pull request #824 from omnivore-app/fix/box-height
2022-06-20 13:02:27 -07:00
Jackson Harper
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
Jackson Harper
456b7d7bbe
Use local dockerfile with content-fetch
2022-06-20 10:16:47 -07:00
Satindar Dhillon
cc484fd49a
Merge pull request #816 from omnivore-app/refactor/article-content-fetches
...
Refactor/article content fetches
2022-06-20 08:36:35 -07:00
Hongbo Wu
9a2f4b300a
Fix a script error by deleting both labels in pages and highlights
2022-06-20 19:06:50 +08:00
Hongbo Wu
a9b3a5c925
Merge pull request #805 from omnivore-app/fix/duplicate-content
...
Remove duplicate content
2022-06-19 10:56:10 +08:00
Hongbo Wu
f88083e535
Merge pull request #813 from omnivore-app/advanced-search
...
advanced search
2022-06-19 10:55:18 +08:00
Jackson Harper
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
Jackson Harper
1d99bfaa10
Use a different Dockerfile for content-fetch with App Engine and docker-compose
2022-06-17 17:12:33 -07:00
Jackson Harper
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
Jackson Harper
45c11aabbb
Remove unused types
2022-06-17 16:14:05 -07:00
Jackson Harper
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
Jackson Harper
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
Jackson Harper
ddaac82653
Fix content-fetch on docker compose
2022-06-17 14:59:42 -07:00
Jackson Harper
58814e1854
Run the content-fetch service in docker compose
2022-06-17 14:19:06 -07:00
Satindar Dhillon
3031baa94d
use search graphql query rather than articles
2022-06-17 14:04:26 -07:00
Satindar Dhillon
7223c38c69
update graphql swift schema
2022-06-17 13:59:39 -07:00
Satindar Dhillon
5a3bb62208
bump ios version to 1.10.0
2022-06-17 13:54:40 -07:00
Satindar Dhillon
6d61c0f9e7
resolve warnings
2022-06-17 13:54:40 -07:00
Satindar Dhillon
6f86495cf4
lint fixes
2022-06-17 13:54:40 -07:00
Satindar Dhillon
726c11afd2
delete a few unused functions and lint fixes
2022-06-17 13:54:40 -07:00
Satindar Dhillon
b09268bad2
fix threading violation
2022-06-17 13:54:40 -07:00
Satindar Dhillon
1cdfe4a439
move function to load content by requestID into data service
2022-06-17 13:54:40 -07:00
Satindar Dhillon
e399a5e185
rename loadContentWithRtries function. move pdfFetch to own file
2022-06-17 13:54:40 -07:00
Satindar Dhillon
87092d7418
use ArticleContentStatus to represent state for InternalLinkedItem
2022-06-17 13:54:40 -07:00
Satindar Dhillon
ffcd43060c
separate article content fetch gql call from persistence code
2022-06-17 13:54:40 -07:00
Satindar Dhillon
96b09fec8e
separate linkeditem network fetches from persistence functions
2022-06-17 13:54:40 -07:00
Satindar Dhillon
01632c5317
lint fixes
2022-06-17 13:54:40 -07:00