Commit graph

10069 commits

Author SHA1 Message Date
Jackson Harper
ee5000393f
Merge pull request #3637 from jeffbowen/jeffbowen-plus-macos
Refer to "Omnivore for iOS" as "Omnivore for iOS and macOS"
2024-03-06 13:48:21 +08:00
Jeff Bowen
25ec04c578
Capitalize "Share" in "Share extension"
Apple capitalizes "Share" in "Share extension" when referring to Share extensions. https://developer.apple.com/library/archive/documentation/General/Conceptual/ExtensibilityPG/Share.html
2024-03-06 14:38:59 +10:00
Jeff Bowen
c250717320
Add "macOS" to "Omnivore for iOS" app name
Currently on the Install page Omnivore refers to the "Omnivore for iOS" app but as that app seems to be a universal app for iOS *and* macOS, it should probably be referred to as "Omnivore for iOS and macOS".
2024-03-06 14:36:30 +10:00
Hongbo Wu
3d8458992c
Merge pull request #3636 from omnivore-app/fix/send-push-notification
fix/send push notification
2024-03-06 12:18:42 +08:00
Hongbo Wu
d41459a5cd log unhandled error 2024-03-06 12:04:16 +08:00
Hongbo Wu
289f1cf5e2 better error message 2024-03-06 11:54:41 +08:00
Hongbo Wu
c346ba8703 do not throw error if failed to find tokens 2024-03-06 11:47:17 +08:00
Jackson Harper
bd237d06fa
Merge pull request #3634 from omnivore-app/feat/rss-fetch-content-type
Allow toggling the fetch content type per feed
2024-03-06 10:40:53 +08:00
Jackson Harper
8a5f993f8d Allow toggling the fetch content type per feed 2024-03-05 18:03:24 +08:00
Jackson Harper
90e716d0f5
Merge pull request #3632 from omnivore-app/fix/web-disable-user-verify-primary
Remove use verify auth on home
2024-03-05 17:02:43 +08:00
Jackson Harper
fc9c744496 Remove use verify auth on home 2024-03-05 17:02:05 +08:00
Jackson Harper
0ee80ee2c0
Merge pull request #3630 from omnivore-app/fix/web-keyboard-shortcut-fixes
Open links in new tab
2024-03-05 15:03:38 +08:00
Jackson Harper
773438dfae Remove link hover args 2024-03-05 14:47:25 +08:00
Jackson Harper
58f75b51d5 Open links in new tab 2024-03-05 14:37:35 +08:00
Jackson Harper
903edf1542
Merge pull request #3629 from omnivore-app/fix/web-keyboard-shortcut-fixes
Fix the library select and mark read/unread shortcuts
2024-03-05 14:01:50 +08:00
Jackson Harper
fb609cffa0 Add verify auth check to settings 2024-03-05 13:16:01 +08:00
Jackson Harper
a7f052a9af Add empty trash support to account page 2024-03-05 13:15:46 +08:00
Jackson Harper
9706fee07b New function to verify auth 2024-03-05 12:53:07 +08:00
Jackson Harper
4ba3bc03de Update shortcut params 2024-03-05 12:53:07 +08:00
Jackson Harper
cb6ef5f81c Fix the library select and mark read/unread shortcuts 2024-03-05 12:53:07 +08:00
Hongbo Wu
9b64d47618
Merge pull request #3618 from omnivore-app/feature/text-direction-extension
Allow web extension to get the content text direction and save
2024-03-05 12:52:40 +08:00
Jackson Harper
62bfbd57ba
Merge pull request #3622 from omnivore-app/debug/web-menu-debugging
Fix package dependencies for hover actions
2024-03-05 12:50:28 +08:00
Jackson Harper
4b627d9058 Stop event propogation over hover cards so we dont click on cards when opening the menu 2024-03-05 10:53:10 +08:00
Jackson Harper
553ea5d8a3 Remove old import 2024-03-05 10:21:42 +08:00
Jackson Harper
158a833d2d Remove tooltip wrapped component 2024-03-05 10:18:07 +08:00
Jackson Harper
8ef19ba28c Remove tooltips to fix library clash 2024-03-05 10:10:16 +08:00
Jackson Harper
91df117072 Remove onOpenChange 2024-03-05 09:34:36 +08:00
Jackson Harper
6d4278a8f0 Revert package changes 2024-03-05 09:18:21 +08:00
Jackson Harper
9f9d28a0eb Add z-index to menus 2024-03-04 22:49:03 +08:00
Hongbo Wu
74129ffbd7
Merge pull request #3617 from omnivore-app/feature/text-direction 2024-03-04 22:41:15 +08:00
Jackson Harper
4501bce927 Try bumping dropdown library up 2024-03-04 22:26:58 +08:00
Jackson Harper
e6b76bf463 Remove callback funcs 2024-03-04 21:42:05 +08:00
Jackson Harper
36e62f2984 Add some debug 2024-03-04 21:22:57 +08:00
Jackson Harper
8d77341dd0
Merge pull request #3616 from omnivore-app/fix/web-dismiss-pointer
Attempt to wrap modal root onopenchange to handle pointer events
2024-03-04 21:01:26 +08:00
Jackson Harper
14bcf400c5
Merge pull request #3619 from omnivore-app/feat/web-rtl-text
Allow setting text as RTL in the reader
2024-03-04 20:51:29 +08:00
Jackson Harper
b7cc86163c Remove update functions 2024-03-04 14:11:50 +08:00
Jackson Harper
409006ff2b Allow setting text as RTL in the reader 2024-03-04 13:55:50 +08:00
Jackson Harper
678de05e3d Add some debugging 2024-03-04 13:34:07 +08:00
Hongbo Wu
7cd69da8b8 Do not set dir if not rtl 2024-03-04 13:33:06 +08:00
Hongbo Wu
24cec85880 Allow web extension to get the content text direction and save 2024-03-04 13:27:55 +08:00
sywhb
8a2ea4b0b1 Update generated html 2024-03-04 05:24:59 +00:00
Hongbo Wu
4a70291898 add directionality to the SearchItem and Article Grahql type in the schema 2024-03-04 13:23:52 +08:00
Jackson Harper
b719a8aa74 Attempt to wrap modal root onopenchange to handle pointer events 2024-03-04 13:02:18 +08:00
Hongbo Wu
0e46dc2302 save dir in the database 2024-03-04 12:28:51 +08:00
Jackson Harper
07f771c45f
Merge pull request #3586 from omnivore-app/dependabot/npm_and_yarn/remark-gfm-4.0.0
Bump remark-gfm from 3.0.1 to 4.0.0
2024-03-04 12:08:00 +08:00
Jackson Harper
fc80b4c454
Merge pull request #3610 from omnivore-app/dependabot/npm_and_yarn/sanitize-html-2.12.1
Bump sanitize-html from 2.4.0 to 2.12.1
2024-03-04 12:07:33 +08:00
dependabot[bot]
419ebce68e
Bump sanitize-html from 2.4.0 to 2.12.1
Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 2.4.0 to 2.12.1.
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apostrophecms/sanitize-html/compare/2.4.0...2.12.1)

---
updated-dependencies:
- dependency-name: sanitize-html
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 03:46:04 +00:00
Hongbo Wu
65f5488289
Merge pull request #3608 from omnivore-app/fix/export-job
fix: export-item job takes too long and save-page job was delayed
2024-03-04 11:25:49 +08:00
Jackson Harper
f541d4ede2
Merge pull request #3615 from omnivore-app/fix/web-pointer-events
Allow overflow on grid cards, clear pointer events from dropdowns after triggered
2024-03-04 11:06:05 +08:00
dependabot[bot]
7c330d8a2a
Bump remark-gfm from 3.0.1 to 4.0.0
Bumps [remark-gfm](https://github.com/remarkjs/remark-gfm) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/remarkjs/remark-gfm/releases)
- [Commits](https://github.com/remarkjs/remark-gfm/compare/3.0.1...4.0.0)

---
updated-dependencies:
- dependency-name: remark-gfm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 02:54:57 +00:00