-
-
Notifications
You must be signed in to change notification settings - Fork 197
Merge release in master #1278
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
Merged
Merged
Merge release in master #1278
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Different node versions have different behaviors of timers. In some cases, on some machines we throw error that future is resolved more than once. Prevent it.
…lved-more-than-once Prevent Future resolved more than once errors
Add support for node 5.1.x by updating references to native dependencies. Add versions between 5.1.x and 6.0.0 as validated (we will not show warning for them).
Add support for node 5.1.x
When the Android is using API Level 23, the device log is in different format and our current code fails. Use new regex for API Level 23 and fix the incorrect code that was failing.
…ging Fix device log for API 23
Changelog for 1.5.0 release
When cocoapods are not installed on Mac machine, doctor is failing. Fix this by skipping match check in case pods are not installed. Add basic unit tests for doctor service. Add unit test for the failing cocoapods check.
…heck Fix cocoapods check and add unit tests for doctor service
Fix livesync --emulator when the app is not installed on the iOS simulator
Fix "ANDROID_HOME environment variable is not set correctly" error
…oapods.md Add reference to cocoapods.md from plugins.md
Update to latest common lib
Livesync operations are timestamped
Fixes #1210
Update common lib
Add missing dependency
Check XML files for well-formedness
Add missing wait in prepare command. Make sure the whole message for invalid xml is red.
Fix prepare command
Fix tns debug ios --emulator
Conflicts: lib/common
Test PASSed. |
rosen-vladimirov
added a commit
that referenced
this pull request
Nov 30, 2015
Merge release in master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge release in master