Commit graph

5325 commits

Author SHA1 Message Date
Satindar Dhillon
eddbcd293a add toggle for auto highlight mode on ios 2023-02-09 15:22:39 -08:00
Jackson Harper
78c44dfec7 Fix layout of welcome screen on smaller devices 2023-02-09 20:04:47 +08:00
Jackson Harper
3062e16e63 Pass tap events from web reader into native instead of setting up gestures in native
This allows us to handle tap events based on state better, most
importantly it means we wont raise the bottom buttons if the
there is a tap to dismiss an active menu.
2023-02-08 18:52:17 +08:00
Jackson Harper
35a2e91fb8 Fix label color foreground color 2023-02-08 18:50:58 +08:00
Jackson Harper
c5cb5d9514 We initially show the nav bar but not bottom bar, so this keeps them in sync on subsequent taps 2023-02-07 18:07:34 +08:00
Jackson Harper
9ebf0f6a6b Show bottom buttons when we show nav bar, make tap toggle the two 2023-02-07 17:44:36 +08:00
Jackson Harper
f800e3a04e Make the TextChips on iOS and Web match better 2023-02-07 17:32:32 +08:00
Jackson Harper
68bac30af3 Bundle update 2023-02-07 17:31:44 +08:00
Jackson Harper
d9a592f478 This luminance function is meant to operate on RGB of 255 values 2023-02-07 17:31:32 +08:00
Jackson Harper
d8392a64dd Remove unused color 2023-02-07 15:56:53 +08:00
Jackson Harper
bfe2c7db27 More consistent header font and colors 2023-02-07 15:41:22 +08:00
Jackson Harper
319e31edfc Add title and label changing to ArticleContainer
This prevents us from getting stuck an a loop of change events
when the user changes some settings.
2023-02-07 15:25:56 +08:00
Jackson Harper
aae18ed348 Add Atkinson Hyperlegible font 2023-02-07 12:39:17 +08:00
Jackson Harper
7c55ed7a4c Add save to omnivore shortcut 2023-02-07 11:06:19 +08:00
Jackson Harper
5c636e7482 Lookup highlight from store before syncing deletion changes so we have the latest copy in memory 2023-02-07 11:06:16 +08:00
Jackson Harper
1cffdf2bbe Dont apply a filter if the user has written a filter when searching 2023-02-07 11:04:44 +08:00
Jackson Harper
a084dbfdc7 Remove unused image 2023-02-07 11:04:44 +08:00
Jackson Harper
a0fdf60cd3 Fixed frame for more icon 2023-02-07 11:04:44 +08:00
Jackson Harper
d094e80b5b More consistent image for the ellipsis 2023-02-07 11:04:44 +08:00
Jackson Harper
d3052cffbc Try to avoid merge conflicts when deleting items
This can happen because the serverSyncStatus can be changed.
2023-02-07 11:03:53 +08:00
Jackson Harper
ea0f114d64 Linting clean up 2023-02-07 11:03:53 +08:00
Jackson Harper
fc20a90534 Handle double tap on highlights to open the note modal 2023-02-07 11:03:53 +08:00
Jackson Harper
12e26397e6 Sort items in the notebook by position 2023-02-07 11:03:53 +08:00
Jackson Harper
5891dbae10 Clear selection after creating a highlight on release 2023-02-07 11:03:53 +08:00
Jackson Harper
92d5851aa9 Enable highlight on selection behavior on iOS 2023-02-07 11:03:53 +08:00
Jackson Harper
4f2d05d3be Remove highlightsBaseURL as it is no longer used 2023-02-07 11:03:53 +08:00
Jackson Harper
a6cda115b3 Localize export text 2023-02-07 11:03:53 +08:00
Jackson Harper
c76c90e005 Allow exporting highlights and notes as markdown 2023-02-07 11:03:53 +08:00
Jackson Harper
6f8bf6686b Update webreader view when titles are updated 2023-02-07 11:03:53 +08:00
Satindar Dhillon
8b14994a53 comment out unused chinese strings 2023-02-06 13:11:24 -08:00
Satindar Dhillon
d00089ea25 perform sync within conext perform blocks 2023-02-06 13:06:42 -08:00
Satindar Dhillon
4c73f79286 avoid using coredata cache in data service network calls handlers 2023-02-06 13:06:42 -08:00
Satindar Dhillon
b47b6cba53 use lookup rather than object cache when deleting highlight 2023-02-06 13:06:42 -08:00
Satindar Dhillon
c4281b545c
Merge pull request #1762 from holton-jiang/patch-2
Update Localizable.strings
2023-02-06 10:58:47 -08:00
Hongbo Wu
5982005590
Merge pull request #1779 from omnivore-app/fix/tts
Fix text-to-speech timeout issue by sending the response back when cache is invalid
2023-02-06 11:46:11 +08:00
Jackson Harper
8e19a7ba9b
Merge pull request #1778 from omnivore-app/fix/mobile-login-error-logging
Add additional logging for mobile auth login errors
2023-02-06 11:45:24 +08:00
Hongbo Wu
49e40994ee Fix text to speech timeout issue by sending the response back when cache is invalid 2023-02-06 11:24:31 +08:00
Jackson Harper
768652d77f
Merge pull request #1772 from omnivore-app/dependabot/npm_and_yarn/pkg/extension/http-cache-semantics-4.1.1
Bump http-cache-semantics from 4.1.0 to 4.1.1 in /pkg/extension
2023-02-06 11:15:33 +08:00
Jackson Harper
477eeac3f3
Merge pull request #1771 from omnivore-app/dependabot/npm_and_yarn/pkg/admin/http-cache-semantics-4.1.1
Bump http-cache-semantics from 4.1.0 to 4.1.1 in /pkg/admin
2023-02-06 11:15:12 +08:00
Jackson Harper
e6833fddff Add to address on email not forwarded logs 2023-02-06 11:13:28 +08:00
Jackson Harper
1e63899748 Add additional logging for mobile auth login errors 2023-02-06 11:11:28 +08:00
dependabot[bot]
3faf9e34c7
Bump http-cache-semantics from 4.1.0 to 4.1.1 in /pkg/extension
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 06:35:14 +00:00
dependabot[bot]
11d44eac1f
Bump http-cache-semantics from 4.1.0 to 4.1.1 in /pkg/admin
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 06:35:13 +00:00
Hongbo Wu
8f5cf4c8a0
Merge pull request #1768 from omnivore-app/every-io-newsletter
Add support to multiple newsletters
2023-02-03 19:13:39 +08:00
Hongbo Wu
db1a194d11 Add support for india times newsletter 2023-02-03 18:18:44 +08:00
Hongbo Wu
d36b608919 Add support for energy-world newsletter 2023-02-03 17:23:51 +08:00
Hongbo Wu
b6c41b9c73 Add support for every.io newsletter 2023-02-03 16:59:27 +08:00
Jackson Harper
930bc62fce
Merge pull request #1766 from omnivore-app/feat/bulk-actions
Add web UI for the bulk action API
2023-02-03 15:41:33 +08:00
Hongbo Wu
363489f5be Add generic newsletter handler 2023-02-03 14:46:24 +08:00
Jackson Harper
b82ea0425e Add new bulk tool 2023-02-03 14:44:47 +08:00