Commit graph

2653 commits

Author SHA1 Message Date
Satindar Dhillon
d3be6cf72a set text contrast preference at article loading time. default to true 2022-06-22 15:08:01 -07:00
Jackson Harper
feb197c731 Fix a crash when parsing content fetches that are blocked 2022-06-22 14:55:37 -07:00
Satindar Dhillon
f297cf1c1d
Merge pull request #842 from omnivore-app/fix/mac-app-updates
Mac app updates
2022-06-22 14:19:50 -07:00
Jackson Harper
378b6d19ca
Merge pull request #839 from omnivore-app/fix/primary-layout-height
Force the height of the primary layout content space
2022-06-22 14:17:51 -07:00
Satindar Dhillon
4f4edaf78a add pspdfkit back into package.swift 2022-06-22 14:01:24 -07:00
Satindar Dhillon
f47b1101a3 set different app group names for macos and ios 2022-06-22 13:45:43 -07:00
Rupin Khandelwal
560853fb1d Issue-835-Part-1 2022-06-22 12:36:06 -07:00
Jackson Harper
c7307ec713 Force the height of the primary layout content space
This is needed so the PDF container gets a size set
on it, because it can't expand content to fit its size.
2022-06-22 12:35:40 -07:00
Jackson Harper
7f7ac7a7a8
Merge pull request #837 from omnivore-app/fix/labels-on-login-page
Update the labels on the login page image
2022-06-22 12:10:09 -07:00
Jackson Harper
cdd2e206ce Update the labels on the login page image
Still need to update the article content on this page, but this
at least gets rid of obvious placeholder graphics.
2022-06-22 11:38:05 -07:00
Satindar Dhillon
b113d78904 add os conditionals to get mac app running: 2022-06-21 22:05:39 -07:00
Jackson Harper
84662a0dd8
Merge pull request #834 from omnivore-app/fix/font-selector-check 2022-06-21 21:15:02 -07:00
Jackson Harper
c7c582281e Right align the checkmark on the font selector 2022-06-21 20:50:33 -07:00
Jackson Harper
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
Jackson Harper
a40374b7c7
Merge pull request #833 from omnivore-app/fix/display-settings-dialog 2022-06-21 19:17:47 -07:00
Satindar Dhillon
1245d32eed rename to readerSettings 2022-06-21 19:00:24 -07:00
Satindar Dhillon
8d7dc06a01 bundle open dyslexic font with ios app 2022-06-21 18:58:47 -07:00
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