Nedyalko Nikolov
2450b92b85
Merge pull request #3497 from NativeScript/nnikolov/PageTests
...
Page tests fix.
2017-01-16 19:39:44 +02:00
Nedyalko Nikolov
329ba3a2c5
Page tests fix.
2017-01-16 19:28:08 +02:00
Rossen Hristov
0010a25ca3
Merge pull request #3496 from NativeScript/trace
...
Fix tracing
2017-01-16 13:31:01 +02:00
Rossen Hristov
fec5e92dbe
Fix tracing
2017-01-16 13:29:46 +02:00
Rossen Hristov
830f097118
Merge pull request #3495 from NativeScript/tab-view-navigation
...
Fix TabView navigation tests
2017-01-16 12:31:40 +02:00
Rossen Hristov
9acba3f2b0
Fix TabView navigation tests
2017-01-16 12:30:47 +02:00
Rossen Hristov
8d977f6832
Merge pull request #3494 from NativeScript/repeater
...
Fix Repeater
2017-01-16 11:18:31 +02:00
Rossen Hristov
336dd84542
Fix Repeater
2017-01-16 11:16:25 +02:00
Hristo Hristov
a65a491de6
fix listview ( #3493 )
2017-01-16 10:55:26 +02:00
Hristo Hristov
8cec512397
Fix binding support ( #3489 )
...
* Fix binding support
* fix tslint
2017-01-13 18:08:18 +02:00
Rossen Hristov
7f21eb06ac
Run navigation tests
2017-01-13 16:02:31 +02:00
Vladimir Enchev
ab7cdfe659
Update testRunner.ts
2017-01-13 16:00:27 +02:00
Vladimir Enchev
e26f1fbc04
ai fixed ( #3488 )
2017-01-13 16:00:02 +02:00
Rossen Hristov
4446cfe233
Run transitions tests
2017-01-13 15:49:05 +02:00
Rossen Hristov
2ec45d0c37
Run animation tests
2017-01-13 15:30:56 +02:00
Rossen Hristov
4e55fb0066
Merge pull request #3486 from NativeScript/anim
...
Fix animations and lots of cyclic requires
2017-01-13 14:47:18 +02:00
Rossen Hristov
c3327ea52f
Fix animations and lots of cyclic requires
2017-01-13 14:41:38 +02:00
Vladimir Enchev
dad5e79df3
test moved to ui-tests-app ( #3485 )
...
Should be tested with no connection
2017-01-13 14:38:19 +02:00
Nedyalko Nikolov
c8d9a54a4f
Merge pull request #3484 from NativeScript/nnikolov/TextFieldTests
...
Text field tests fixed.
2017-01-13 11:46:31 +02:00
Nedyalko Nikolov
cd7877dfa0
Text field tests fixed.
2017-01-13 11:41:12 +02:00
Vladimir Enchev
b72cdb2be6
Update testRunner.ts
2017-01-13 10:31:52 +02:00
Alexander Vakrilov
1831497cf5
Merge pull request #3479 from NativeScript/run-more-green-tests
...
Minor fixes + more green tests
2017-01-12 16:22:28 +02:00
vakrilov
819155fb18
Minor fixes + more green tests
2017-01-12 16:20:38 +02:00
Alexander Vakrilov
8e8ead8044
Merge pull request #3475 from NativeScript/style-tests
...
Style tests
2017-01-12 14:26:53 +02:00
Maya Zhecheva
58de0b3309
Merge pull request #76 from NativeScript/zhecheva/flexbox-order
...
FlexboxLayout exposes a method for clearing the orders cache
2017-01-12 14:25:37 +02:00
vakrilov
e983295952
Style tests fixes
2017-01-12 14:24:12 +02:00
Rossen Hristov
6cfe3601e0
Merge pull request #3477 from NativeScript/formatted-text-tests
...
Fix text & fromattedText failing tests
2017-01-12 14:13:47 +02:00
Rossen Hristov
cc337094e9
Fix text & fromattedText failing tests
2017-01-12 14:12:41 +02:00
Alexander Vakrilov
eede9c2888
Merge pull request #3470 from NativeScript/view-tests
...
View tests turned green
2017-01-12 11:28:58 +02:00
Daniel Turing
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
Vladimir Enchev
981c588ba0
Merge pull request #77 from NativeScript/dontFollowRedirects
...
dontFollowRedirects added
2017-01-12 10:56:10 +02:00
Vladimir Enchev
abe58f298d
dontFollowRedirects added
2017-01-12 10:53:47 +02:00
vakrilov
cd3cd13075
View tests turned green
2017-01-11 17:34:25 +02:00
Vladimir Enchev
969f09bc15
http with worker test added ( #3467 )
...
* test added
* http with worker test added
* file deleted
2017-01-11 17:09:09 +02:00
SvetoslavTsenov
e856f27945
Include test for issue 1657 ( #3457 )
2017-01-11 16:51:49 +02:00
Rossen Hristov
02d10655aa
Merge pull request #3468 from NativeScript/formatted-text
...
Refactor formatted text
2017-01-11 16:49:22 +02:00
Rossen Hristov
45ac38d968
Refactor formatted text
2017-01-11 16:37:23 +02:00
Nedyalko Nikolov
5de580e9e1
Merge pull request #3466 from NativeScript/nnikolov/tslintfix
...
Fixed tslint errors.
2017-01-11 15:36:59 +02:00
Nedyalko Nikolov
9479a9918f
Fixed tslint errors.
2017-01-11 15:35:05 +02:00
Nedyalko Nikolov
858ec268de
Merge pull request #3465 from NativeScript/nnikolov/XmlDeclarationTests
...
Fixed xml-declaration tests.
2017-01-11 14:46:17 +02:00
Nedyalko Nikolov
b4575e1d5b
Fixed xml-declaration tests.
2017-01-11 14:36:08 +02:00
Alexander Vakrilov
ae2012bc10
Merge pull request #3459 from NativeScript/frame-tests
...
Frame test
2017-01-11 10:02:06 +02:00
zh-m
f4c12a183c
FlexboxLayout exposes a method for clearing the orders cache
2017-01-10 17:54:56 +02:00
Vladimir Enchev
47efe715c7
Merge pull request #75 from NativeScript/Thread-instead-AsyncTask
...
AsyncTask reworked with threads
2017-01-10 16:44:29 +02:00
Vladimir Enchev
d76deae87b
AsyncTask reworked with threads
2017-01-10 16:23:03 +02:00
vakrilov
f634f29df0
Frame test
2017-01-10 14:08:54 +02:00
Rossen Hristov
f6b305fcb2
Merge pull request #3454 from NativeScript/z-index
...
Fix zIndex for Android buttons
2017-01-10 10:14:06 +02:00
Rossen Hristov
fcda6454cc
Fix zIndex for Android buttons
2017-01-10 10:13:06 +02:00
Nedyalko Nikolov
cfbd548c1d
Merge pull request #3448 from NativeScript/nnikolov/SegmentedBarTestsFix
...
SegmentedBar tests fixed.
2017-01-09 18:24:57 +02:00
Nedyalko Nikolov
5a3cfbeda9
SegmentedBar tests fixed.
2017-01-09 18:24:09 +02:00