Commit graph

2320 commits

Author SHA1 Message Date
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
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
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
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
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
Satindar Dhillon
dedc4c41eb
Merge pull request #817 from omnivore-app/add-savedAt-to-searchItem
add savedAt to searchItem
2022-06-17 13:32:07 -07:00
Jackson Harper
abe0b4c65e
Merge pull request #818 from omnivore-app/create-index-in-migration
Create index if not exists in migration
2022-06-17 11:10:52 -07:00
Jackson Harper
99a39ed150
Merge pull request #819 from omnivore-app/fix/medium-handler
Fix detection of medium subdomains
2022-06-17 09:44:15 -07:00
Jackson Harper
71f8834477 Fix detection of medium subdomains 2022-06-17 09:25:42 -07:00
Hongbo Wu
2ef5d101bb Create index if not exists in migration 2022-06-17 22:07:41 +08:00
Hongbo Wu
3f4b0f9b8c Update resolver 2022-06-17 17:09:08 +08:00
Hongbo Wu
26e7ab178e Fetch page savedAt, readingProgress from elastic 2022-06-17 17:08:26 +08:00
Hongbo Wu
2bcf97d2e8 Make updatedAt optional 2022-06-17 17:07:13 +08:00
Hongbo Wu
1be9c980e1 Add savedAt to searchItem and make readingProgress required in elastic 2022-06-17 16:03:49 +08:00
Hongbo Wu
e408143ea9 Add savedAt to searchItem and make readingProgress required 2022-06-17 16:02:46 +08:00
Jackson Harper
8f1bf6c813
Merge pull request #812 from omnivore-app/fix/content-parse
Fix parsing error
2022-06-16 08:49:41 -07:00
Hongbo Wu
e3c30dd076 Allow matching title, description, content keyword in elastic 2022-06-16 22:15:05 +08:00
Hongbo Wu
40bb49012a Allow match keyword 2022-06-16 22:15:01 +08:00
Hongbo Wu
9ec11cfc22 Add title, description, content as keyword in search.ts 2022-06-16 22:14:08 +08:00
Hongbo Wu
8535534709 Fix classname = null exception by checking element parent node nullability before checking classname 2022-06-16 18:09:23 +08:00
Hongbo Wu
f7c814d584 Add yarn to volta 2022-06-16 18:05:02 +08:00