f070020dd9
Fallback to SaveUrl ifd browser doesnt support blob url access (safari)
...
In Safari we can't access blob URLs in the background script, so
we fallback to submitting the embedded PDF URL instead of trying
to upload the content.
2022-02-18 12:48:46 -08:00
6c9e316884
Propogate errors when uploading a file fails
...
This cancels the wait and ensures an error is displayed
2022-02-18 12:48:46 -08:00
4c07dd56a9
Merge pull request #91 from omnivore-app/extension-v0.1.20
...
Bump the Safari Extension to v0.1.20
2022-02-19 04:47:34 +08:00
f61b2db632
Bump the Safari Extension to v0.1.20
...
This bundles some fixes for PDF saving reliability on Safari.
2022-02-18 10:48:45 -08:00
060a0876b6
Merge pull request #83 from omnivore-app/dependabot/npm_and_yarn/next-12.1.0
...
Bump next from 12.0.9 to 12.1.0
2022-02-19 02:47:16 +08:00
20e8029f2d
Merge pull request #85 from omnivore-app/fix/webview-scroll-offset
...
Set the scroll indicator offsets on the webview
2022-02-19 01:35:40 +08:00
a28857111b
Merge pull request #87 from omnivore-app/fix/typography-tweaks
...
Tweak the line height for reader text and titles
2022-02-18 16:52:24 +08:00
4b06e52128
Tweak the line height for reader text and titles
...
We still aren't using the degular font, so I kept the font sizes
the same as they are now. We will need to update if we change
the font.
2022-02-18 00:45:40 -08:00
8d743617cb
Use the new verticalScrollIndicatorInsets instead of scrollIndicatorInsets
2022-02-17 21:55:22 -08:00
e757dbfe68
Use navBarHeight for the ... nav bar height
2022-02-17 21:22:19 -08:00
ecbe22eb53
Merge pull request #86 from omnivore-app/feature/ios-pdf-navbar
...
Compact Navbar for PDF Viewer [iOS]
2022-02-17 21:21:56 -08:00
f8d9d1aed2
set inline style nav bar for pdfviewer
2022-02-17 20:58:32 -08:00
d7d4131f9f
Set the scroll indicator offsets on the webview
...
This prevents the scroll from bouncing when we scroll to the top
we should figure out how to query for the system navigation
bar size and use that instead of hard coding 50.
2022-02-17 20:41:13 -08:00
89d8b71bd4
Merge pull request #71 from omnivore-app/feature/iphone-nav-bar
...
iPhone NavBar Visibility
2022-02-17 20:27:36 -08:00
4c84c40f97
add slug to the link ( #84 )
2022-02-18 10:43:34 +08:00
2ff223d404
Bump next from 12.0.9 to 12.1.0
...
Bumps [next](https://github.com/vercel/next.js ) from 12.0.9 to 12.1.0.
- [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.0.9...v12.1.0 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-18 02:34:10 +00:00
d9f32d0559
fix animation glitch
2022-02-17 16:25:24 -08:00
ad9d37e611
remove print statements
2022-02-17 16:08:00 -08:00
ea93f3926e
WiP
2022-02-17 16:07:31 -08:00
05aa5d737e
Merge pull request #82 from omnivore-app/feature/bloomberg-newsletters
...
Add support for Bloomberg newsletter
2022-02-18 01:08:46 +08:00
f4854488c7
Merge pull request #81 from omnivore-app/fix/pdf-attachment-handler
...
Fix not adding pdf attachment to library
2022-02-18 01:07:51 +08:00
9431e80be8
add parser
2022-02-17 20:17:02 +08:00
e3839647e1
parse bloomberg newsletter
2022-02-17 20:14:06 +08:00
ad8bca3d84
use subject as title
2022-02-17 18:59:07 +08:00
7229c64da0
fix: Should not get fake uploading url in demo ( #79 )
...
* fix not getting fake uploading url in demo
* use internal service endpoint env
* update internal svc endpoint
2022-02-17 13:34:50 +08:00
bd8178a464
add support for bloomberg newsletters
2022-02-17 13:19:58 +08:00
e929c5d1a1
remove spacing on ios reader reader
2022-02-16 21:19:07 -08:00
50d8310ae7
add padding around font adjustment buttons to increase tap target
2022-02-16 21:01:55 -08:00
0eca980993
adjust scroll content offset when nav bar toggles
2022-02-16 20:40:39 -08:00
45533fa562
remove scroll to top behavior on iphone reader view
2022-02-16 20:27:28 -08:00
e07a504daa
show nav bar when user taps the status bar
2022-02-16 19:43:16 -08:00
69c64aa390
hide popover view when nav bar shrinks
2022-02-16 17:39:13 -08:00
96a02a3855
use zstack to show font adjustment view
2022-02-16 17:34:08 -08:00
7b3610d7bb
Merge pull request #78 from omnivore-app/add-github-button
2022-02-17 09:32:08 +08:00
2d663ec71b
Add a link to our GitHub from our main header
2022-02-16 17:09:19 -08:00
89ae114820
Merge pull request #76 from omnivore-app/fix/apple-graphql-types
...
Handle the new SanitizedString types in the apple GQL source
2022-02-17 07:13:14 +08:00
997f087635
adjust nav bar height
2022-02-16 13:39:45 -08:00
0e6a5a88e4
Merge pull request #73 from omnivore-app/docs/add-readme-shoutouts
...
Add a section in the README on the OSS we use
2022-02-17 04:45:13 +08:00
6ae2972ccc
Handle the new SanitizedString types in the apple GQL source
2022-02-16 12:40:12 -08:00
3a27681534
Merge pull request #74 from omnivore-app/chore/upgrade-gql-typegen-2.6.2
...
Upgrade gql-codegen, regenerate GQL schema
2022-02-17 04:03:31 +08:00
e80eb7ab06
Upgrade gql-codegen, regenerate GQL schema
2022-02-16 11:32:13 -08:00
1251ee6bf3
Merge pull request #70 from omnivore-app/fix/upgrade-apollo-server
...
Upgrade to Apollo Server 3.0
2022-02-17 03:27:25 +08:00
01575e7780
Add SWR
2022-02-16 11:14:36 -08:00
3d289f24be
Add Radix to the list of OSS we use
2022-02-16 11:10:44 -08:00
d21256ff88
Add Swift GraphQL to the shoutouts section
2022-02-16 11:07:04 -08:00
376689ea63
README typos
2022-02-16 10:58:44 -08:00
ad507ec507
Put the emoji after the headlines to make them a little more readable
2022-02-16 10:56:11 -08:00
0313f3805e
Add emoji to the README
2022-02-16 10:53:17 -08:00
197e038f37
Add a section in the README on the OSS we use
2022-02-16 10:43:38 -08:00
c1ffd9abdf
fix sanitize bug by having different SanitizedString type name when creating new instances
2022-02-16 09:33:33 -08:00