Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow new Sailfish share API (import Sailfish.Share) #135

Closed
Karry opened this issue Sep 2, 2021 · 2 comments
Closed

Allow new Sailfish share API (import Sailfish.Share) #135

Karry opened this issue Sep 2, 2021 · 2 comments

Comments

@Karry
Copy link
Contributor

Karry commented Sep 2, 2021

Hi. With SFOS 4.2 there was change in sharing api. Silica page Sailfish.TransferEngine.SharePage is not available anymore. System applications are using new Silica component ShareAction from Sailfish.Share package now. Will be possible to use this API even for ordinary applications?

In other words, may be Sailfish.Share added to allowed imports?

@pvuorela
Copy link
Contributor

pvuorela commented Sep 2, 2021

This came fast :)

The new sharing system should be more compatible now for third party usage as the sharing is not anymore done in-process. The new API should be also solid. There are a few internal details included on the component now but if sticking to the documented API it should be all good. For playing it a bit safer didn't yet however add it to allowed imports on the same release it was introduced in.

But now unless something special pops up quick, I wouldn't see any big reason not to allow it.

@rainemak
Copy link
Member

rainemak commented Sep 3, 2021

Let's add it there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants