Skip to content

Commit ffce91a

Browse files
author
plamen5kov
committed
Merge branch 'master' into release
2 parents 4b46a96 + 6d04702 commit ffce91a

75 files changed

Lines changed: 3227 additions & 1817 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!-- Dear friend, we, the rest of the NativeScript community really appreciate your feedback! While we are doing all we can to take care of every issue, sometimes we get overwhelmed. Because of that, we will consider issues that are not constructive or problems that cannot be reproduced "dead". Additionally, we will treat feature requests or bug reports with unanswered questions regarding the behavior/reproduction for more than 20 days "dead". All "dead" issues will get closed. -->
2+
3+
## Please, provide the details below:
4+
5+
### Did you verify this is a real problem by searching [Stack Overflow](http://stackoverflow.com/questions/tagged/nativescript) and the [other open issues in this repo](https://github.com/NativeScript/nativescript/issues)?
6+
7+
### Tell us about the problem
8+
<!--Please, ensure your title is less than 63 characters long and starts with a capital
9+
letter. -->
10+
11+
### Please provide the following version numbers that your issue occurs with:
12+
<!--
13+
- CLI: (run `tns --version` to fetch it)
14+
- Cross-platform modules: (check the 'version' attribute in the
15+
`node_modules/tns-core-modules/package.json` file in your project)
16+
- Runtime(s): (look for the `"tns-android"` property in the
17+
`package.json` file of your project)
18+
- Plugin(s): (look for the version number in the `package.json` file of your
19+
project)
20+
-->
21+
22+
### Did the error happen while the app was being constructed? (buildtime error)
23+
<!--
24+
Please provide us with the log by running the command:
25+
```
26+
tns <command> --log trace
27+
```
28+
Attach the content of the log to the Issue. You can use [pastebin](http://pastebin.com/).
29+
-->
30+
31+
### Did the error happen while the app was executing? (runtime error)
32+
<!--
33+
Please provide us with the log by following these steps:
34+
* Add `__enableVerboseLogging()` in the `app.js` file.
35+
* Run command: `adb logcat`.
36+
* Attach the content of the log to the Issue. You can use [pastebin](http://pastebin.com/).
37+
-->
38+
39+
### Please tell us how to recreate the issue in as much detail as possible.
40+
<!--
41+
Please provide us with the necessary information to reproduce your problem. That includes but is not limited to presenting us with steps to reproduce the problem, or a small repo example.
42+
-->
43+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!--Dear friend, we, the rest of the NativeScript community thank you for your
2+
contribution! Because we want to present a really nice, readable changelog with each
3+
release, please provide the following information: -->
4+
5+
### Create a meaningful title
6+
<!-- Please, ensure your title is less than 50 characters and starts with a capital letter. We strive to follow the guidelines in the
7+
[How to Write a Git Commit Message] (http://chris.beams.io/posts/git-commit/) article for PR titles. -->
8+
9+
### Description
10+
11+
### Does your commit message include the wording below to reference a specific issue in this repo?
12+
<!--Fixes/Implements #[Issue Number]. -->
13+
14+
### Related Pull Requests
15+
<!-- List links related to this Pull Request from other repos/branches: -->
16+
17+
### Does your pull request have [unit tests](https://github.com/NativeScript/NativeScript/blob/master/running-tests.md)?
18+
<!--If not, why?
19+
If not, please tell us why tests are not included, and list all steps needed to test your pull request manually. -->
20+

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88
[submodule "test-app/assets/app/tns_modules/shared"]
99
path = test-app/app/src/main/assets/app/tns_modules/shared
1010
url = git@github.com:NativeScript/common-runtime-tests-modules.git
11+
[submodule "android-static-binding-generator"]
12+
path = android-static-binding-generator
13+
url = https://github.com/NativeScript/android-static-binding-generator

.idea/.name

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/compiler.xml

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/profiles_settings.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)