Commit Graph

50 Commits

Author SHA1 Message Date
7cd69da8b8 Do not set dir if not rtl 2024-03-04 13:33:06 +08:00
24cec85880 Allow web extension to get the content text direction and save 2024-03-04 13:27:55 +08:00
6d484884da Prevent add label if press enter in composition session 2024-01-31 13:38:00 +09:00
f22bdaa1a2 More updates for FF consent screen 2023-11-17 12:18:30 +08:00
8c04763376 Add privacy opt-in for firefox extension 2023-11-16 23:56:17 +08:00
4aad6d241d Capture keyup events in the extension so they dont propogate up to apps that have keyboard bindings 2023-11-14 18:54:34 +08:00
bf37348fd6 Allow configuring the auto dismiss time for the extension 2023-11-10 11:33:41 +08:00
0c09f9dbcb Add option to disable auto dismiss on the extension 2023-10-06 19:37:27 +08:00
f09272b9b7 Sync label removal changes 2023-10-02 22:24:12 +08:00
e93b3577dc Fix the label remove click handler in the extension 2023-10-02 18:51:50 +08:00
44e85ea295 Merge 2023-09-30 12:48:57 +08:00
db4604e21f Sync label changes 2023-09-28 17:49:00 +08:00
901bdd2564 Sync label changes 2023-09-28 16:08:47 +08:00
3ce15cf4d5 Prevent scroll on focus of the extension toast element 2023-09-22 08:12:13 +08:00
eee89ee229 Update icons 2023-09-15 15:29:01 +08:00
9826d943fa Keyboard events + better keyboard handling 2023-09-15 12:15:15 +08:00
fd67baea09 remove the code to get create_time from wechat article in browser runtime 2023-07-11 16:20:08 +08:00
b733420d19 Allow opening notebooks from the library 2023-06-20 15:54:04 +08:00
215bd7f58f Make sure Authorization header is not set when using cookie based auth 2023-05-22 18:24:41 +08:00
da6e32df8f Remove keyboard stuff for now, maybe should do this after v3 2023-05-22 15:28:49 +08:00
57601ffc57 Revert typo 2023-05-22 15:28:08 +08:00
91a76eb4a8 Remove unused 2023-05-22 15:10:28 +08:00
62e37b7766 Add note and menu to the extension 2023-05-22 14:51:53 +08:00
0a50c7a8b3 Add options page to the extension so users without cookie access can save with the extension 2023-05-17 13:54:25 +08:00
46b719f447 Merge pull request #1992 from omnivore-app/feature/piped-video
Add handler for piped video
2023-04-10 21:02:23 +08:00
eb58bf11ba Force to use content handler of piped.video when saving from extensions 2023-04-10 20:52:09 +08:00
4ce58dd364 Merge pull request #1983 from omnivore-app/fix/puppeteer-infinite-scrolling 2023-04-07 12:41:17 +08:00
ac295abe9c Stop scrolling if the url has changed to avoid infinite scrolling issue 2023-04-05 15:59:26 +08:00
045b0e8e78 Parse the created_time in an exception handler 2023-04-04 12:58:52 +08:00
98876e7080 create_time is a global variable set by WeChat when rendering the page 2023-04-03 16:39:39 +08:00
fd8bfda249 Bump version, better label handling 2023-03-21 12:28:01 +08:00
99d47db9bb Handle PDFs and logged out state 2023-03-21 10:55:27 +08:00
4524b66dc7 logged out state handling 2023-03-20 21:21:39 +08:00
7be896e988 Prep for release, disable unused features 2023-03-20 21:21:39 +08:00
82360c74fa More pending request handling 2023-03-20 21:21:39 +08:00
157f02fb1c WIP: Handle pending requests 2023-03-20 21:21:39 +08:00
4eddf95ace Clean up API callers 2023-03-20 21:21:39 +08:00
93c19ecdea Simplify status updating code, start to add edit labels 2023-03-20 21:21:39 +08:00
18f970e778 Browser extension UI 2023-03-20 21:21:39 +08:00
7102107890 Improve the UI for the browser extension 2023-03-20 21:21:39 +08:00
c5519ca894 Use document.title as default title 2023-01-30 15:56:33 +08:00
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
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
0bcb8a23c5 Use new API methods for saving 2022-07-16 12:17:58 -07:00
0d2241de06 Extension: support right click saveurl and shortcut key to save current tab 2022-07-12 14:18:05 -07:00
9ba5b9c697 Add <html> tag in prepared content from extension 2022-06-06 22:36:53 +08:00
dab57ab840 update extension success messages 2022-02-24 11:53:20 -08:00
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
84f32935f5 Open source omnivore 2022-02-11 09:24:33 -08:00