Commit Graph

603 Commits

Author SHA1 Message Date
Rossen Hristov
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
Panayot Cankov
a874b9f36c Added a test for locks while writing and deleting a file 2015-11-16 14:06:18 +02:00
Rossen Hristov
bba7931e5b Fixed #1002: Inherited dependency properties with value false are not inherited down the visual tree. 2015-11-16 09:52:09 +02:00
Vladimir Enchev
d5b77f4897 Merge pull request #1079 from NativeScript/white-space
white-space CSS support added
2015-11-12 15:39:32 +02:00
Vladimir Enchev
4c5d1be197 textDecoration and whiteSpace tests added for 2015-11-12 15:18:47 +02:00
Hristo Hristov
94a658d2ed Merge pull request #1090 from NativeScript/hhristov/stable-layout-tests
Hhristov/stable layout tests
2015-11-12 14:25:24 +02:00
Hristo Hristov
fbbfe9b2b8 Made layout unit-tests density independent. 2015-11-12 14:03:40 +02:00
Vladimir Enchev
7f968246e8 http toString will raise error if response cannot be converted to string 2015-11-12 13:49:47 +02:00
hshristov
c2cb4a8f61 Stabilizing layout tests 2015-11-11 16:30:55 +02:00
Rossen Hristov
1fe2a8dea7 Added a unit test. 2015-11-11 11:17:20 +02:00
Vladimir Enchev
ba187f2d98 Merge pull request #1068 from NativeScript/scrol-view-scroll-event
ScrollView scroll event
2015-11-10 15:39:14 +02:00
Vladimir Enchev
f1abec42b5 more code + tests updates 2015-11-10 15:20:21 +02:00
Vladimir Enchev
48e4d63aad http changed to https 2015-11-10 11:27:24 +02:00
Vladimir Enchev
77852c9672 scroll event implemented 2015-11-10 09:19:54 +02:00
Rossen Hristov
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
Erjan Gavalji
e5741b0eb1 Update the xmlns of the target apps 2015-11-09 14:20:01 +02:00
Vladimir Enchev
284366dc0b selectedIndex behavior when no tabs fixed 2015-11-09 10:35:22 +02:00
Vladimir Enchev
77765fc014 Web view utf fix 2015-11-06 13:45:39 +02:00
Vladimir Enchev
363a44139f binding to special properties fixed 2015-11-05 16:31:43 +02:00
Rossen Hristov
e7c4209112 Resolved issues #789, #1021, #1031. 2015-11-03 16:20:36 +02:00
Vladimir Enchev
48973e2669 tests added 2015-11-02 15:57:43 +02:00
Vladimir Enchev
176a2fb8a4 slider css color and background-color support fixed 2015-11-02 11:59:02 +02:00
Vladimir Enchev
2f27018092 Merge pull request #1005 from NativeScript/ActivityIndicator-color
ActivityIndicator CSS color support fixed
2015-11-02 11:54:23 +02:00
Vladimir Enchev
229e1aa918 Merge pull request #1015 from NativeScript/Button-textWrap
Button textWrap implemented
2015-11-02 11:41:04 +02:00
Vladimir Enchev
c47b53847e test added 2015-11-02 11:14:12 +02:00
Vladimir Enchev
0f3732d73f Button textWrap implemented 2015-11-02 11:11:25 +02:00
Vladimir Enchev
4151e787b1 tests added 2015-11-02 10:45:01 +02:00
Vladimir Enchev
42db1ff704 Merge pull request #1001 from NativeScript/fonts-fixes
Fonts fixes
2015-10-30 11:44:30 +02:00
Vladimir Enchev
cdfb8ad389 example added 2015-10-30 11:24:31 +02:00
Hristo Deshev
f01a28f9eb Show the test results in a TextView at the end of the test run. 2015-10-29 15:47:03 +02:00
Hristo Deshev
7e6921c633 Make two XHR tests non-async. 2015-10-29 15:01:08 +02:00
Hristo Deshev
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
Hristo Deshev
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
Erjan Gavalji
d4a702409d Fix the compilation 2015-10-14 15:35:39 +03:00
Erjan Gavalji
5aa502a947 Fix the run in android 2015-10-12 16:58:59 +03:00
Erjan Gavalji
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
Erjan Gavalji
ac78de2128 Output to a log file. Simulate adjusting the androidmanifest 2015-10-08 15:42:59 +03:00
Vladimir Enchev
d5d25513d9 tests execution now will start immediately 2015-10-05 11:21:55 +03:00
Vladimir Enchev
ffa54b5cf3 lower-case-dashed components css support fixed 2015-10-28 17:32:25 +02:00
Vladimir Enchev
580e80b4c1 three random failing tests disabled 2015-10-28 13:18:50 +02:00
hshristov
5bb00030b4 Added missing file 2015-10-23 10:56:12 +03:00
Nedyalko Nikolov
037690064e Fixed issue 926. 2015-10-23 09:15:39 +03:00
hshristov
4b2701b3fb Improved tab-view tests 2015-10-22 18:27:29 +03:00
Vladimir Enchev
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
Vladimir Enchev
5b543deec4 tests added 2015-10-22 10:42:20 +03:00
hshristov
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
Nedyalko Nikolov
aef7256e69 Enabled bindings to events and gestures for Bindable instead of View. 2015-10-21 16:43:09 +03:00
Nedyalko Nikolov
355db039c9 Fixed two propertyChange event notifications. 2015-10-21 13:19:48 +03:00
Rossen Hristov
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
Nedyalko Nikolov
e8332854f7 Merge pull request #962 from NativeScript/nnikolov/Issue597
Fixed issue 597.
2015-10-21 09:51:45 +03:00