3977 Commits

Author SHA1 Message Date
4440569522 UI test: Transparent Action Bar example 2017-02-03 17:07:25 +02:00
19558e7b61 Add 2.5.0 Changelog
Conflicts:
	CHANGELOG.md
2017-02-02 16:09:34 +02:00
f57b90445c Merge pull request #3556 from NativeScript/segmented-bar-styles
Segmented bar styles
2017-02-02 10:01:17 +02:00
e5f7c7e4d4 Segmented bar styles 2017-02-01 17:45:14 +02:00
1765afa68c Merge pull request #3543 from NativeScript/fix-modal-crashes
Fix: Modal crashes in Android and IOS
2017-02-01 10:03:50 +02:00
6b61335675 Fix: Modal crashes in Android and IOS 2017-01-30 15:41:45 +02:00
703e634f60 Merge pull request #3535 from NativeScript/fix-disappearing-nav-bar
FIX: disappearing navigation bar on back
2017-01-27 16:28:08 +02:00
00589c801d FIX: disappearing navigation bar on back 2017-01-27 15:00:33 +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
8de9ea7f51 Merge pull request #3530 from NativeScript/cankov/modules30-qsf
Add animations demo to the gallery app, make vertical alignment center and visibility collapsed backward compatible
2017-01-25 15:59:12 +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
ba2d5d42e6 Merge pull request #3529 from NativeScript/nav-bar-fix-30
Animated nav-bar
2017-01-25 11:50:54 +02:00
d448f3dc7f Animated nav-bar 2017-01-25 10:48:48 +02:00
da4983c6bc Try add some output to track the build failure. Too much > dev/nulls 2017-01-25 09:36:32 +02:00
669e3fce65 chore(travis): Update npm token 2017-01-23 15:46:12 +02:00
e267828c08 Require ui/label instead of tns_modules/tns-core-modules/ui/label in tests 2017-01-23 10:16:14 +02:00
602132b016 Merge pull request #3514 from NativeScript/cankov/fix-few-tests
Enable Button tests, fix AbsoluteLayout tests
2017-01-23 09:43:44 +02:00
312a99667e Enable Button tests, fix AbsoluteLayout tests 2017-01-23 09:42:24 +02:00
e34b0f622c fix span (#3510)
* Remove Bindable.
Fix Observable & ObservableArray tests
Fix formattedString text
Change implementation of Span, FormattedString & TextBase
properties valueChange called before native setter

* revetred formattedString tests asserts - formattedText update text property again
properties - when getting value we now use always property name instead of key (using key could return undefined for property that is set to its default value)
updated fontSize & fontInternal properties on all controls
fix font properties so that fontInternal is reset if the new font is the same as Font.default

* fix tslint errors
2017-01-20 16:42:20 +02:00
8382e98d80 Merge pull request #3506 from NativeScript/cankov/css-animation-tests
Fixed CSS-ANIMATION tests
2017-01-18 13:59:38 +02:00
8e0aeb8ec2 Fix CSS-ANIMATION test failures 2017-01-18 13:21:43 +02:00
a28825ca36 Merge pull request #3503 from NativeScript/cankov/value-source-tests
value-source-tests will now use unsetValue instead of undefined when clearing local value
2017-01-18 09:03:05 +02:00
01edf37d33 value-source-tests will now use unsetValue instead of undefined when resetting local value 2017-01-17 16:56:56 +02:00
2450b92b85 Merge pull request #3497 from NativeScript/nnikolov/PageTests
Page tests fix.
2017-01-16 19:39:44 +02:00
329ba3a2c5 Page tests fix. 2017-01-16 19:28:08 +02:00
0010a25ca3 Merge pull request #3496 from NativeScript/trace
Fix tracing
2017-01-16 13:31:01 +02:00
fec5e92dbe Fix tracing 2017-01-16 13:29:46 +02:00
830f097118 Merge pull request #3495 from NativeScript/tab-view-navigation
Fix TabView navigation tests
2017-01-16 12:31:40 +02:00
9acba3f2b0 Fix TabView navigation tests 2017-01-16 12:30:47 +02:00
8d977f6832 Merge pull request #3494 from NativeScript/repeater
Fix Repeater
2017-01-16 11:18:31 +02:00
336dd84542 Fix Repeater 2017-01-16 11:16:25 +02:00
a65a491de6 fix listview (#3493) 2017-01-16 10:55:26 +02:00
8cec512397 Fix binding support (#3489)
* Fix binding support

* fix tslint
2017-01-13 18:08:18 +02:00
7f21eb06ac Run navigation tests 2017-01-13 16:02:31 +02:00
ab7cdfe659 Update testRunner.ts 2017-01-13 16:00:27 +02:00
e26f1fbc04 ai fixed (#3488) 2017-01-13 16:00:02 +02:00
4446cfe233 Run transitions tests 2017-01-13 15:49:05 +02:00
2ec45d0c37 Run animation tests 2017-01-13 15:30:56 +02:00
4e55fb0066 Merge pull request #3486 from NativeScript/anim
Fix animations and lots of cyclic requires
2017-01-13 14:47:18 +02:00
c3327ea52f Fix animations and lots of cyclic requires 2017-01-13 14:41:38 +02:00
dad5e79df3 test moved to ui-tests-app (#3485)
Should be tested with no connection
2017-01-13 14:38:19 +02:00
c8d9a54a4f Merge pull request #3484 from NativeScript/nnikolov/TextFieldTests
Text field tests fixed.
2017-01-13 11:46:31 +02:00
cd7877dfa0 Text field tests fixed. 2017-01-13 11:41:12 +02:00
b72cdb2be6 Update testRunner.ts 2017-01-13 10:31:52 +02:00
1831497cf5 Merge pull request #3479 from NativeScript/run-more-green-tests
Minor fixes + more green tests
2017-01-12 16:22:28 +02:00
819155fb18 Minor fixes + more green tests 2017-01-12 16:20:38 +02:00
8e8ead8044 Merge pull request #3475 from NativeScript/style-tests
Style tests
2017-01-12 14:26:53 +02:00
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