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

Extension safe library #162

Merged
merged 1 commit into from
Jan 4, 2017
Merged

Extension safe library #162

merged 1 commit into from
Jan 4, 2017

Conversation

leoMehlig
Copy link
Contributor

This PR enables the Allow app extension API only option.
Because there are no non-safe APIs used in the library, it can be enabled without producing any warnings.
This change will hide the unsafe api warning, if one uses the framework in an app extension.

SiestaUI can't be labeled app extension safe, because of it's NetworkActivityIndicator.

This commit enables the `Allow app extension API only` option.
Because there are no non-safe apis used in the library it can be enabled without producing any warnings.
This change will the `unsafe api` warning if one uses the framework in an app extension.

SiestaUI can't be labeled `app extension safe`, because of it's NetworkActivityIndicator.
@pcantrell
Copy link
Member

This looks good. Thanks!

I can imagine someone conceivably wanting to use ResourceStatusOverlay or some derivate in an app extension, but we can solve that problem when we come to it.

@pcantrell pcantrell merged commit bbcb036 into bustoutsolutions:master Jan 4, 2017
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 this pull request may close these issues.

None yet

2 participants