a147ff490a
Grunt: add an update-external-app task
...
Builds the modules in bin/dist/modules and updates an app's
node_modules/tns-core-modules dir.
grunt update-external-app --path=/some/path/myapp1
2015-11-06 16:53:49 +02:00
f7efef40df
Merge pull request #1047 from NativeScript/web-view-utf
...
Web view utf fix
2015-11-06 15:13:54 +02:00
77765fc014
Web view utf fix
2015-11-06 13:45:39 +02:00
523e5bfbce
Merge pull request #1045 from NativeScript/hhristov/android-crash
...
Hhristov/android crash
2015-11-06 10:44:27 +02:00
6b57eeec07
Deleted commented code
2015-11-06 10:42:02 +02:00
a23d8ad4f0
removed unused overrides
2015-11-06 10:06:21 +02:00
c06b0681fa
Fixed android crash when process get killed
2015-11-06 10:06:19 +02:00
3aed89ca89
Merge pull request #1040 from NativeScript/frame.origin.y
...
Patch for IQKeyboardManager issue.
2015-11-06 09:42:57 +02:00
858b76914d
Merge pull request #1035 from NativeScript/nnikolov/Issue693
...
Added rowHeight property for ListView.
2015-11-06 08:30:00 +02:00
5dd4ea5dfd
Merge pull request #1042 from NativeScript/special-props-binding
...
binding to special properties fixed
2015-11-05 17:12:52 +02:00
363a44139f
binding to special properties fixed
2015-11-05 16:31:43 +02:00
ea24a244c9
Fixed several tslint problems.
2015-11-05 16:03:05 +02:00
ae64b90df2
Merge pull request #1039 from NativeScript/hdeshev/tsconfig-json
...
Compile TypeScript via a tsconfig.json file
2015-11-05 15:32:03 +02:00
dec5d971f3
Patch for IQKeyboardManager issue.
2015-11-05 15:29:35 +02:00
39861f9d7e
Compile TypeScript via a tsconfig.json file
...
And support most editors/IDE's: Atom, VS Code, Sublime, etc
2015-11-05 14:14:09 +02:00
ca729e4ce0
Merge pull request #1037 from NativeScript/dialogs-css
...
TextField, Label and Button CSS type selectors will affect dialogs as well
2015-11-05 10:35:26 +02:00
a0a1fdff96
Bump up version to 1.5.
2015-11-04 18:31:36 +02:00
f60f50f136
Added rowHeight property for ListView.
2015-11-04 18:17:29 +02:00
aa34d4a0b4
TextField, Label and Button CSS type selectors will affect dialogs as well
2015-11-04 16:24:05 +02:00
d669c17cd1
Merge branch 'ErjanGavalji/remove-bom'
2015-11-04 15:39:02 +02:00
44ef6a6514
Add a bom-removal task
2015-11-04 15:27:47 +02:00
253c25e466
Merge pull request #1032 from NativeScript/loaded-twice
...
Resolved issues #789 , #1021 , #1031 .
2015-11-04 09:27:09 +02:00
aecfe8de77
Merge branch 'master' of https://github.com/NativeScript/NativeScript
2015-11-03 16:45:13 +02:00
164025f11b
Update a test page.
2015-11-03 16:45:07 +02:00
e7c4209112
Resolved issues #789 , #1021 , #1031 .
2015-11-03 16:20:36 +02:00
0ff96c72fd
Merge pull request #1030 from NativeScript/package-json-typings
...
Add the typings hint to nativescript-dev-typescript.
2015-11-03 15:03:26 +02:00
094c86fbb3
Add the typings hint to nativescript-dev-typescript.
2015-11-03 14:31:37 +02:00
a0c5fe7d6f
Merge branch 'ErjanGavalji/allow-ready-apk-or-appdir-runs'
2015-11-03 13:46:24 +02:00
ba811c6b06
Merge pull request #1020 from NativeScript/date-time-picker-css-color
...
DatePicker and TimePicker stylers added
2015-11-03 11:52:10 +02:00
8942dd25d7
Merge pull request #1023 from NativeScript/tns-core-modules-dts
...
tns-core-modules + d.ts = ☺☺☺
2015-11-03 11:41:12 +02:00
65d81aeb90
Include d.ts files in tns-core-modules package.
...
- Generate a combined tns-core-modules.d.ts file for user projects. (Will
be included in tsconfig.json files by the `tns` tool automagically.)
- Test the integrity of the generated combined file by compiling it.
- Remove all traces of the obsoleted tns-definitions package.
2015-11-03 11:40:11 +02:00
ee77b720d5
Remove files sections in JS libs package.json.
...
Those exclude unlisted files (d.ts files mostly) that we want bundled in.
No point in listing d.ts files since we already keep those folders clean.
2015-11-03 11:40:11 +02:00
14ef19ad44
Update a test page.
2015-11-03 11:00:50 +02:00
7ce26ee542
stylers updated with get methods
2015-11-03 10:48:16 +02:00
e6b6302755
Merge pull request #1019 from NativeScript/search-bar-color
...
search-bar color not applied correctly
2015-11-03 10:40:48 +02:00
399c6f3665
Remove the run.sh used for test purposes only
2015-11-02 23:34:58 +02:00
ce05c18859
Add iOS commands to the run script as well
2015-11-02 23:33:08 +02:00
4997b9c3f5
Introduce a separate group task to make the runApp work as expected
2015-11-02 23:17:12 +02:00
5add617349
Remove the unnecessary emulator start for the buildTestsApp command
2015-11-02 18:42:53 +02:00
aec54a80e1
Fix the runner. Adjust the temporary run script for a relative folder structure
2015-11-02 17:54:48 +02:00
48973e2669
tests added
2015-11-02 15:57:43 +02:00
eb2fadde3f
DatePicker and TimePicker stylers added
2015-11-02 15:46:27 +02:00
3b65d29483
search-bar color not applied correctly
2015-11-02 15:00:20 +02:00
0f789d553c
Merge pull request #1017 from NativeScript/app-start-ios
...
application should not crash when start() method called multiple times
2015-11-02 14:54:27 +02:00
b5a68cb748
Update action-bar examples in ui-tests-app.
2015-11-02 14:49:32 +02:00
0dd499c9ee
Exception added
2015-11-02 14:35:31 +02:00
750444a7b3
code fixed
2015-11-02 14:32:04 +02:00
e1399987a4
application should not crash when start() method called multiple times
2015-11-02 13:22:03 +02:00
9e6ce564a0
Add runOnly command
2015-11-02 13:18:15 +02:00
11b60656eb
Merge pull request #1011 from NativeScript/slider-css
...
Slider CSS color and background-color support fixed
2015-11-02 13:14:48 +02:00