3c6523fd13
updated apps and tests tsconfigs
2017-02-16 15:21:34 +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
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
b12f112a44
Fixed tslint errors
2017-02-08 17:14:20 +02:00
5265bf0ae3
Animation properties and some backward compatability with the QSF
2017-02-08 10:52:54 +02:00
4440569522
UI test: Transparent Action Bar example
2017-02-03 17:07:25 +02:00
3770f7e636
formatted text fix ( #3531 )
...
* Fix formattedText implementation for iOS
Fix typeof undefined checks
Add slow tests message
Improve tests speed
* fix tslint
reduce transitions duration in test
* waitUntilReady will throw if timeout
fix tests that needs to wait without throwing
improve test speed
2017-01-26 18:21:30 +02:00
0dd8f985c4
Add animations demo to the gallery app, make vertical alignment center and visibility collapsed backward compatible
2017-01-25 13:17:33 +02:00
d448f3dc7f
Animated nav-bar
2017-01-25 10:48:48 +02:00
dad5e79df3
test moved to ui-tests-app ( #3485 )
...
Should be tested with no connection
2017-01-13 14:38:19 +02:00
819155fb18
Minor fixes + more green tests
2017-01-12 16:20:38 +02:00
e856f27945
Include test for issue 1657 ( #3457 )
2017-01-11 16:51:49 +02:00
a2d2f65adc
Call resetCSSProperties instead of resetStyleProperties from _resetCssValues
2017-01-06 14:06:32 +02:00
d9b827e427
FIX: package.json
2017-01-05 16:24:14 +02:00
c30be0d606
View lifecycle methods
2017-01-04 17:18:45 +02:00
55028b0c92
Fix: Custom components within other custom components: occasionally not loaded "in time" and ignoring css
...
Resolves #1639
2017-01-03 11:05:15 +02:00
9d351221fb
Fix WebView
2016-12-27 13:54:42 +02:00
0ec9950d46
Padding
2016-12-22 14:45:41 +02:00
7931ecd4f8
Fix tslint errors
2016-12-21 17:42:31 +02:00
4cd3eed1cd
Trying to fix padding...
2016-12-21 14:30:34 +02:00
f5905f072d
fix tab-view, segmented-bar, action-bar, all ViewBases ( #3340 )
2016-12-21 12:02:02 +02:00
417064fd38
Fix Android lifecycle
2016-12-20 16:12:52 +02:00
3cfab990c4
Comment out TabView which does not compile
2016-12-20 14:23:37 +02:00
d9ab6b960a
working on tab-view
2016-12-20 14:08:13 +02:00
d10ca1da03
Fix the last several errors
2016-12-20 13:36:10 +02:00
295f9a432f
apps app can now compile
2016-12-20 11:35:04 +02:00
9236517fcb
GridUnitType enum + fixes
2016-12-20 11:21:31 +02:00
bde5687273
Fixed ~60 tsc errors
2016-12-20 10:55:49 +02:00
6feeb140e3
Fixing type errors in tests
2016-12-19 10:36:25 +02:00
51e448aa10
Fixed: getViewById, TextDecoration
2016-12-15 13:20:25 +02:00
2f9fa6f6a3
Lock all Typescript versions to ~2.0.10
2016-12-15 10:51:45 +02:00
f578f4eec4
Added UI test for nested components CSS application
...
Resolves #1639
2016-12-12 13:16:31 +02:00
0d7a731dd0
Merge pull request #3228 from NativeScript/zhecheva/listpicker-color
...
ListPicker respects color and bckgColor set from CSS
2016-12-05 10:06:53 +02:00
669f6dc8ec
ListPicker color and bckgColor set from CSS
2016-12-02 11:45:44 +02:00
35c48b30e6
UI test for setting bckg and color of buttons inside dialogs
2016-11-30 16:16:14 +02:00
56cd220c17
FlexboxLayout profiling and improvements ( #3173 )
...
* It looks like inline styles are making the flexbox example slow
* FlexboxLayout createReorderIndices proper overload
* Remove the getLayoutParams
* Removed unnecessary reorder methods
* Fix tslint errors
2016-11-30 11:30:02 +02:00
39113f6fdd
Fix: Invalid value 500 for property fontWeight in XML
...
Resolves #3175
2016-11-28 16:42:44 +02:00
c729e9a9bf
Remove listViewLoadMoreItems from main-page.ts in cutenessIo
2016-11-25 15:06:38 +02:00
aa91b0eca0
Border width cannot be reset to 0 on IOS
2016-11-24 18:19:52 +02:00
2e13205797
CSS support for styling status bar ( #3156 )
2016-11-24 14:20:12 +02:00
ced8b7451f
Update segmeted-bar page
2016-11-23 16:15:44 +02:00
95e925b64b
Add ScrollView to issue-3007.xml page
2016-11-21 19:47:40 +02:00
91083a4ea4
Fix: Modal dialogs don't have background color
...
Resolves #3129
2016-11-21 14:07:46 +02:00
30d202b5f1
Fix: Transparent border rendered as black
...
Resolves #3113
2016-11-21 12:25:13 +02:00
c669fa8281
Merge pull request #3110 from NativeScript/vchimev-flexbox
...
Update flexbox css test page
2016-11-17 17:55:47 +02:00
4619022b3c
Update flexbox css test page
2016-11-17 17:31:12 +02:00
338dbed52b
Update a flexbox test page
2016-11-16 16:57:45 +02:00
440a89e099
Merge pull request #3087 from NativeScript/flexbox-perf-tests
...
Add performance tests measuring FlexboxLayout versus StackLayout and GridLayout
2016-11-14 12:27:52 +02:00