-
-
Notifications
You must be signed in to change notification settings - Fork 197
Merge release in master (for 0.10) #429
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
rosen-vladimirov
merged 25 commits into
master
from
vladimirov/merge-rel-in-master-pre0.10
Apr 17, 2015
Merged
Merge release in master (for 0.10) #429
rosen-vladimirov
merged 25 commits into
master
from
vladimirov/merge-rel-in-master-pre0.10
Apr 17, 2015
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
…lease Support for running emulator with Google images
Instead, the project template will supply a custom ants hook to do the work Also, cache the platformData Also, starting ant through the user command interpreter falling back to cmd See NativeScript/android#47
Stop calling metadata generator and build twice for android platform
Sync with latest common lib, where the following change is applied: In case you are using Node 0.12.x and in config.json "debug" is set to true, the real error message is not printed to the output. When we are in debug mode, we print only the callstack and in Node 0.10.x , when fibers throw exception, the top row of the callstack is the error message. With Node 0.12.x, when error is thrown from fibers, the message is not part of the callstack for some reason. Workaround this behavior by checking the callstack and add the message in case it is missing.
…errors Fix errors print in debug
Fix commands validation
Add check and warning for missing java during installation
Remove warning for using built-in adb for every device command
Update package.json to set version to 0.10.0
Set version to 0.10.0
Move autocompletion code to a new shell file. In .bash_profile, .bashrc and .zshrc add code that executes this code when we want to enable autocompletion. Autocomplete is now hierarchical command. The subcommands and their behavior is: * `autocomplete` - checks if autocompletion is enabled. In case it is not, ask the user for confirmation. In case autocompletion is enabled, but it is the old one (where we've written some data to .bash_profile, etc.), silently remove the old code and use the new approach. In case the user chooses to not use autocompletion, call disableAutocCompletion in order to remove all autocompletion code from all shell profiles. * `autocomplete enable` - enables autocompletion in case it is not already enabled. * `autocomplete disable` - disables autocompletion in case it is not already disabled. * `autocomplete status` - prints the current status of autocompletion. Add help for autocomplete commands.
…te-fix Improve autocompletion
…nd its sub-commands is in #424
Adding autocomplete to the readme.
Removing mentions of the dropped --print-app-output Refining Fixed headings Fixed testing commands Reworking create Platform configuration + prepare Fixed attribute description Added missing limitation Fixed library add commands Reworking the general commands Fixed warnings for device commands Reworking the device set of commands. Reworking index.md Changing syntax to synopsis
The following improvements are included: * Update marked-terminal to latest version, which supports nested lists. In common lib: * Make the logo of the CLI in HTML Help a link to index.html page. * In console help replace ` ` with space. * In console help replace all links with their text. * In console help remove the inner borders of cli-tables.
…s-to-release Improve help service
Conflicts: docs/man_pages/project/testing/debug-ios.md
Add minimatch to package.json. Implement correctly ICommandsServiceProvider. Update common lib.
✅ |
rosen-vladimirov
added a commit
that referenced
this pull request
Apr 17, 2015
…ter-pre0.10 Merge release in master (for 0.10)
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 (for 0.10)