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
Hongbo Wu
4ce58dd364
Merge pull request #1983 from omnivore-app/fix/puppeteer-infinite-scrolling
2023-04-07 12:41:17 +08:00
Hongbo Wu
ac295abe9c
Stop scrolling if the url has changed to avoid infinite scrolling issue
2023-04-05 15:59:26 +08:00
Hongbo Wu
045b0e8e78
Parse the created_time in an exception handler
2023-04-04 12:58:52 +08:00
Hongbo Wu
98876e7080
create_time is a global variable set by WeChat when rendering the page
2023-04-03 16:39:39 +08:00
Jackson Harper
fd8bfda249
Bump version, better label handling
2023-03-21 12:28:01 +08:00
Jackson Harper
94615df734
Update description, remove unused files
2023-03-21 12:10:02 +08:00
Jackson Harper
99d47db9bb
Handle PDFs and logged out state
2023-03-21 10:55:27 +08:00
Jackson Harper
4524b66dc7
logged out state handling
2023-03-20 21:21:39 +08:00
Jackson Harper
7be896e988
Prep for release, disable unused features
2023-03-20 21:21:39 +08:00
Jackson Harper
82360c74fa
More pending request handling
2023-03-20 21:21:39 +08:00
Jackson Harper
157f02fb1c
WIP: Handle pending requests
2023-03-20 21:21:39 +08:00
Jackson Harper
4eddf95ace
Clean up API callers
2023-03-20 21:21:39 +08:00
Jackson Harper
93c19ecdea
Simplify status updating code, start to add edit labels
2023-03-20 21:21:39 +08:00
Jackson Harper
18f970e778
Browser extension UI
2023-03-20 21:21:39 +08:00
Jackson Harper
7102107890
Improve the UI for the browser extension
2023-03-20 21:21:39 +08:00
Hongbo Wu
c5519ca894
Use document.title as default title
2023-01-30 15:56:33 +08:00
Jackson Harper
e22c014385
For URLs that will be forced to backend fetch dont send full content from the extension
...
This is useful with YouTube, which has massive page sizes.
2022-12-12 11:13:39 +08:00
Jackson Harper
a403c41dcd
Bump extension version to 0.1.26
2022-07-21 11:07:50 -07:00
Jackson Harper
777d469505
Handle cases in the extension when GetContent fails
...
GetContent can fail for things like PDFs in Firefox. In that
case we want to just save the URL.
Note: one issue here is we dont display any UI on the PDF in
firefox since we can't execute our content scripts.
2022-07-20 18:01:04 -07:00
Jackson Harper
0bcb8a23c5
Use new API methods for saving
2022-07-16 12:17:58 -07:00
Jackson Harper
0d2241de06
Extension: support right click saveurl and shortcut key to save current tab
2022-07-12 14:18:05 -07:00
Jackson Harper
716e484b6c
Bump extension version
2022-06-06 20:27:34 -07:00
Jackson Harper
4b6517c0a6
Use nativeMessaging permission in Safari extension but not Chrome
2022-06-06 16:09:15 -07:00
Hongbo Wu
9ba5b9c697
Add <html> tag in prepared content from extension
2022-06-06 22:36:53 +08:00
Satindar Dhillon
dab57ab840
update extension success messages
2022-02-24 11:53:20 -08:00
Jackson Harper
fe03d35619
Increase extension version number
2022-02-18 12:50:25 -08:00
Jackson Harper
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
Jackson Harper
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
Jackson Harper
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
Jackson Harper
84f32935f5
Open source omnivore
2022-02-11 09:24:33 -08:00