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

Network #8

Merged
merged 56 commits into from
Sep 1, 2020
Merged

Network #8

merged 56 commits into from
Sep 1, 2020

Conversation

ikeith
Copy link
Contributor

@ikeith ikeith commented Aug 4, 2020

Work in progress

  • Remove plugin from core repo
  • Android
  • Web
  • iOS

@ikeith ikeith marked this pull request as ready for review August 17, 2020 20:56
network/src/definitions.ts Outdated Show resolved Hide resolved
network/src/definitions.ts Outdated Show resolved Hide resolved
network/rollup.config.js Outdated Show resolved Hide resolved
network/src/web.ts Outdated Show resolved Hide resolved
network/src/web.ts Outdated Show resolved Hide resolved
network/src/web.ts Outdated Show resolved Hide resolved
network/src/web.ts Outdated Show resolved Hide resolved
network/src/web.ts Outdated Show resolved Hide resolved
Copy link
Member

@jcesarmobile jcesarmobile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

My only concern are the iOS tests. It tests that the connection is wifi, so it fails if run locally without internet connection.
I guess it won't fail on the CI since it needs to have connection to work and on simulators the connection is always wifi.
I guess we can delete or change them in the future if something changes, and we should have in mind that when testing locally we have to be connected or they will fail.

network/src/web.ts Outdated Show resolved Hide resolved
network/src/web.ts Outdated Show resolved Hide resolved
network/src/web.ts Outdated Show resolved Hide resolved
@jcesarmobile jcesarmobile self-requested a review August 28, 2020 15:07
Copy link
Member

@jcesarmobile jcesarmobile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

made some minor code suggestions on web code

ikeith and others added 4 commits August 31, 2020 13:45
Co-authored-by: jcesarmobile <[email protected]>
Co-authored-by: jcesarmobile <[email protected]>
Co-authored-by: jcesarmobile <[email protected]>
Co-authored-by: jcesarmobile <[email protected]>
Copy link
Member

@jcesarmobile jcesarmobile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

But @dwieeb, can you review the web.ts as it uses declare var window: any; and you told Carl in another PR to not use something similar?

network/src/web.ts Outdated Show resolved Hide resolved
@imhoffd imhoffd merged commit 08d9891 into main Sep 1, 2020
@imhoffd imhoffd deleted the network branch September 1, 2020 22:41
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.

4 participants