3930 Commits

Author SHA1 Message Date
e983295952 Style tests fixes 2017-01-12 14:24:12 +02:00
6cfe3601e0 Merge pull request #3477 from NativeScript/formatted-text-tests
Fix text & fromattedText failing tests
2017-01-12 14:13:47 +02:00
cc337094e9 Fix text & fromattedText failing tests 2017-01-12 14:12:41 +02:00
eede9c2888 Merge pull request #3470 from NativeScript/view-tests
View tests turned green
2017-01-12 11:28:58 +02:00
7b12686b18 add HttpRequestOptions.dontFollowRedirects (#3473)
This implements the option to have http.request() not follow server's 3xx redirection replies
but instead return the exact redirection code and headers.

* on iOS, it uses a different NSURLSession instance for non-following request,
  with a NSURLSessionTaskDelegate implementing URLSessinTaskWillPerformHTTPRedirection...

* on Android, it just passes the option on to org.nativescript.widgets.Async.Http;
  so this requires the respective commit in tns-core-modules-widgets to work
2017-01-12 11:21:10 +02:00
cd3cd13075 View tests turned green 2017-01-11 17:34:25 +02:00
969f09bc15 http with worker test added (#3467)
* test added

* http with worker test added

* file deleted
2017-01-11 17:09:09 +02:00
e856f27945 Include test for issue 1657 (#3457) 2017-01-11 16:51:49 +02:00
02d10655aa Merge pull request #3468 from NativeScript/formatted-text
Refactor formatted text
2017-01-11 16:49:22 +02:00
45ac38d968 Refactor formatted text 2017-01-11 16:37:23 +02:00
5de580e9e1 Merge pull request #3466 from NativeScript/nnikolov/tslintfix
Fixed tslint errors.
2017-01-11 15:36:59 +02:00
9479a9918f Fixed tslint errors. 2017-01-11 15:35:05 +02:00
858ec268de Merge pull request #3465 from NativeScript/nnikolov/XmlDeclarationTests
Fixed xml-declaration tests.
2017-01-11 14:46:17 +02:00
b4575e1d5b Fixed xml-declaration tests. 2017-01-11 14:36:08 +02:00
ae2012bc10 Merge pull request #3459 from NativeScript/frame-tests
Frame test
2017-01-11 10:02:06 +02:00
f634f29df0 Frame test 2017-01-10 14:08:54 +02:00
f6b305fcb2 Merge pull request #3454 from NativeScript/z-index
Fix zIndex for Android buttons
2017-01-10 10:14:06 +02:00
fcda6454cc Fix zIndex for Android buttons 2017-01-10 10:13:06 +02:00
cfbd548c1d Merge pull request #3448 from NativeScript/nnikolov/SegmentedBarTestsFix
SegmentedBar tests fixed.
2017-01-09 18:24:57 +02:00
5a3cfbeda9 SegmentedBar tests fixed. 2017-01-09 18:24:09 +02:00
309ea148e1 Fix setting text property to number. (#3449)
Fix setting JS property from native.
2017-01-09 18:13:31 +02:00
e3acdcbc78 Merge pull request #3447 from NativeScript/style-properties-tests
Style-properties tests
2017-01-09 17:43:42 +02:00
14e1da5820 Style-properties tests 2017-01-09 17:24:38 +02:00
522cf7a09a Merge pull request #3444 from NativeScript/nnikolov/StyleScopeFix
Fixed style scope.
2017-01-09 14:20:44 +02:00
08e73b3d10 Fixed style scope. 2017-01-09 14:19:04 +02:00
35b0f24b3e Merge pull request #3431 from NativeScript/formatted-string
Fix: All formatted string appear with commas between each letter
2017-01-06 17:02:46 +02:00
120390b925 Fix: All formatted string appear with commas between each letter 2017-01-06 17:00:04 +02:00
6d8606d190 Merge pull request #3430 from NativeScript/border-radius
Make border radii Lengths
2017-01-06 16:04:23 +02:00
5a3be4d577 Make border radii Lengths 2017-01-06 16:03:06 +02:00
faa459fce7 Merge pull request #3423 from NativeScript/image-tests
Image tests
2017-01-06 15:49:36 +02:00
363ee6985e remove unneeded _createImageSourceFromSrc 2017-01-06 15:43:57 +02:00
d17ff9ffbd Use [srcProperty.native] 2017-01-06 15:43:57 +02:00
6eb1aee4d1 Image tests 2017-01-06 15:43:57 +02:00
899ce1adc8 fix placeholder imports (#3429) 2017-01-06 14:57:21 +02:00
b538c1d12a Merge pull request #3428 from NativeScript/bkg-img-fix
Fix: Resetting backgroundImage throws
2017-01-06 14:49:07 +02:00
7f52dc3c2a Fix: Resetting backgroundImage throws 2017-01-06 14:34:46 +02:00
3329196b48 Merge pull request #3427 from NativeScript/reset-css-props
Call resetCSSProperties instead of resetStyleProperties from _resetCs…
2017-01-06 14:22:15 +02:00
a2d2f65adc Call resetCSSProperties instead of resetStyleProperties from _resetCssValues 2017-01-06 14:06:32 +02:00
eb4ac8d109 Fix all tslint errors 2017-01-06 12:00:06 +02:00
bfab188ba0 clear nativeView field. (#3418)
moved some native setters from TabView to TabViewItem.
shorthand properties converters now accounts for unsetValue.
better formatting for test duration.
2017-01-05 18:08:42 +02:00
ea92b12419 Merge pull request #3417 from NativeScript/slider-tests
Slider tests
2017-01-05 17:21:04 +02:00
5fef8a7bb4 Slider tests 2017-01-05 17:12:30 +02:00
cd6c3311e7 FIX: trace.write outputs errors twice 2017-01-05 17:12:30 +02:00
d9b827e427 FIX: package.json 2017-01-05 16:24:14 +02:00
1024ada5ca Merge pull request #3416 from NativeScript/nnikolov/TextViewTests
TextView tests.
2017-01-05 16:20:52 +02:00
421810c293 TextView tests. 2017-01-05 16:09:13 +02:00
9efa799c0a Merge pull request #3409 from NativeScript/cankov/modules30-fix-tslint
Fix minor tslint errors
2017-01-04 17:38:50 +02:00
43f5f117a7 Fix minor tslint errors 2017-01-04 17:37:56 +02:00
60859ff996 Merge pull request #3406 from NativeScript/lifecycle
View lifecycle methods
2017-01-04 17:24:35 +02:00
64bca39e2b IOS fix for context 2017-01-04 17:18:45 +02:00