Commit Graph

6466 Commits

Author SHA1 Message Date
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
6122993e2a Merge pull request #2217 from omnivore-app/fix/highlighted-markdown
fix/highlighted markdown
2023-05-19 17:22:08 +08:00
4cc9547935 fix: fallback to html if failed to convert html to markdown 2023-05-19 16:55:50 +08:00
0e45470081 Merge pull request #2209 from omnivore-app/fix/android-labels-scroll
Make the android label selector scrollable
2023-05-19 11:30:02 +08:00
87f55eabf6 fix: sentry report on node is null 2023-05-19 10:54:43 +08:00
5a7bb079ae Increment Android version 2023-05-19 10:04:21 +08:00
331ddf69d4 remove debugging log 2023-05-18 21:12:44 +08:00
0adab7ad23 fix: sentry report on unable to find highlight 2023-05-18 21:07:51 +08:00
48554be76d fix: wrap link with == 2023-05-18 21:04:27 +08:00
c9fcbe72dd Merge pull request #2207 from omnivore-app/feat/add-obsidian-to-integrations
Add Obsidian to Integrations page, add some more copy on Pocket integration
2023-05-18 20:19:08 +08:00
aab2a78c41 Merge pull request #2216 from omnivore-app/fix/ios-font-size-selector
Allow single px font size adjustment on iOS
2023-05-18 20:18:48 +08:00
9183d3e64e Make the labels scrollable, set background of focused list item 2023-05-18 20:10:39 +08:00
ff01689b0f Allow single px font size adjustment on iOS 2023-05-18 17:52:12 +08:00
2bf932cbdc fix: &npsp; breaks highlight 2023-05-18 16:50:49 +08:00
5c71b59025 Merge pull request #2204 from omnivore-app/dependabot/npm_and_yarn/opentelemetry/instrumentation-pg-0.35.1
Bump @opentelemetry/instrumentation-pg from 0.30.0 to 0.35.1
2023-05-18 15:17:05 +08:00
58b667b57f Merge pull request #2150 from omnivore-app/dependabot/npm_and_yarn/oauth-0.10.0
Bump oauth from 0.9.15 to 0.10.0
2023-05-18 15:15:57 +08:00
058ccf3006 Merge pull request #2183 from omnivore-app/fix/unauthed-rate-limit
Reduce the rate limit for unauthenticated users
2023-05-18 15:15:18 +08:00
3f78bbf02e Merge pull request #2210 from omnivore-app/feat/extension-options-auth
Add options page to the extension so users without cookie access can save with the extension
2023-05-17 17:43:11 +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
c4510c7b55 Make the android label selector scrollable 2023-05-17 11:59:19 +08:00
1d37f04808 Properly call getClaimsByToken 2023-05-16 17:14:38 +08:00
772351dfc8 Fix copy paste errors 2023-05-16 17:08:25 +08:00
f9dbcf9360 Merge pull request #2208 from omnivore-app/wechat-handler
Add content handler for weixin.qq.com
2023-05-16 15:09:56 +08:00
94aead9988 Add content handler for weixin.qq.com 2023-05-16 14:46:44 +08:00
da35c0929b Add Obsidian to Integrations page, add some more copy on Pocket integration 2023-05-16 13:23:12 +08:00
ac61c4e380 Merge pull request #2206 from omnivore-app/fix/csv-importer
Fix a bug of importing untagged pocket items
2023-05-16 12:24:36 +08:00
2016665323 Set labels = undefined if pocket tags is empty array 2023-05-16 12:23:10 +08:00
6e71e964bd Merge pull request #2180 from omnivore-app/feat/webview-reader-links
Better handling of links in the Android reader view
2023-05-16 12:14:10 +08:00
0b599c3bcc Revert unchanged file 2023-05-16 12:13:20 +08:00
7dca0a5d5a Bump Android version 2023-05-16 11:36:29 +08:00
03d7d80b4f Use bottombar when saving 2023-05-16 11:23:58 +08:00
e14080a05f Set labels = undefined if pocket tags is undefined 2023-05-16 11:04:22 +08:00
2423bff11c Fix parsing error on empty array of labels in the csv file 2023-05-16 10:27:55 +08:00
af7cc42fbf Bump @opentelemetry/instrumentation-pg from 0.30.0 to 0.35.1
Bumps [@opentelemetry/instrumentation-pg](https://github.com/open-telemetry/opentelemetry-js-contrib) from 0.30.0 to 0.35.1.
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/host-metrics-v0.30.0...instrumentation-pg-v0.35.1)

---
updated-dependencies:
- dependency-name: "@opentelemetry/instrumentation-pg"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 22:09:46 +00:00
62ce7ff713 Merge pull request #2200 from omnivore-app/fix/pocket-import
Pass pocket auth token in query string
2023-05-15 21:53:15 +08:00
87ef6f2d01 Fix revalidation 2023-05-15 21:46:11 +08:00
3cf60df783 Add share menu item in the reader 2023-05-15 19:20:17 +08:00
f6b2484007 Resolve issue where changing theme would hide the bottom modal 2023-05-15 18:21:24 +08:00
a842fecf7f Replace router if connection failed 2023-05-15 17:53:24 +08:00
95b0b10efa Merge pull request #2190 from omnivore-app/feature/export-highlighted-markdown-content
Allow content to be converted into highlightedMarkdown format
2023-05-15 17:43:37 +08:00
175b82485f Fix typo 2023-05-15 17:39:29 +08:00
ed0952c362 Replace router after connected 2023-05-15 17:37:18 +08:00
40b0e18b22 Revalidate integrations after connected with pocket 2023-05-15 17:31:26 +08:00
c2e62155cc Pass pocket auth token in query string 2023-05-15 16:56:27 +08:00
30444c8fe2 Merge pull request #2199 from omnivore-app/enable-pocket-importer
Enable pocket importer
2023-05-15 15:44:38 +08:00
549481020b Better state handling of the reader bottom sheet 2023-05-15 15:36:06 +08:00
b822bd89be Enable pocket importer 2023-05-15 15:14:50 +08:00
49af48a695 Set labels on creation 2023-05-15 14:59:22 +08:00
b9c4a6a476 Create labels inline 2023-05-15 12:05:58 +08:00