4038 Commits

Author SHA1 Message Date
dc286b13f5 Merge pull request #3676 from NativeScript/tsenov/test
Revert listview tests
2017-02-21 17:29:38 +02:00
6a2c94a94e Revert listview tests 2017-02-21 15:28:37 +02:00
137bb1e0a4 Merge pull request #3674 from NativeScript/clip-path-density
Use density for clip-path calculations
2017-02-21 15:14:25 +02:00
b34802d7fc Use density for clip-path calculations 2017-02-21 14:14:32 +02:00
4bfc8a90c2 Merge pull request #3670 from NativeScript/gestures-circ-ref
Gestures/view circ-dep and examples cleanup
2017-02-21 10:41:52 +02:00
8945529188 Gestures/view circ-dep and examples cleanup 2017-02-21 10:04:42 +02:00
dc25c85e97 addCssFile on application module wasn’t changing the app styles (#3666) 2017-02-21 09:28:51 +02:00
3fc3fe6b78 Merge pull request #3668 from NativeScript/hdeshev/bundle-fixes
Bundle fixes
2017-02-20 17:56:49 +02:00
a4af27946b Merge pull request #3669 from NativeScript/Tsenov/testpage
Include test for listview with separator color
2017-02-20 17:39:19 +02:00
06908de826 Include test for listview with separator color 2017-02-20 17:31:10 +02:00
70b2ab2f54 Merge pull request #3620 from NativeScript/tsenov/status-bar-page
Update status bar test page
2017-02-20 17:25:07 +02:00
124c9c8881 Minor fixes 2017-02-20 17:22:12 +02:00
de2c449bc9 Update status bar test page 2017-02-20 17:17:40 +02:00
b9c0d33b3a Fix a crash on Button tap - reexport TouchAction 2017-02-20 16:58:11 +02:00
0905858d7d Add flexbox-layout module to bundle-entry-points 2017-02-20 14:34:46 +02:00
531b33d02b fix background example (#3663) 2017-02-20 13:48:30 +02:00
c555b5b7e1 tsconfig fix 2017-02-20 10:24:22 +02:00
91759a2ab8 update tsc 2017-02-20 10:01:31 +02:00
f3afaf5abe fixed tslint errors 2017-02-20 09:45:10 +02:00
a582adc561 Hhristov/fix (#3653)
* Fix action-bar systemIcon
Fix CSS applying

* refactoring

* fix console

* remove StyleScope import - it is private and cannot be imported in public .d.ts
2017-02-17 17:21:57 +02:00
373bdc1814 Merge pull request #3649 from NativeScript/tab-view-styles
Tab view fixes
2017-02-17 15:12:50 +02:00
e7017a9bc5 Tab view fixes 2017-02-17 15:03:12 +02:00
c1627e6625 Merge pull request #3650 from NativeScript/hdeshev/upgrade-typedoc
TypeDoc upgrades
2017-02-17 15:02:34 +02:00
7bd800c13d Merge pull request #3651 from NativeScript/text-decoration-tests
Fixed text decoration tests and color
2017-02-17 14:58:03 +02:00
b2cf286948 Fixed text decoration tests, Color will now store just a single argb info in 32bit unsigned int internally and covert to a/r/g/b or hex when necessary 2017-02-17 14:45:31 +02:00
232692cacd Increase Node heap size for TypeScript compiler runs. 2017-02-17 14:10:55 +02:00
503e5bf9ff Upgrade to typedoc@0.5.6 2017-02-17 13:25:17 +02:00
dc6d89d9bf Use typedoc theme from GitHub master branch.
Until we get the NPM release back in check.
2017-02-17 13:24:49 +02:00
ccde2a4083 Merge pull request #3645 from NativeScript/apps-tsconfig
updated apps and tests tsconfigs
2017-02-16 17:48:09 +02:00
f198d36b67 Merge pull request #3647 from NativeScript/hdeshev/ts-21-webpack-fix
Fix webpack project compilation for TypeScript 2.1.
2017-02-16 17:41:46 +02:00
20c846e966 Fix webpack project compilation for TypeScript 2.1.
Add __requireOverride as an optional `global` member.
2017-02-16 16:58:59 +02:00
3c6523fd13 updated apps and tests tsconfigs 2017-02-16 15:21:34 +02:00
a11f4ffb11 Merge pull request #3643 from NativeScript/niliev/update-doc
updated webview article sub titles
2017-02-15 17:55:04 +02:00
5bafdf2345 Merge pull request #3636 from NativeScript/hdeshev/no-grunt-ts
TypeScript and typings upgrade
2017-02-15 17:02:11 +02:00
fb7742848f updated webview article titles 2017-02-15 16:39:55 +02:00
7d7e48f759 Use a shared tsconfig.
Don't duplicate compiler options across projects.
2017-02-15 13:24:44 +02:00
86481cce4a Make typings compatible with @types/node.
Fixes name clashes and uses Node-compatible typings where possible.

Changes:
 - setTimout et al now return NodeJS.Timer instead of number
 - No "console" module anymore. Everyone uses it through global.console
 anyway.
 - We have a typed "global" instance with exposed properties now. Any
 "freeform" accesses must go through a `(<any>global).blah` cast.
 - remove tns-core-modules.{base,es6,es2015}.d.ts. Those were needed
 as workarounds for the ES6/DOM/Node type clashes.
2017-02-15 13:01:10 +02:00
3056ce51c2 Upgrade to TypeScript 2.1, and latest grunt-ts.
Conflicts:
	package.json
	tests/app/ui/animation/animation-tests.ts
	tns-core-modules/lib.core.d.ts
	tns-core-modules/ui/animation/animation-common.ts
2017-02-13 14:13:33 +02:00
65c3ad59a7 Remove grunt-tslint. Use an npm script for that. 2017-02-13 14:13:33 +02:00
cdf08378b0 Remove grunt-ts dependency.
Compile code using tsconfig.json files and plain tsc invocations.
Call those using grunt-shell.
2017-02-13 14:13:33 +02:00
a546a19ab0 Merge pull request #3629 from NativeScript/vchimev-dts
Bump version to 3.0.0 of tns-platform-declarations
2017-02-10 17:52:34 +02:00
ef7d703498 Bump version to 3.0.0 of tns-platform-declarations 2017-02-10 17:52:03 +02:00
0cedc7d9b6 Merge pull request #3622 from NativeScript/cuteness-bugs
Cuteness bugs
2017-02-10 10:04:39 +02:00
87f936bcd8 Fix: ListView not showing first items of VirtArray 2017-02-09 16:55:28 +02:00
4ce4b12859 IOS http premission 2017-02-09 16:55:28 +02:00
e682e1aaec Fix: Setting ImageSource to image.src 2017-02-09 16:55:28 +02:00
15fa8fa936 Merge pull request #3618 from NativeScript/angular-animations
Expose some private APIs used in the angular animations
2017-02-09 13:41:20 +02:00
e59a34667f Merge pull request #3616 from NativeScript/dtopuzov-bump-to-3.0
Bump version to 3.0
2017-02-09 13:08:36 +02:00
e0f0c96519 Expose some private APIs used in the angular animations 2017-02-09 11:43:12 +02:00
d6c8c72a2f Update version of widgets dependency 2017-02-09 09:35:08 +02:00