Commit graph

6457 commits

Author SHA1 Message Date
Jackson Harper
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
Jackson Harper
5a7bb079ae Increment Android version 2023-05-19 10:04:21 +08:00
Jackson Harper
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
Jackson Harper
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
Jackson Harper
9183d3e64e Make the labels scrollable, set background of focused list item 2023-05-18 20:10:39 +08:00
Jackson Harper
ff01689b0f Allow single px font size adjustment on iOS 2023-05-18 17:52:12 +08:00
Jackson Harper
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
Jackson Harper
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
Jackson Harper
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
Jackson Harper
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
Jackson Harper
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
Jackson Harper
c4510c7b55 Make the android label selector scrollable 2023-05-17 11:59:19 +08:00
Jackson Harper
1d37f04808 Properly call getClaimsByToken 2023-05-16 17:14:38 +08:00
Jackson Harper
772351dfc8 Fix copy paste errors 2023-05-16 17:08:25 +08:00
Hongbo Wu
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
Hongbo Wu
94aead9988 Add content handler for weixin.qq.com 2023-05-16 14:46:44 +08:00
Jackson Harper
da35c0929b Add Obsidian to Integrations page, add some more copy on Pocket integration 2023-05-16 13:23:12 +08:00
Hongbo Wu
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
Hongbo Wu
2016665323 Set labels = undefined if pocket tags is empty array 2023-05-16 12:23:10 +08:00
Jackson Harper
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
Jackson Harper
0b599c3bcc Revert unchanged file 2023-05-16 12:13:20 +08:00
Jackson Harper
7dca0a5d5a Bump Android version 2023-05-16 11:36:29 +08:00
Jackson Harper
03d7d80b4f Use bottombar when saving 2023-05-16 11:23:58 +08:00
Hongbo Wu
e14080a05f Set labels = undefined if pocket tags is undefined 2023-05-16 11:04:22 +08:00
Hongbo Wu
2423bff11c Fix parsing error on empty array of labels in the csv file 2023-05-16 10:27:55 +08:00
dependabot[bot]
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
Hongbo Wu
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
Hongbo Wu
87ef6f2d01 Fix revalidation 2023-05-15 21:46:11 +08:00
Jackson Harper
3cf60df783 Add share menu item in the reader 2023-05-15 19:20:17 +08:00
Jackson Harper
f6b2484007 Resolve issue where changing theme would hide the bottom modal 2023-05-15 18:21:24 +08:00
Hongbo Wu
a842fecf7f Replace router if connection failed 2023-05-15 17:53:24 +08:00
Hongbo Wu
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
Hongbo Wu
175b82485f Fix typo 2023-05-15 17:39:29 +08:00
Hongbo Wu
ed0952c362 Replace router after connected 2023-05-15 17:37:18 +08:00
Hongbo Wu
40b0e18b22 Revalidate integrations after connected with pocket 2023-05-15 17:31:26 +08:00
Hongbo Wu
c2e62155cc Pass pocket auth token in query string 2023-05-15 16:56:27 +08:00
Hongbo Wu
30444c8fe2
Merge pull request #2199 from omnivore-app/enable-pocket-importer
Enable pocket importer
2023-05-15 15:44:38 +08:00
Jackson Harper
549481020b Better state handling of the reader bottom sheet 2023-05-15 15:36:06 +08:00
Hongbo Wu
b822bd89be Enable pocket importer 2023-05-15 15:14:50 +08:00
Jackson Harper
49af48a695 Set labels on creation 2023-05-15 14:59:22 +08:00
Jackson Harper
b9c4a6a476 Create labels inline 2023-05-15 12:05:58 +08:00
Hongbo Wu
e3d8fae6c5 Remove debug log 2023-05-12 19:28:19 +08:00
Hongbo Wu
791d11f581 Allow content to be converted into highlightedMarkdown format 2023-05-12 19:27:04 +08:00
Jackson Harper
c49ca0149f Set max to 10/minute for unauthenticated requests 2023-05-12 17:11:20 +08:00
Jackson Harper
9fba4aa1af Use FlowRow for labels on cards 2023-05-12 17:07:52 +08:00
Jackson Harper
42d9c5fea8 Dont create labels in the library mode 2023-05-12 17:00:16 +08:00
Jackson Harper
8396ed5e8a
Merge pull request #2187 from omnivore-app/fix/ios-handle-non-parsed
Better handling of pages that fail to parse
2023-05-12 16:54:26 +08:00
Jackson Harper
6c2059807f More work on Android label selector 2023-05-12 16:32:59 +08:00
Hongbo Wu
f9f2c89584
Merge pull request #2188 from omnivore-app/fix/add-archived-at-to-search-item
Add archivedAt to the search item in the search api response
2023-05-12 15:49:41 +08:00
Hongbo Wu
565c932a2d Add archivedAt to the search item in the search api response 2023-05-12 12:22:11 +08:00