Commit graph

3437 commits

Author SHA1 Message Date
Jackson Harper
d60a87d304
Merge pull request #1998 from omnivore-app/fix/ios-display-settings
iOS Reader Settings display updates and theme updates
2023-04-11 12:43:28 +08:00
Jackson Harper
0e1aaae8fa Use an override for advanced reader settings so we can update when reader settings change 2023-04-11 12:26:35 +08:00
Jackson Harper
99d3efed51 Only add text-align on p elements 2023-04-11 11:59:18 +08:00
Hongbo Wu
ea7b1cd836
Merge pull request #1994 from omnivore-app/fix/invert-newsletter-logic
Invert newsletter detection logic
2023-04-10 21:05:05 +08:00
Hongbo Wu
46b719f447
Merge pull request #1992 from omnivore-app/feature/piped-video
Add handler for piped video
2023-04-10 21:02:23 +08:00
Hongbo Wu
eb58bf11ba Force to use content handler of piped.video when saving from extensions 2023-04-10 20:52:09 +08:00
Jackson Harper
22e0a0cbe4 Add some new requirements to selecting scrollable elements
1. The element must have some height to its bounding rect, this
can prevent strange things like meta tags from being used as the
anchor.

2. The element must be a <p> tag: the intent is to take the user
to a readable position, so this should fit better and eliminates
using things like outer container elements that could span the
entire document.
2023-04-10 17:10:23 +08:00
Jackson Harper
872c3d8d0b Fix edit labels drop down action 2023-04-10 16:15:57 +08:00
Jackson Harper
522ea0a3c3 Fix issue with changing system colormode causing the incorrect theme to be applied 2023-04-10 15:59:40 +08:00
Jackson Harper
14d5676979 Add handler for justify text, fix dependency issue with auto highlights 2023-04-10 15:59:40 +08:00
Jackson Harper
9aa06faf25 Implement margins and iPad reader preferences options 2023-04-10 15:59:40 +08:00
Jackson Harper
9669026c8f WIP: update the display settings view on iOS 2023-04-10 15:59:40 +08:00
Jackson Harper
3902d73f97 Fix image path for @1 resolutions 2023-04-09 15:40:46 +08:00
Hongbo Wu
e620861eaf Invert newsletter detection logic 2023-04-06 18:07:10 +08:00
Hongbo Wu
bfbd80e8f1 Get the published date 2023-04-06 16:41:21 +08:00
Hongbo Wu
70f4068d89 Add handler for piped video 2023-04-06 16:31:06 +08:00
Hongbo Wu
deff73953a Do not delete embeded iframe of piped video 2023-04-06 16:30:52 +08:00
Hongbo Wu
83cd0ac880 Return error if query exceeds 255 char 2023-04-06 12:03:26 +08:00
Hongbo Wu
3d599ad7ab Remove sanitize directive on query argument because we will change the argument type if doing so 2023-04-06 11:56:19 +08:00
Hongbo Wu
a54a9d5d35
Merge pull request #1980 from omnivore-app/fix/search-history
Stop inserting search history to the DB in the search API
2023-04-05 21:37:06 +08:00
Jackson Harper
89119add8a
Merge pull request #1753 from omnivore-app/feat/highlights-export
Export highlights/notes from iOS
2023-04-05 18:33:53 +08:00
Jackson Harper
987394c26a Remove extra debug 2023-04-05 18:18:54 +08:00
Jackson Harper
490cd6b098 Scroll to highlight keyboard commands 2023-04-05 18:13:54 +08:00
Jackson Harper
3f8926eb18 Better handling of closing notebooks and refreshing data in the highlight layer 2023-04-05 17:49:54 +08:00
Jackson Harper
2ed372a74c Better dependency handling of highlights data 2023-04-05 17:05:30 +08:00
Jackson Harper
6226131c16 Implement scroll to highlight in PDF 2023-04-05 15:39:51 +08:00
Jackson Harper
4468b038a8 Update notebook icon 2023-04-05 15:09:03 +08:00
Jackson Harper
d0981a216c Remove debug 2023-04-05 15:08:50 +08:00
Hongbo Wu
f65f8202db Disable push notification action in rules web 2023-04-05 12:39:23 +08:00
Hongbo Wu
6b3d7874ad Disable push notification action in rules engine 2023-04-05 12:39:07 +08:00
Hongbo Wu
c596e88f46 Set search query max size to 255 char 2023-04-05 12:20:52 +08:00
Hongbo Wu
e5ffd3f5bd Stop inserting search history to the DB in the search API 2023-04-05 11:45:39 +08:00
Jackson Harper
2ed1c2b186 Updated sorting for feature items 2023-04-04 22:21:27 +08:00
Jackson Harper
6f8934fe59 Reset throttle timeout after clearing, fixes issue where scroll watcher doesnt fire 2023-04-04 22:21:10 +08:00
Jackson Harper
1220481b00 Better highlight position calculation 2023-04-04 21:26:47 +08:00
Jackson Harper
8e3aba2295 WIP: feature cards, fir merging highlights offline sync 2023-04-04 21:04:13 +08:00
Hongbo Wu
819d275497 Add wordsCount if undefined when creating pages in elastic 2023-04-04 12:52:46 +08:00
Hongbo Wu
32d31af847
Merge pull request #1970 from omnivore-app/double-quote-size-limit
Double max length of quote in highlights
2023-04-04 11:44:28 +08:00
Hongbo Wu
c52d2f0f56 Fix pageType to be null in updatesSince api response 2023-04-04 11:00:13 +08:00
Jackson Harper
5e396ef23b Better MD support in iOS, merge fixes 2023-04-03 19:35:06 +08:00
Hongbo Wu
8d79f858c3 Double max length of quote in highlights 2023-04-03 18:46:59 +08:00
Jackson Harper
51f17350a7 Remove duplicated attribute from merge 2023-04-03 17:44:29 +08:00
Jackson Harper
af00b88c5a More merge fixes 2023-04-03 17:29:01 +08:00
Jackson Harper
5eef42e296 Merge highlight improvements 2023-04-03 17:19:43 +08:00
Jackson Harper
e15119e808
Merge pull request #1944 from omnivore-app/feat/notebook-improvements
Notebook improvements
2023-04-03 16:53:56 +08:00
Jackson Harper
8fd891bae7 Start to add a new modal for notes 2023-04-03 16:13:53 +08:00
Jackson Harper
f20cbed563 Improve highlight scrolling from notebooks 2023-04-03 13:46:19 +08:00
Jackson Harper
25530eb411 Enable the AddLinkModal in the Highlights Layout 2023-04-03 10:56:39 +08:00
Jackson Harper
c00ef27e77 Revert scrolling changes 2023-04-03 10:41:18 +08:00
Jackson Harper
f6fc974040 Add a key to help with rerenders 2023-03-31 21:49:26 +08:00