Commit Graph

5300 Commits

Author SHA1 Message Date
4c04bcffa8 Rename HighlightsModal to NotebookModal 2023-02-01 15:17:36 +08:00
2e3f186352 Merge pull request #1757 from omnivore-app/fix/substack-email-not-forwarded
fix/substack email not forwarded
2023-02-01 13:56:53 +08:00
dd6c8cf6dc Make subject optional too 2023-02-01 13:53:27 +08:00
ac6f5b497c Accept null value for text in an email 2023-02-01 13:44:27 +08:00
c4905aaba8 Add default empty value to the text field in received_emails table 2023-02-01 13:43:12 +08:00
e723ce1bf4 Merge pull request #1756 from omnivore-app/fix/saving-annotation-incorrectly
Unescape HTML entities in annotation to avoid showing escaped characters
2023-02-01 13:04:07 +08:00
83c8166b3b Unescape HTML entities in annotation to avoid showing escaped characters 2023-02-01 12:13:00 +08:00
a51eec9489 Merge pull request #1750 from omnivore-app/feature/android-read-now-button
Read Now - Android Share Activity
2023-01-31 13:23:11 -08:00
4be570b621 add library shorcut 2023-01-31 12:38:57 -08:00
07fd550ee4 add shortcut to library when reader is opened from share ext 2023-01-31 12:35:08 -08:00
9894b8fb50 load web reader container when tapping read now 2023-01-31 12:20:24 -08:00
848e04436d Merge pull request #1752 from omnivore-app/fix/zh-keyboards
Fix for handling multiple language keyboards
2023-01-31 20:14:35 +08:00
0bdb90c2af Fix for handling multiple language keyboards
By specifying alphabet swift wont let users switch to their
preferred language keyboard on these views.
2023-01-31 15:22:00 +08:00
ba8b6796f3 Merge pull request #1746 from omnivore-app/fix/save-youtube-playlist
Fix incorrect Youtube playlist author name and description
2023-01-31 11:06:25 +08:00
c3e6321b3d Merge pull request #1744 from omnivore-app/fix/wechat-image
Fix not showing images in wechat articles
2023-01-31 09:21:39 +08:00
4ed6adba41 Merge pull request #1745 from omnivore-app/fix/save-wrong-title
Fix incorrect title on page hosted on notion.site
2023-01-31 09:20:27 +08:00
97b50e9820 Merge pull request #1748 from omnivore-app/fix/milkroad-newsletters-not-detected
fix/milkroad newsletters not detected
2023-01-31 09:19:40 +08:00
00dfb9386c load web reader container from read now button action 2023-01-30 15:22:30 -08:00
3bf74d1f75 add read now button to android share ext 2023-01-30 11:58:09 -08:00
a119656d19 Merge pull request #1732 from holton-jiang/patch-1
Update Localizable.strings
2023-01-30 11:42:20 -08:00
6ca0dfd04b Merge pull request #1743 from jonathanyee/openOriginalUrlMenuItem
add Open Original to web reader menu
2023-01-30 11:24:26 -08:00
61bf89b9ad Add tests 2023-01-30 19:10:27 +08:00
4f12580b1c Use email header x-beehiiv-type to detect beehiiv newsletter and get the newsletter url from the header x-newsletter 2023-01-30 19:03:15 +08:00
88f6e20bfc Pass email headers to the content-handler 2023-01-30 18:52:38 +08:00
ec7344b923 Get playlist id from the URL and retrieve the information of the playlist 2023-01-30 16:53:19 +08:00
c5519ca894 Use document.title as default title 2023-01-30 15:56:33 +08:00
48255ffbf9 Fix not showing images in wechat articles 2023-01-30 15:03:55 +08:00
963e768996 Fix not showing images in wechat articles 2023-01-30 15:03:43 +08:00
c0151afa03 add Open Original to web reader menu 2023-01-29 16:56:37 -08:00
cd1e91fe98 Update Localizable.strings 2023-01-28 19:25:06 +08:00
341f88c4d6 Merge pull request #1738 from omnivore-app/fix/recent-email-mark-as
Revalidate after marking an email as article
2023-01-28 17:48:42 +08:00
77f44653c0 Revalidate after marking an email as article 2023-01-28 17:24:34 +08:00
4b8e0a69d5 Merge pull request #1736 from omnivore-app/fix/use-ilike-in-recent-email-query
Use ilike for recent email query
2023-01-28 16:33:45 +08:00
749df941f8 Use ilike for recent email query 2023-01-28 16:18:06 +08:00
3d6f1c9795 Merge pull request #1730 from omnivore-app/chore/apple-version-bump-1.23.0
bumpe apple versions to 1.23.0
2023-01-28 15:24:10 +08:00
bd52eef2a9 Merge pull request #1711 from omnivore-app/feat/recent-emails-ux
Initial work on the recent emails feature
2023-01-28 15:23:23 +08:00
d535b65a4a Merge pull request #1733 from omnivore-app/fix/recent-email-logging
Add more logging for recent email lookups
2023-01-28 15:22:50 +08:00
7476878254 Add more logging for recent email lookups 2023-01-28 15:05:45 +08:00
088d6dae96 Update Localizable.strings 2023-01-28 14:50:57 +08:00
b4122db127 Merge pull request #1731 from omnivore-app/fix/save-parsed-email-address
Save the parsed email address as the `to` field in received_emails
2023-01-28 14:12:57 +08:00
6a50e85759 Save the parsed email address as the to field in received_emails
The unparsed addresses can look something like this:

"jacksonh-XXXX@inbox.omnivore.app" <jacksonh-XXXX@inbox-demo.omnivore.app>

but we want to join on this field to the NewsletterEmail.address
field which will look like `jacksonh-XXXX@inbox.omnivore.app`
2023-01-28 13:53:23 +08:00
0cd9066efc bumpe apple versions to 1.23.0 2023-01-27 15:08:26 -08:00
332ded422e Only show mark as article if the email is not an article 2023-01-27 17:54:45 +08:00
d47b8c5024 Merge pull request #1728 from omnivore-app/fix/received-old-emails-trigger
Fix the clear old received emails trigger to only clear current users emails
2023-01-27 16:21:22 +08:00
a8d2f953bc Dont use same user as previous tests for multi user test 2023-01-27 16:00:37 +08:00
8da817e8b1 Fix the clear old received emails trigger to only clear current users emails 2023-01-27 15:38:14 +08:00
fee5267f2c Merge pull request #1727 from omnivore-app/fix/ios-set-author
Set the author when updating page data
2023-01-27 15:31:53 +08:00
abd50bff42 Set the author when updating page data 2023-01-27 14:51:15 +08:00
94b5047ef5 Merge pull request #1726 from omnivore-app/feat/docs-link
Add documentation link to main dropdown menu
2023-01-27 14:49:33 +08:00
5d9aa8cb6b Add documentation link to main dropdown menu 2023-01-27 12:17:27 +08:00