Jackson Harper
dbbd3abdee
Update background color behind webview when user switches themes
2023-04-11 16:44:52 +08:00
Jackson Harper
d60a87d304
Merge pull request #1998 from omnivore-app/fix/ios-display-settings
...
iOS Reader Settings display updates and theme updates
2023-04-11 12:43:28 +08:00
Jackson Harper
0e1aaae8fa
Use an override for advanced reader settings so we can update when reader settings change
2023-04-11 12:26:35 +08:00
Jackson Harper
99d3efed51
Only add text-align on p elements
2023-04-11 11:59:18 +08:00
Hongbo Wu
ea7b1cd836
Merge pull request #1994 from omnivore-app/fix/invert-newsletter-logic
...
Invert newsletter detection logic
2023-04-10 21:05:05 +08:00
Hongbo Wu
46b719f447
Merge pull request #1992 from omnivore-app/feature/piped-video
...
Add handler for piped video
2023-04-10 21:02:23 +08:00
Hongbo Wu
eb58bf11ba
Force to use content handler of piped.video when saving from extensions
2023-04-10 20:52:09 +08:00
Jackson Harper
3a1d613b57
Merge pull request #2013 from omnivore-app/fix/edit-labels-dropdown
...
Fix edit labels drop down action
2023-04-10 18:13:48 +08:00
Jackson Harper
183160b796
Remove unneeded changes
2023-04-10 17:13:04 +08:00
Jackson Harper
22e0a0cbe4
Add some new requirements to selecting scrollable elements
...
1. The element must have some height to its bounding rect, this
can prevent strange things like meta tags from being used as the
anchor.
2. The element must be a <p> tag: the intent is to take the user
to a readable position, so this should fit better and eliminates
using things like outer container elements that could span the
entire document.
2023-04-10 17:10:23 +08:00
Jackson Harper
872c3d8d0b
Fix edit labels drop down action
2023-04-10 16:15:57 +08:00
Jackson Harper
4c5c47c746
Open notes editor in a NavigationView
2023-04-10 15:59:40 +08:00
Jackson Harper
1aa49346cb
Better spacing on top nav bar reader buttons
2023-04-10 15:59:40 +08:00
Jackson Harper
dd88d9f125
Use navigation view for setting note
2023-04-10 15:59:40 +08:00
Jackson Harper
99e0f830c9
Set text when opening annotation modal
2023-04-10 15:59:40 +08:00
Jackson Harper
bed8c94a2d
Fix background scoll color visible in WebReader bounce area
2023-04-10 15:59:40 +08:00
Jackson Harper
d428baa916
Remove old note icon
2023-04-10 15:59:40 +08:00
Jackson Harper
19138bf685
Add a context menu for copying notes
2023-04-10 15:59:40 +08:00
Jackson Harper
f60ba672e7
Add highlight notes from the notebook
2023-04-10 15:59:40 +08:00
Jackson Harper
42a3b2fe87
Start to implement document note deletion
2023-04-10 15:59:40 +08:00
Jackson Harper
40d0c52c2e
Set page notes if they are already created
2023-04-10 15:59:40 +08:00
Jackson Harper
4fcc49148a
Clean up import of the notebook icon
2023-04-10 15:59:40 +08:00
Jackson Harper
1ef73388aa
UI for displaying article note modals
2023-04-10 15:59:40 +08:00
Jackson Harper
be4fea153a
Filter out highlights that are scheduled for deletion
2023-04-10 15:59:40 +08:00
Jackson Harper
fd853e65ee
Rename HighlightsList to Notebook
2023-04-10 15:59:40 +08:00
Jackson Harper
522ea0a3c3
Fix issue with changing system colormode causing the incorrect theme to be applied
2023-04-10 15:59:40 +08:00
Jackson Harper
da90b53057
Get slider closer to design
2023-04-10 15:59:40 +08:00
Jackson Harper
14d5676979
Add handler for justify text, fix dependency issue with auto highlights
2023-04-10 15:59:40 +08:00
Jackson Harper
94c0b9adaa
More speeds
2023-04-10 15:59:40 +08:00
Jackson Harper
0787ab6aa0
Faster audio playback rates
2023-04-10 15:59:40 +08:00
Jackson Harper
9aa06faf25
Implement margins and iPad reader preferences options
2023-04-10 15:59:40 +08:00
Jackson Harper
9669026c8f
WIP: update the display settings view on iOS
2023-04-10 15:59:40 +08:00
Jackson Harper
01bb2af433
Merge pull request #2004 from omnivore-app/fix/web-image-url
...
Fix image path for @1 resolutions
2023-04-09 15:55:04 +08:00
Jackson Harper
3902d73f97
Fix image path for @1 resolutions
2023-04-09 15:40:46 +08:00
Hongbo Wu
7144418646
Merge pull request #1906 from omnivore-app/dependabot/npm_and_yarn/types/express-4.17.17
...
Bump @types/express from 4.17.15 to 4.17.17
2023-04-07 15:04:32 +08:00
Hongbo Wu
4ce58dd364
Merge pull request #1983 from omnivore-app/fix/puppeteer-infinite-scrolling
2023-04-07 12:41:17 +08:00
dependabot[bot]
8dbb898460
Bump @types/express from 4.17.15 to 4.17.17
...
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express ) from 4.17.15 to 4.17.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express )
---
updated-dependencies:
- dependency-name: "@types/express"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-06 15:46:47 +00:00
Hongbo Wu
e620861eaf
Invert newsletter detection logic
2023-04-06 18:07:10 +08:00
Hongbo Wu
bfbd80e8f1
Get the published date
2023-04-06 16:41:21 +08:00
Hongbo Wu
70f4068d89
Add handler for piped video
2023-04-06 16:31:06 +08:00
Hongbo Wu
deff73953a
Do not delete embeded iframe of piped video
2023-04-06 16:30:52 +08:00
Hongbo Wu
6a29de6552
Merge pull request #1991 from omnivore-app/fix/search-query-sanitize
...
fix/search query sanitize
2023-04-06 12:21:46 +08:00
Hongbo Wu
83cd0ac880
Return error if query exceeds 255 char
2023-04-06 12:03:26 +08:00
Hongbo Wu
3d599ad7ab
Remove sanitize directive on query argument because we will change the argument type if doing so
2023-04-06 11:56:19 +08:00
Jackson Harper
a8aa1ed619
Merge pull request #1990 from omnivore-app/fix/extension-title-edit
...
Use Done button to submit title edit changes. Make titles multiline
2023-04-06 10:38:13 +08:00
Jackson Harper
1b4722fcd1
Use Done button to submit title edit changes. Make titles multiline
2023-04-06 10:28:23 +08:00
Jackson Harper
933e890ab1
Merge pull request #1985 from omnivore-app/fix/highlight-deletion-sync
...
When deleting highlights finish core data sync before triggering API sync
2023-04-06 09:40:38 +08:00
Hongbo Wu
a54a9d5d35
Merge pull request #1980 from omnivore-app/fix/search-history
...
Stop inserting search history to the DB in the search API
2023-04-05 21:37:06 +08:00
Jackson Harper
13faffffcc
When deleting highlights finish core data sync before triggering API sync
2023-04-05 19:54:03 +08:00
Jackson Harper
89119add8a
Merge pull request #1753 from omnivore-app/feat/highlights-export
...
Export highlights/notes from iOS
2023-04-05 18:33:53 +08:00