Skip to content

Merge changes for 1.1.1 release in master #572

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 23 commits into from
Jun 17, 2015

Conversation

rosen-vladimirov
Copy link
Contributor

Merge changes for 1.1.1 release in master

rosen-vladimirov and others added 22 commits June 11, 2015 11:56
* Add Android API Level 22 to supported versions. This way in case you have only API Level 22 installed, you will be able to use it and create Android project. Implements #551
* Add --sdk option to `$ tns platform add android` command. This option gives you the ability to specify the SDK that you would like to use. In case the value is below 17, an error will be raised. In case the value is not in the supported versions, a warning will be shown, that some functionality may not work as expected. Implements #552
"ws" module requires bufferutil and utf-8-validate modules, which have to be build during installation. On Windows this requires Python, Visual Studio 2010, etc. Prebuilt the two modules and use them from Telerik forks.
Inside tns-android resources, there are values-v<API_LEVEL> directories. Currently we were copying only values-v21 in case the current project targets API_LEVEL 21. Instead we should copy it when the project targets API_LEVEL 21 or upper (in case there's no newer directory, for example values-v22).
For example:
* `$ tns platform add android --sdk 22` - should copy values and values-v21 in your platforms/android/res dir
* `$ tns platform add android --sdk 21` - should copy values and values-v21 in your platforms/android/res dir
* `$ tns platform add android --sdk MNC` - should copy values and values-v21 in your platforms/android/res dir
* `$ tns platform add android --sdk 17` - should copy values in your platforms/android/res dir
…aries

Use prebuilt binaries for bufferutil and utf-8-validate
Update Changelog for 1.1.1
Show user friendly message when the plugin is not supported for installed platform
Update to latest common lib where the following change is applied:
When feature tracking is enabled, we need an easy way to track new features that will go in separate section on the feature page. Add such track method. When you want to track new information, just pass the feature name and its value to track method.
@rosen-vladimirov rosen-vladimirov self-assigned this Jun 17, 2015
@ns-bot
Copy link

ns-bot commented Jun 17, 2015

Update common lib, where analytics tracking had been fixed.
@ns-bot
Copy link

ns-bot commented Jun 17, 2015

rosen-vladimirov added a commit that referenced this pull request Jun 17, 2015
Merge changes for 1.1.1 release in master
@rosen-vladimirov rosen-vladimirov merged commit d3f9dae into master Jun 17, 2015
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/merge-1.1.1 branch June 17, 2015 11:45
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