2b474059ea
Merge pull request #1106 from NativeScript/issue-1102
...
Implemented #1102 : Ability to specify an animation easing, i.e. curve…
2015-11-17 09:51:53 +02:00
c4c92efd8e
Implemented #1102 : Ability to specify an animation easing, i.e. curve in a platform-independent manner.
2015-11-16 15:22:18 +02:00
a874b9f36c
Added a test for locks while writing and deleting a file
2015-11-16 14:06:18 +02:00
bba7931e5b
Fixed #1002 : Inherited dependency properties with value false
are not inherited down the visual tree.
2015-11-16 09:52:09 +02:00
d5b77f4897
Merge pull request #1079 from NativeScript/white-space
...
white-space CSS support added
2015-11-12 15:39:32 +02:00
4c5d1be197
textDecoration and whiteSpace tests added for
2015-11-12 15:18:47 +02:00
94a658d2ed
Merge pull request #1090 from NativeScript/hhristov/stable-layout-tests
...
Hhristov/stable layout tests
2015-11-12 14:25:24 +02:00
fbbfe9b2b8
Made layout unit-tests density independent.
2015-11-12 14:03:40 +02:00
7f968246e8
http toString will raise error if response cannot be converted to string
2015-11-12 13:49:47 +02:00
c2cb4a8f61
Stabilizing layout tests
2015-11-11 16:30:55 +02:00
1fe2a8dea7
Added a unit test.
2015-11-11 11:17:20 +02:00
ba187f2d98
Merge pull request #1068 from NativeScript/scrol-view-scroll-event
...
ScrollView scroll event
2015-11-10 15:39:14 +02:00
f1abec42b5
more code + tests updates
2015-11-10 15:20:21 +02:00
48e4d63aad
http changed to https
2015-11-10 11:27:24 +02:00
77852c9672
scroll event implemented
2015-11-10 09:19:54 +02:00
d920058080
Refactored the web-view-tests to fail and show the error if they fail at all.
2015-11-09 16:47:04 +02:00
e5741b0eb1
Update the xmlns of the target apps
2015-11-09 14:20:01 +02:00
284366dc0b
selectedIndex behavior when no tabs fixed
2015-11-09 10:35:22 +02:00
77765fc014
Web view utf fix
2015-11-06 13:45:39 +02:00
363a44139f
binding to special properties fixed
2015-11-05 16:31:43 +02:00
e7c4209112
Resolved issues #789 , #1021 , #1031 .
2015-11-03 16:20:36 +02:00
48973e2669
tests added
2015-11-02 15:57:43 +02:00
176a2fb8a4
slider css color and background-color support fixed
2015-11-02 11:59:02 +02:00
2f27018092
Merge pull request #1005 from NativeScript/ActivityIndicator-color
...
ActivityIndicator CSS color support fixed
2015-11-02 11:54:23 +02:00
229e1aa918
Merge pull request #1015 from NativeScript/Button-textWrap
...
Button textWrap implemented
2015-11-02 11:41:04 +02:00
c47b53847e
test added
2015-11-02 11:14:12 +02:00
0f3732d73f
Button textWrap implemented
2015-11-02 11:11:25 +02:00
4151e787b1
tests added
2015-11-02 10:45:01 +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
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
d4a702409d
Fix the compilation
2015-10-14 15:35:39 +03:00
5aa502a947
Fix the run in android
2015-10-12 16:58:59 +03:00
77da614b3d
Attempt fixing the slow run by changing the main page and removing the noskin in the emulator. Time the expect run
2015-10-09 10:48:08 +03:00
ac78de2128
Output to a log file. Simulate adjusting the androidmanifest
2015-10-08 15:42:59 +03:00
d5d25513d9
tests execution now will start immediately
2015-10-05 11:21:55 +03:00
ffa54b5cf3
lower-case-dashed components css support fixed
2015-10-28 17:32:25 +02:00
580e80b4c1
three random failing tests disabled
2015-10-28 13:18:50 +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
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
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