557 Commits

Author SHA1 Message Date
dd4c4aaefb Merge pull request #936 from NativeScript/cankov/animate-transform-sequence
Subsequent animation of transition and rotation or scale will appear jumpy in iOS
2015-10-16 13:14:58 +03:00
9757bc5ccb Animations example was clipped in android 2015-10-16 11:48:11 +03:00
729bed9fd8 Merge pull request #949 from NativeScript/global.android
global.android replaced with platform.device.os === platform.platformNames.android
2015-10-16 11:08:38 +03:00
768660327e code fixed 2015-10-16 10:04:32 +03:00
1e0047385a event args fixed and tests updated 2015-10-16 10:04:12 +03:00
619c2fe665 global.android replaced with platform.device.os === platform.platformNames.android 2015-10-16 09:20:46 +03:00
159803d8b9 TabView color and selctedColors 2015-10-15 14:55:31 +03:00
46921d53f6 Move from begin/commit animation blocks to keyframe animations, they handle continuation from the current state. There is a new "Sequence" animation in the "animations" app that displays a sequence of animations that used to be buggy in iOS (the animated object was jumping around) but should now display a nice continuos animation. The problem that has been fixed appeared only when multiple properties that affect transform are animated: rotate + translate or scale + translate. 2015-10-15 12:16:30 +03:00
44e4296d80 Merge pull request #931 from NativeScript/vertical-alignment-middle
vertical-alignment middle support added
2015-10-15 10:31:16 +03:00
4a594ddb95 fix merge issue 2015-10-15 09:29:39 +03:00
a3c70b5e28 Add module duration
Reduce all Layouts, ScrollView & WebView test time
2015-10-14 17:40:14 +03:00
21b3a0a602 Fixed #801: Chained animations lose state on iOS. 2015-10-14 16:01:59 +03:00
2ccfa22321 Increased the timeout even more. 2015-10-14 13:35:26 +03:00
332b77f435 Memory leak tests back to schedule. 2015-10-14 11:09:15 +03:00
19b03bbbb9 vertical-alignment middle support added 2015-10-14 09:42:29 +03:00
0435e4773f Merge pull request #930 from NativeScript/tab-view-test
Playing with the unit test in order to blind-fix it for the PR build.
2015-10-14 09:20:00 +03:00
ddb281cff0 Playing with the unit test in order to blind-fix it for the PR build. 2015-10-13 17:22:27 +03:00
3cb2d8a915 Playing with the unit test in order to blind-fix it for the PR build. 2015-10-13 17:03:39 +03:00
d66ec1cf1e Playing with the unit test in order to blind-fix it for the PR build. 2015-10-13 16:40:49 +03:00
30acc6286d Playing with the unit test in order to blind-fix it for the PR build. 2015-10-13 16:24:03 +03:00
68bc24a5a5 Action bar title color stylers 2015-10-13 16:10:03 +03:00
d868642208 Fixed Issue #929. 2015-10-13 15:13:38 +03:00
e64fa80b56 Extended the unit test and moved observable-tests out of the ui folder. 2015-10-13 11:14:56 +03:00
1d1153e85b Added test Observable_shouldDistinguishSeparateObjects 2015-10-13 11:14:54 +03:00
e19779d7ec Merge pull request #911 from NativeScript/hhristov/apply-css-fix
Fix GridLayout desiredSize when not stretched.
2015-10-12 14:16:51 +03:00
b8dd6ad751 Enabled the navigation tests. 2015-10-12 10:20:55 +03:00
4f62758a35 Fix failing unit tests 2015-10-09 18:03:53 +03:00
e127c7ef27 Fix GridLayout desiredSize when not stretched.
Fix showModal Page size method for Android
Fix showModal Page actionBar is now hidden
2015-10-09 16:54:08 +03:00
f25e2bf757 Automatic custom fonts registration for iOS. 2015-10-09 14:10:06 +03:00
1b5aab8841 Temporarily disabled some tests. 2015-10-09 10:19:52 +03:00
6a17651618 ios9 fixes 2015-10-06 15:41:37 +03:00
124f616736 Fixed: The Repeater is re-creating its children multiple times during initialization. #873 2015-10-05 12:54:26 +03:00
65c1428f54 Merge pull request #869 from NativeScript/nnikolov/Issue814
Fixed issue #814.
2015-10-05 11:54:38 +03:00
f0d871a741 Some tests removed for iOS9. 2015-10-05 10:21:35 +03:00
8812e8d216 Merge pull request #862 from NativeScript/backstack
Fixed the navigation tests.
2015-10-02 15:01:52 +03:00
e7156b53bd Fixed issue #814. 2015-10-01 16:13:51 +03:00
16fecf19dd Removed a test. 2015-10-01 16:11:11 +03:00
fb24c13331 Merge pull request #866 from NativeScript/remove-rows/columns-tests
remove rows/columns tests added
2015-10-01 15:29:41 +03:00
6b42f5188d test for removeChildren added 2015-10-01 14:32:16 +03:00
2532e1a9df remove rows/columns tests added 2015-10-01 14:20:34 +03:00
e3aeb90544 Fixed: iOS animations combining several affine transform properties set only the first property on our view after they finish. #835 2015-10-01 13:52:20 +03:00
eec823d29d Added closeModal() to the d.ts and updated the sample app. 2015-10-01 11:13:52 +03:00
5e654ce96b Fixed the navigation tests. 2015-10-01 09:37:42 +03:00
8bc2aedfae Merge pull request #821 from NativeScript/atanasovg/webview-fix
Extracts common logic into web-view-common. The check for http/https …
2015-10-01 09:14:33 +03:00
4c37907d8f Fix failing test. 2015-09-30 18:03:12 +03:00
6d82b15bd2 Merge pull request #818 from NativeScript/atanasovg/timer-fix
Fix #817
2015-09-30 16:28:01 +03:00
1ec4091981 Merge branch 'master' of https://github.com/NativeScript/NativeScript 2015-09-30 15:23:25 +03:00
388d73b23e Update dialogs page in gallery-app.
https://github.com/NativeScript/NativeScript/issues/857
2015-09-30 15:20:52 +03:00
3e30623103 Fix the setInterval test. 2015-09-30 14:37:40 +03:00
198f4f1dbc Add WebView test. Make its members abstract. 2015-09-30 14:33:03 +03:00