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
598b3a6000
add segment integration and wrapper class to track events
2022-04-28 10:04:34 -07:00
26a52819d8
remove linkedItemId from coredata highlight entity
2022-04-24 21:49:02 -07:00
753eb56542
fix linkeditem creation from push notifications
2022-04-23 22:09:12 -07:00
46da1cd150
fetch linked items from coredata when network call fails
2022-04-23 09:06:03 -07:00
a63bf7928e
remove deprecated data models
2022-04-22 19:58:13 -07:00
6cb6f19e1e
add helper functions to internalLabel
2022-04-22 09:59:51 -07:00
25e237255c
remove HighlightDep and pdf specific highlight functions
2022-04-21 22:03:39 -07:00
0fc7ff0a43
rename FeedItem to FeedItemDep
2022-04-21 09:09:26 -07:00
2e01e910bd
fetch pdf highlights when pdf is loaded rather than in library query
2022-03-15 10:28:06 -07:00