Commit Graph

71 Commits

Author SHA1 Message Date
ba5ad51e6a Set intercom user hash 2023-10-30 15:34:25 +08:00
08f9beab68 Improve site icon fetching 2023-10-30 11:25:50 +08:00
fa82917f55 Update view models 2023-10-30 10:34:02 +08:00
8fe51a5f80 More on ios share extension improvements 2023-10-30 10:34:02 +08:00
cf3427fdc9 WIP: clean up the extension design 2023-10-30 10:34:02 +08:00
35afaa97da Update the Safari extension 2023-10-04 11:13:23 +08:00
8d0747554c Disable window tabbing in the OSX app 2023-09-20 19:17:32 +08:00
79dbe3686b Update safari extension, clean up the macos app 2023-09-19 17:21:02 +08:00
1988e4472a Switch from segment to posthog directly 2023-09-13 20:00:28 +08:00
fb3e64e1b5 Update Safari extension 2023-06-01 09:15:10 +08:00
94099281ae Add theme and justify-text to reader settings 2023-05-31 13:50:42 +08:00
b95dd08817 Bump the extension up for Safari 2023-05-24 17:42:32 +08:00
4df43d9c36 fix minimize in dock issue for macos 2023-03-22 10:58:10 -07:00
6fd8729291 disable quite a few line length warnings 2023-02-20 12:15:29 -07:00
177f461499 don't try to bootstrap Firebase without app ID 2023-02-17 12:47:34 -07:00
1b2c3db90c Handle notifications on/off in the receive handler instead of just in registration
This ensures we have a registration delegate setup.
2022-12-19 17:07:27 +08:00
6b3cf9601e Enable push, new group policies, filter by recommended 2022-12-19 17:07:27 +08:00
a2ab405a13 Disable push until we resolve some issues with rules 2022-12-19 17:07:27 +08:00
0ae690f13f More user interface for push notifications 2022-12-19 17:07:27 +08:00
a3501a76ff WIP: ios push notification permission UX 2022-12-19 17:07:27 +08:00
188221b018 Handle paragraph breaks in the share extension preview text 2022-11-22 17:28:42 +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
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
c8643c591a remove search bar from share extension 2022-07-22 14:13:26 -07:00
c5b3354d8f add macos conditionals for share extension improvements 2022-07-22 13:04:04 -07:00
0075caa894 use full modal height for share ext 2022-07-21 08:47:19 -07:00
f3d2b6c89f add search field to labels list in share ext 2022-07-20 10:06:09 -07:00
e0a4478400 Merge pull request #954 from omnivore-app/feat/extension-commands
Extension: support right click saveurl and shortcut key to save current tab
2022-07-19 15:37:18 -07:00
06eb962e85 Update safari extension 2022-07-16 12:25:51 -07:00
0bcb8a23c5 Use new API methods for saving 2022-07-16 12:17:58 -07:00
9c2509951d consolidate share extension view code 2022-07-12 22:31:00 -07:00
16358bf230 remove extra init of Services in share extension 2022-07-12 22:31:00 -07:00
f4706205b0 observe font change and contrast change in main app for macos 2022-07-12 22:31:00 -07:00
24032eaae3 add mac commands menu file 2022-07-12 22:31:00 -07:00
d5d27f484f Bump Safari extension 2022-06-06 16:09:36 -07:00
902b6fe97a Fix issue with ShareExtension.js not executing on iOS
Returning undefined here fixes issues where pages would fail
to scrape if there was no preview image available.
2022-06-05 09:03:11 -07:00
5547a7bb6e Improve preview images from content 2022-06-02 16:17:27 -07:00
ef72e09006 Start implementing the new share extension, mostly so we can show the sync status 2022-06-02 15:29:57 -07:00
92f8218960 Fetch icon URLs from pages 2022-06-02 11:37:04 -07:00
a02bb2f5c9 Extract contentType from safari
This fixes issues where we'd incorrectly identify a PDF as HTML.
Safari will use our preprocess javascript file even if the
file is PDF, so we rely on JS to detect the content type here.
2022-05-24 21:01:04 -07:00
3f68a179c8 remove pdfproviders 2022-05-22 10:15:14 -07:00
89e9519322 import pspsdfkit for ios only 2022-05-22 09:35:17 -07:00
14b146291f create a PDFItem struct that can be used by PDFViewer 2022-05-21 10:17:54 -07:00
801b174254 implement background task functions in services class 2022-05-18 15:52:13 -07:00
6f12941e32 udpate macos pdfviewer call 2022-04-28 15:01:05 -07:00
29c6193bda set pdf data in local document and pass that url to pspdfkit 2022-04-28 14:58:46 -07:00
ffe1eed6b6 remove extra combine imports 2022-04-28 12:49:06 -07:00
ffdcb605c7 use async urlsession func to submit google token 2022-04-28 12:49:06 -07:00