-
-
Notifications
You must be signed in to change notification settings - Fork 197
Merge 1.3.0 in master #922
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
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
Fix path to .apk file when building ant project
Update to latest common lib
In case ANDROID_HOME environment variable is not set, we show `Arguments to path.join must be strings` error. This is because we collect the information first and show the real errors after that, but we fail during information gathering. Check androidHome before using it in path.join.
Fix errors when ANDROID_HOME is not set
…dd-android Fix broken platform add android command
Add warning that library add command will be removed in a future release
Configure tns-core-modules version when init command is executed
…rom-ant-template Update correctly ant template to gradle
…dle-release Make gradle error more user friendly
…ivesync-folders Give full permission to livesync folder so android-runtime can successfully remove it
Give full permissions to /data/local/tmp/appIdentifier folder
Fix ios debug --start command
Fix run, livesync, run workflow
Changelog for 1.3.0 release
If android is not set to PATH and tns build android command is executed, undefined is not a function errror is thrown
…a-function-error Fix undefined is not a function error
Fix tns debug android --get-port command
* Fix incorrect message for selected target SDK (Bulgarian symbols were used) * Improve message for build tools when the prefix and suffix have the same version (>=22 <=22) - #900 * Rename supportLibraryVersion to supportRepositoryVersion and improve messaging as Gradle does not work with Android Support Library - instead it works with Android Support Repository.
…range Improve android tools warnings
Gitignore .vscode
In case gradle is not setup correctly or some of the required Android Tools are missing, `tns doctor` command show the warnings, but at the end a "No issues detected" message is shown. Make sure to prevent such message when there are issues by modifying validateInfo's return type to boolean and use it in doctor service.
Fix doctor command output
…-once Call pod install only one time on first project prepare
Update README in order to describe new sys requirements.
Update README.md for gradle builds
Add requirement for cocoapods version
❌ |
Fix unit tests
✅ |
👍 |
rosen-vladimirov
added a commit
that referenced
this pull request
Sep 15, 2015
Merge 1.3.0 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 1.3.0 in master