604 Commits

Author SHA1 Message Date
4151f56242 Update ui-tests-app. 2015-11-02 10:56:39 +02:00
a3601b06cd Update web-view test page. 2015-10-30 19:14:56 +02:00
8279aab62f Update switch test page.
https://github.com/NativeScript/NativeScript/issues/642
2015-10-30 18:39:43 +02:00
c84227dc4d Add an example to the mapping. 2015-10-30 12:15:57 +02:00
2518097dc1 Tslint 2015-10-30 11:46:55 +02:00
c41e15faf0 Set tab tint color also 2015-10-30 11:46:55 +02:00
4b9ae4f058 Segmented bar test page 2015-10-30 11:46:55 +02:00
7e85de351e IOS stylers 2015-10-30 11:46:54 +02:00
815a4fc23c ActionBar and TabView colors 2015-10-30 11:46:54 +02:00
42db1ff704 Merge pull request #1001 from NativeScript/fonts-fixes
Fonts fixes
2015-10-30 11:44:30 +02:00
cdfb8ad389 example added 2015-10-30 11:24:31 +02:00
b800480748 various fonts added 2015-10-30 11:09:02 +02:00
f01a28f9eb Show the test results in a TextView at the end of the test run. 2015-10-29 15:47:03 +02:00
7e6921c633 Make two XHR tests non-async. 2015-10-29 15:01:08 +02:00
75796ea14c Ignore request body for XHR GET requests.
Raises an error on Android. Caused by the Angular XHR backend sending an
empty string.
2015-10-29 15:01:08 +02:00
2f92cb3ff4 Implement XHR addEventListener/removeEventListener events.
- Used by the Angular XHRBackend service.
- Only supporting 'load' and 'error' now.
- Not implemented as weak events. Client responsible for detaching or not
keeping a reference to the XHR object forever. (NG XHRBackend does so)
2015-10-29 15:01:08 +02:00
977f72f7fc Merge pull request #998 from NativeScript/webview-ios-images
web-view images now will be loaded correctly with base url
2015-10-29 11:42:08 +02:00
86a6154231 web-view images now will be loaded correctly with base url 2015-10-29 11:30:29 +02:00
009c818e75 Merge pull request #994 from NativeScript/css-type-fix
lower-case-dashed components css support fixed
2015-10-29 09:39:44 +02:00
ffa54b5cf3 lower-case-dashed components css support fixed 2015-10-28 17:32:25 +02:00
875ec3e277 Fix web-view test page. 2015-10-28 15:42:30 +02:00
580e80b4c1 three random failing tests disabled 2015-10-28 13:18:50 +02:00
23dee6655c Add a new web-view test page. 2015-10-28 11:40:25 +02:00
5bb00030b4 Added missing file 2015-10-23 10:56:12 +03:00
037690064e Fixed issue 926. 2015-10-23 09:15:39 +03:00
4b2701b3fb Improved tab-view tests 2015-10-22 18:27:29 +03:00
286b9522c9 Merge pull request #976 from NativeScript/web-view-images
WebView html with images fixed
2015-10-22 13:33:54 +03:00
b0ff7a46bb Merge pull request #974 from NativeScript/switch-css
Switch color and background-color css support added
2015-10-22 13:14:18 +03:00
b1c330be65 test page added 2015-10-22 11:29:48 +03:00
0f2c57fb45 WebView html with images fixed 2015-10-22 11:11:15 +03:00
5b543deec4 tests added 2015-10-22 10:42:20 +03:00
f72d79e65a iOS owner pattern changed to use WeakRef in order to prevent memory leaks.
Optimized list-view-tests.
Added time per test.
2015-10-22 10:26:59 +03:00
aef7256e69 Enabled bindings to events and gestures for Bindable instead of View. 2015-10-21 16:43:09 +03:00
355db039c9 Fixed two propertyChange event notifications. 2015-10-21 13:19:48 +03:00
8dc0e810e8 Fixed #727: Provide a way to get a reference to the currently showing modal page instance. 2015-10-21 11:55:11 +03:00
e8332854f7 Merge pull request #962 from NativeScript/nnikolov/Issue597
Fixed issue 597.
2015-10-21 09:51:45 +03:00
421845ef9b Merge pull request #961 from NativeScript/issue-779
Fixed #779: frame.topmost().currentPage is not the same instance as t…
2015-10-20 17:02:33 +03:00
4dafdf1f5b Increased the wait to make sure the test passes in PR builds. 2015-10-20 16:29:55 +03:00
0a0ab98f31 Gave the modal page 100 ms before closing it to avoid "Trying to dismiss the presentation controller while transitioning already." error. 2015-10-20 15:52:51 +03:00
2f7cf84839 Fixed issue 597. 2015-10-20 15:42:18 +03:00
2545f2f19a Fixed #779: frame.topmost().currentPage is not the same instance as the page being loaded in page.loaded event handler. 2015-10-20 14:28:28 +03:00
384ba9c965 progress css support for color and backgroundColor added 2015-10-20 12:53:48 +03:00
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