Skip to content

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
merged 25 commits into from
Apr 17, 2015

Conversation

rosen-vladimirov
Copy link
Contributor

Merge release in master (for 0.10)

teobugslayer and others added 25 commits April 6, 2015 16:52
…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.
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
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.
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.
Conflicts:
	docs/man_pages/project/testing/debug-ios.md
Add minimatch to package.json. Implement correctly ICommandsServiceProvider. Update common lib.
@ns-bot
Copy link

ns-bot commented Apr 17, 2015

rosen-vladimirov added a commit that referenced this pull request Apr 17, 2015
…ter-pre0.10

Merge release in master (for 0.10)
@rosen-vladimirov rosen-vladimirov merged commit 8b7e662 into master Apr 17, 2015
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/merge-rel-in-master-pre0.10 branch April 17, 2015 13:58
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.

5 participants