Commit Graph

6180 Commits

Author SHA1 Message Date
9b0941d705 Add a new SearchView that does typeahead search, add back button to WebReader
The end goal here is to separate search and typeahead search so
I can bring more properties onto the main search cards like
save time, number of highlights, article length.
2023-04-18 23:21:59 +08:00
70777d323e Start to get cards closer to web design 2023-04-18 16:05:29 +08:00
d2b99399bf Dont set bottom padding on Android list view 2023-04-18 15:49:40 +08:00
653955b3b8 Set email and password keyboard types on login form
This prevents auto complete and capitalization issues when
logging in.
2023-04-18 14:45:40 +08:00
6d373b1e60 Merge pull request #2069 from omnivore-app/feat/epub-reader
Support additional content reader types
2023-04-18 11:45:04 +08:00
3c12162866 Fix typo in content type check 2023-04-18 11:22:44 +08:00
fa7eca4509 Merge pull request #2065 from omnivore-app/dependabot/npm_and_yarn/kbar-0.1.0-beta.40
Bump kbar from 0.1.0-beta.36 to 0.1.0-beta.40
2023-04-18 11:19:10 +08:00
a6dbe3ab5a Add epub container 2023-04-18 11:05:31 +08:00
69df32d428 Implement a reader for epubs 2023-04-18 09:00:48 +08:00
cd5ed5a4f3 Merge pull request #2062 from omnivore-app/fix/ios-1.26-beta
Bump iOS version, update Chinese string translation, show Reader Preferences from a popover on iPad
2023-04-18 09:00:17 +08:00
b7e5a1a641 Bump kbar from 0.1.0-beta.36 to 0.1.0-beta.40
Bumps [kbar](https://github.com/timc1/kbar) from 0.1.0-beta.36 to 0.1.0-beta.40.
- [Release notes](https://github.com/timc1/kbar/releases)
- [Commits](https://github.com/timc1/kbar/compare/v0.1.0-beta.36...v0.1.0-beta.40)

---
updated-dependencies:
- dependency-name: kbar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-17 22:05:00 +00:00
45bb8971db Merge pull request #2059 from omnivore-app/fix/importer-counter
Fix incorrect successful and failed counter of imported urls in the importer
2023-04-17 17:46:58 +08:00
c03d59c3c9 Add test case for failures 2023-04-17 17:20:14 +08:00
a1e782e39d Fix tests 2023-04-17 17:14:40 +08:00
dc31f653bc on iPad show the reader settings in a popover 2023-04-17 12:44:33 +08:00
3ca4fd4915 Bump iOS version, update Chinese string translation 2023-04-17 11:09:25 +08:00
cf85c48a34 Merge pull request #2060 from omnivore-app/feat/improve-tts-skip-intervals
Use 15s as the default skip interval for text to speech
2023-04-17 10:58:07 +08:00
7dcfd0484b Merge pull request #2037 from holton-jiang/patch-1
Improvement Localizable.strings
2023-04-17 10:41:12 +08:00
9cd8ecd75b Use 15s as the default skip interval for text to speech 2023-04-17 10:36:17 +08:00
11538347af Fix incorrect successful and failed counter of imported urls in the importer 2023-04-17 10:24:46 +08:00
90e3c113f6 Merge pull request #2055 from omnivore-app/feat/web-full-screen
Fullscreen mode for the reader
2023-04-15 12:00:22 +08:00
21127389f5 Add fullscreen to keyboard help modal 2023-04-15 11:50:03 +08:00
b19e89bf9e Add a hotkey for fullscreen 2023-04-15 11:46:35 +08:00
0fbaa81199 Merge pull request #2051 from omnivore-app/fix/hide-pocket-integration
Disable the Pocket integration button
2023-04-15 08:32:15 +08:00
2c29aa76b5 Disable the Pocket integration button 2023-04-15 08:24:30 +08:00
f9f8e33392 Merge pull request #2049 from omnivore-app/fix/confirmation-email-not-forward
Forward subscription confirmation email
2023-04-14 18:56:45 +08:00
e48ba1c5b2 Add test case 2023-04-14 18:55:57 +08:00
182860e4d3 Update comment 2023-04-14 18:50:31 +08:00
0a2598e296 Parse the author name from email address 2023-04-14 18:48:24 +08:00
f7d46752e1 Forward subscription confirmation email 2023-04-14 18:40:38 +08:00
ce4e078754 Merge pull request #2047 from omnivore-app/fix/uploader-no-open-url-progress
Handle cases where no progres is sent during upload
2023-04-14 14:32:20 +08:00
63b9053d84 Handle cases where no progres is sent during upload 2023-04-14 14:14:49 +08:00
1ae0b9e6dd Merge pull request #2046 from omnivore-app/fix/upload-progress
Fix issues with progress not being displayed on upload complete
2023-04-14 13:59:03 +08:00
bde605ecf9 Fix issues with progress not being displayed on upload complete 2023-04-14 13:34:30 +08:00
d6ca1c2178 Merge pull request #2045 from omnivore-app/fix/web-upload-modal
Dont show upload modal by default
2023-04-14 13:09:59 +08:00
efee75b41d Dont show upload modal by default 2023-04-14 12:55:14 +08:00
6bfe56b1c9 Merge pull request #2044 from omnivore-app/fix/web-keyboard-modal-width
Better minWidth for small screens
2023-04-14 12:47:06 +08:00
9c4c43bf6a Better minWidth for small screens 2023-04-14 12:29:59 +08:00
93bbf25170 Merge pull request #2038 from omnivore-app/feat/web-upload-modal
Move dnd uploader into a separate modal
2023-04-14 12:17:48 +08:00
a6560ac9a8 Merge pull request #2043 from omnivore-app/fix/web-reader-labels
Clean up keyboard commands functionalities and modal, add tooltips
2023-04-14 12:16:44 +08:00
978e802786 Clean up keyboard commands functionalities and modal, add tooltips 2023-04-14 11:27:01 +08:00
1c853ea1a1 Revert library menu changes 2023-04-13 19:01:15 +08:00
12163de073 Show uploaded items in the upload modal 2023-04-13 19:00:16 +08:00
007a4d5c37 Update Localizable.strings 2023-04-13 18:31:35 +08:00
7d7fdcd2e3 Merge pull request #1963 from omnivore-app/fix/telegram-test
Add test for telegram pages
2023-04-13 13:37:42 +08:00
e7e90658b6 Update generated html 2023-04-13 04:36:05 +00:00
e423374e52 Update generated html 2023-04-13 12:35:05 +08:00
ba57848cdd Add test for telegram pages 2023-04-13 12:34:32 +08:00
4d3518ebb3 Merge pull request #2035 from omnivore-app/fix/improve-table-css
Improve the CSS for tables
2023-04-13 12:27:25 +08:00
7444d32944 Merge pull request #2036 from omnivore-app/fix/remove-footnote-links
Remove footnote links in wikipedia articles
2023-04-13 12:26:49 +08:00