Commit graph

4485 commits

Author SHA1 Message Date
Hongbo Wu
86dccc0d44 Update savedAt in update page api 2022-11-30 13:17:50 +08:00
Hongbo Wu
e5b0339036
Merge pull request #1478 from omnivore-app/fix/nytimes
Fix NYTimes first few paragraph missing
2022-11-30 12:45:29 +08:00
Hongbo Wu
ce44c8e529 Default parent classes being an empty array 2022-11-30 11:59:42 +08:00
Hongbo Wu
74e447a00f
Merge pull request #1482 from omnivore-app/fix/drag-n-drop
Fix some errors in drag and drop feature
2022-11-30 11:57:19 +08:00
Hongbo Wu
9646092d1a Fix some errors in drag and drop feature 2022-11-30 11:53:06 +08:00
Hongbo Wu
4bedfd2abe Fix test 2022-11-30 11:10:26 +08:00
Hongbo Wu
548f317607 Skip cleanning nytimes article first few paragraphs which has too many links 2022-11-30 11:04:05 +08:00
Jackson Harper
f0aaceabea
Merge pull request #1477 from omnivore-app/feat/web-pdf-notes
Allow creating notes on PDF highlights
2022-11-30 10:46:54 +08:00
Jackson Harper
b4901b14d7 Remove unused event stuff 2022-11-30 10:23:12 +08:00
Jackson Harper
521ecff381 Update the highlightsRef list when creating a merged PDF highlight 2022-11-30 10:07:50 +08:00
Jackson Harper
ce8c023733 Use the highlightsRef when opening the all highlights modal 2022-11-30 10:03:16 +08:00
Hongbo Wu
2564c20f86 generate test page for nytimes.com 2022-11-29 22:17:46 +08:00
Jackson Harper
885e80fb46 Allow creating notes on PDF highlights 2022-11-29 21:37:57 +08:00
Hongbo Wu
bd8ef41917
Merge pull request #1476 from omnivore-app/parse-stack-overflow
Add stack-overflow content-handler
2022-11-29 16:19:33 +08:00
Hongbo Wu
3a3a06b5d6 Fix vote count 2022-11-29 16:18:09 +08:00
Hongbo Wu
1fe86b6230 Parse owner 2022-11-29 15:48:45 +08:00
Hongbo Wu
f8e0efad05 fix bug 2022-11-29 15:40:22 +08:00
Hongbo Wu
8ee19a98fa parse authors 2022-11-29 12:26:37 +08:00
Hongbo Wu
c993fa11be Add stack-overflow content-handler 2022-11-29 11:39:23 +08:00
Jackson Harper
4f1b4e523c
Merge pull request #1474 from omnivore-app/fix/pdf-settings
Save PDF configuration changes
2022-11-28 15:20:51 +08:00
Jackson Harper
d2ad0d63ae Fix comment replacement, remove debug 2022-11-28 15:06:02 +08:00
Jackson Harper
ef8e78380b Save PDF configuration changes
These get reloaded after change, so if we don't save them, they
wont be applied to the document. The appearance setting doesn't
get reloaded so that one does not need to be saved (and we don't
have access to it).
2022-11-28 12:58:47 +08:00
Hongbo Wu
da59da32b3
Merge pull request #1470 from omnivore-app/fix/rule-add-label-action
Fix not setting labels due to the undefined labels in search API response
2022-11-28 10:34:17 +08:00
Hongbo Wu
b1ef8b8e4b Fix not setting labels due to the undefined labels in search API response 2022-11-28 10:29:27 +08:00
Hongbo Wu
e2dbb82b91
Merge pull request #1469 from omnivore-app/add-labels-to-highlight-in-response
Add labels in highlight type in api response
2022-11-25 17:28:42 +08:00
Jackson Harper
787f7e2198
Merge pull request #1466 from omnivore-app/feat/edit-title-desc
Allow editing author on iOS
2022-11-25 17:25:11 +08:00
Hongbo Wu
28025db959 Add labels in highlight type in api response 2022-11-25 17:12:47 +08:00
Jackson Harper
e0bbc8b7f3
Merge pull request #1467 from omnivore-app/fix/hide-url-check
Handle invalid URLs in the shouldHideUrl check
2022-11-25 16:31:11 +08:00
Jackson Harper
9fde7c98a4 Handle invalid URLs in the shouldHideUrl check 2022-11-25 16:17:32 +08:00
Jackson Harper
18fc5d19a4 Display an info alert if a user taps on Highlight but does not have a highlight 2022-11-25 15:10:02 +08:00
Jackson Harper
a3b53485ed Allow editing author on iOS 2022-11-25 14:42:56 +08:00
Jackson Harper
42a4f22c4b
Merge pull request #1465 from omnivore-app/feat/sync-sort-order
feat/sync sort order
2022-11-25 14:16:07 +08:00
Jackson Harper
23af75594d Reduce max sync amount, defer after the second sync 2022-11-25 14:04:22 +08:00
Jackson Harper
c68dfef447 Remove work around for syncing latest items 2022-11-25 13:43:15 +08:00
Jackson Harper
a0def56965 Use descending savedAt search when syncing to pull in newest items 2022-11-25 13:42:58 +08:00
Jackson Harper
cd91b3b8bf Update schema 2022-11-25 13:42:12 +08:00
Jackson Harper
32b58de025
Merge pull request #1458 from omnivore-app/fix/temp-search-sync
Temporarily perform a search to get the most recently saved items on iOS
2022-11-25 13:18:59 +08:00
Jackson Harper
e4e21ddc3a
Merge pull request #1462 from omnivore-app/add-order-in-updatesince-api
Add sort in updatesince api and default sorting by updatedAt in descending order
2022-11-25 13:18:05 +08:00
Jackson Harper
a158afd974
Merge pull request #1461 from omnivore-app/feat/web-edit-byline
Add web UI for editing bylines
2022-11-25 11:51:41 +08:00
Hongbo Wu
64fd0cfdc6 Add sort in updatesince api and default sorting by updatedAt in descending order 2022-11-25 11:44:55 +08:00
Hongbo Wu
e1e6b80d6b
Merge pull request #1460 from omnivore-app/fix/stack-overflow-author
Correctly parse names out of itemprop/author segments
2022-11-25 11:38:33 +08:00
Jackson Harper
87fa9611ec Add web UI for editing bylines 2022-11-25 11:16:20 +08:00
Hongbo Wu
0853888f21
Merge pull request #1456 from omnivore-app/allow-changing-byline
Allow changing byline in update api
2022-11-25 10:50:12 +08:00
Hongbo Wu
db3d4c7cfd
Merge pull request #1459 from omnivore-app/fix/rule-engine
Fix some errors in rule engine
2022-11-25 10:46:23 +08:00
Jackson Harper
754ee36773 Add a test case from stackoverflow for author parsing 2022-11-25 10:45:23 +08:00
Hongbo Wu
35e99350a5 Only set label if not exists 2022-11-25 10:35:31 +08:00
Jackson Harper
88fe43de0b
Merge pull request #1448 from omnivore-app/feat/rules-web-ui
Add UI for the rules engine
2022-11-25 10:24:24 +08:00
Jackson Harper
cc77e72a5b Correctly parse names out of itemprop/author segments
If these nodes are setup correctly with structured data, parse
out the name instead of taking the entire textContent.
2022-11-25 10:20:00 +08:00
Hongbo Wu
0732fb05dd Fix some errors in rule engine 2022-11-24 18:39:51 +08:00
Jackson Harper
e70a15de55 Temporarily perform a search to get the most recently saved items on iOS 2022-11-24 17:39:43 +08:00