-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
fix(connectivity): getActiveNetworkInfo and NetworkInfo modern compliance #8580 #8652
Conversation
feat(): expose vpn connection type feat(): expose bluetooth connection type
feat(): expose vpn connection type feat(): expose bluetooth connection type
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign the CLA at https://www.nativescript.org/cla. |
iOS changes lgtm - @NathanaelA can approve android changes. |
Existing apps using the connectivity module will need to add the following to the <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> |
If i may jump in. I think it would be best not to use the extend syntax (android NetworkCallback). But to use constructor implementation instead. Same behavior behind but in a sense it is more readable (typings) as not seen as class extension. Also it allows to pass object for which instance methods can be used as implementation. Means it prevents instantiating functions everytime. |
@triniwiz as we discussed yesterday, |
Released with https://github.com/NativeScript/NativeScript/releases/tag/6.5.9 now |
No description provided.