Commit Graph

4333 Commits

Author SHA1 Message Date
080a1982b2 Remove unused import 2022-11-21 22:39:10 +08:00
1e4658b771 Consistent function declaration syntax 2022-11-21 22:39:10 +08:00
dfaba9dbb3 Start to display a highlight banner in the share extension 2022-11-21 22:39:10 +08:00
7b79af481f Add prefix and suffix text to make text matching work 2022-11-21 22:39:10 +08:00
c0d5d12ec0 Add missing file 2022-11-21 22:39:10 +08:00
a3f477f57a Linting fix 2022-11-21 22:39:10 +08:00
9741f6b12d Add highlights to newly saved pages if they contain highlight markers 2022-11-21 22:39:10 +08:00
64e2bb39b6 Before adding any markers to local HTML ensure we dont have any already 2022-11-21 22:39:10 +08:00
39b0cbd453 Use strings for highlight marker elements 2022-11-21 22:39:10 +08:00
2ec4328a90 Linting 2022-11-21 22:39:10 +08:00
bf97194208 Create a highlight of the selected text when a user saves 2022-11-21 22:39:10 +08:00
2e7b7c1bb5 Make warning message on reader match library 2022-11-21 22:39:10 +08:00
062215afa4 If there is no search term but there is an applied filter, perform a search after updating from the synced items
This fixes issues with filters that have very few items in them
not showing historical data if the filter is applied.
2022-11-21 22:39:10 +08:00
75a5e9fb03 MOve the lastItemSyncTime into the dataservice so we can reset the instance value 2022-11-21 22:39:10 +08:00
8c6798a467 Remove the preview image from the share extension 2022-11-21 22:39:10 +08:00
35a9de657a Use a task group and a detached task to prefetch in the background 2022-11-21 22:39:10 +08:00
c523010427 Prefetch content and update share extension info after saving items 2022-11-21 22:39:10 +08:00
60a663e9bb Make sure deleted highlights are synced to iOS 2022-11-21 22:39:10 +08:00
5e4095f47e Remove debug, fix formatting 2022-11-21 22:39:10 +08:00
c74911ea86 Improve how we handle loading the initial items on iOS 2022-11-21 22:39:10 +08:00
64d6ff45e1 Add a stub test 2022-11-21 22:20:23 +08:00
2ab7e0a599 Merge pull request #1359 from omnivore-app/rules-api
Rules API
2022-11-21 18:00:13 +08:00
06a3f906f8 Fix bug 2022-11-21 17:12:18 +08:00
9af670a5bc Call api to get rules and device tokens in rules handler 2022-11-21 17:03:46 +08:00
f358094bbf Add get device tokens api 2022-11-21 17:03:12 +08:00
88416bc178 Add get rules api 2022-11-21 15:03:15 +08:00
1228efb70f Add docker-compose service 2022-11-21 10:36:41 +08:00
7479222657 Fix test 2022-11-21 10:17:13 +08:00
dc92fe9c52 Create rule handler cloud run 2022-11-19 11:15:26 +08:00
075c1b4d14 Fix send notification failure 2022-11-18 17:43:21 +08:00
ecc217deef Fix test 2022-11-18 16:25:22 +08:00
06c30e4f40 Add notification cloud run 2022-11-18 16:13:49 +08:00
319d757f40 Fix test 2022-11-18 14:34:31 +08:00
e53d5036dc Add notification endpoint 2022-11-18 14:33:27 +08:00
fbe4c471cd Add pubsub subscription to trigger rule actions 2022-11-18 14:00:10 +08:00
66430a1e8b Fix test 2022-11-18 10:54:03 +08:00
807fbfb753 Merge pull request #1430 from omnivore-app/fix/add-graphql-tools-utils
Add missing package
2022-11-17 19:03:11 +08:00
50fe92ac85 Add setRule resolver 2022-11-17 18:53:05 +08:00
9814570380 Always show the loading headers now that filtering is faster 2022-11-17 18:45:36 +08:00
dabada68ff Add missing package 2022-11-17 18:40:56 +08:00
3885094565 Merge pull request #1390 from omnivore-app/dependabot/npm_and_yarn/apollo-server-core-3.11.0
Bump apollo-server-core from 3.10.0 to 3.11.0
2022-11-17 18:23:42 +08:00
8008720712 Con't: store actions as a json in db 2022-11-17 16:22:16 +08:00
845e932d93 Store actions as a json in db 2022-11-17 16:21:43 +08:00
ca69aff2e8 Merge pull request #1429 from omnivore-app/fix/readability-crash
Fix crash in readability when stripping class names
2022-11-17 16:06:19 +08:00
5d9b705be3 Fix issue where stripping classNames could cause a crash 2022-11-17 15:50:32 +08:00
23c527c345 Add rule entity 2022-11-17 15:04:44 +08:00
60027dd670 Add rules table migration sql 2022-11-17 14:50:57 +08:00
71348ab492 Remove trigger type in gql schema 2022-11-17 14:50:57 +08:00
775180d785 Add rules api gql schema 2022-11-17 14:50:57 +08:00
db4f225b5c Merge pull request #1426 from omnivore-app/fix/github-handler-titles
Use greedy matching on the GitHub title regex
2022-11-17 13:42:23 +08:00