954 Commits

Author SHA1 Message Date
fceafbccf3 styler logic fixed again 2015-06-18 10:24:36 +03:00
508817fc26 condition fixed 2015-06-18 10:24:34 +03:00
072ffed26b various tests fixed 2015-06-18 10:24:33 +03:00
4673b97eae android styler fixed 2015-06-18 10:24:32 +03:00
91032e1f79 test fixed 2015-06-18 10:24:31 +03:00
919ae660cd tests added 2015-06-18 10:24:30 +03:00
108e21f546 tslint error fixed 2015-06-18 10:24:29 +03:00
b1cfc37ec9 old border code restored 2015-06-18 10:24:28 +03:00
86430bec3d stylers fixed 2015-06-18 10:24:26 +03:00
9b934432aa border props added to view 2015-06-18 10:24:25 +03:00
d66cf0fab8 http image download fixed 2015-06-18 10:24:24 +03:00
77b996ea4b url parsing fixed 2015-06-18 10:24:23 +03:00
150babd2e6 test fixed to use local file 2015-06-18 10:24:22 +03:00
c878d94be2 border and tests fixes 2015-06-18 10:24:21 +03:00
0a5f28ca77 runner updated 2015-06-18 10:24:20 +03:00
3da1f6f57a tests added 2015-06-18 10:24:18 +03:00
05faf74f0d cornerRadius fixed 2015-06-18 10:24:17 +03:00
f41d1cba8a backgroundImage support for Border 2015-06-18 10:24:16 +03:00
0e981ab3c7 Merge pull request #337 from NativeScript/platforms-in-builder
throw error if nesting platform tags + test
2015-06-18 10:22:48 +03:00
580457b0d2 Merge pull request #339 from hdeshev/fix-tests
"Fix" sporadically failing tests
2015-06-18 10:22:28 +03:00
77e509f01c write in textfiled only if failed something 2015-06-18 09:53:04 +03:00
f5f5e663cd Increase delta in failing GridLayout test.
Avoid failures in certain emulators.
2015-06-18 09:53:04 +03:00
5764304381 Update console test page. 2015-06-18 09:30:34 +03:00
803cf853f0 Update console module test page. 2015-06-17 20:12:02 +03:00
cbd04e955e write in text-field only if test fails 2015-06-17 17:47:55 +03:00
d93fcef4a8 Merge pull request #338 from hdeshev/angular-template-syntax
Angular template syntax support, xml parser fix
2015-06-17 16:48:44 +03:00
0569b8637e Update ui-tests-app/app.ts. 2015-06-17 16:42:31 +03:00
7c5d1011cb throw error if nesting platform tags + test 2015-06-17 16:07:42 +03:00
67cfab233a fix(xml parser): Fix text node data event. 2015-06-17 15:53:12 +03:00
7ce98a75e4 Fix tslint warnings. 2015-06-17 15:53:12 +03:00
748b4f1c99 feat(xml parser): Only allow angular syntax extensions if configured.
Configure via the public `angularSyntax` property on EasySAXParser and
the XmlParser wrapper.
2015-06-17 15:53:12 +03:00
aa112244fd Parse out attributes without values.
Treat #myattr as #myAttr=''.
2015-06-17 15:53:12 +03:00
fdd8c9b116 feat(angular xml): Support [prop] and (tap) bindings 2015-06-17 15:53:12 +03:00
2a2c0e5c31 fix(xml parser): Handle whitespace around attribute = 2015-06-17 15:53:12 +03:00
b4b5b1e790 Get rid of UTF-8 BOM in xml/package.json 2015-06-17 15:53:12 +03:00
30566cbc2a Run node-tests with correct NODE_PATH. 2015-06-17 15:53:12 +03:00
c05efb1614 Start nodejs test suite to avoid testing non-UI stuff with a real device.
1. Place tests in ./node-tests
2. Add chai, mocha, grunt-simple-mocha dev dependencies
3. Run it all with the grunt node-tests task.
2015-06-17 15:53:11 +03:00
7e09183d23 gitignore .baseDir.ts 2015-06-17 15:53:11 +03:00
968c8ecadc Don't use the "fast" grunt-ts compiler.
Less console spam and compile time is the same.
2015-06-17 15:53:11 +03:00
4879b26683 Update gitignore. Exclude tags and allow *.js in root. 2015-06-17 15:53:11 +03:00
1c1166d2b3 Merge pull request #335 from NativeScript/platform-specific-components
platform specific component declaration support for UI builder + tests
2015-06-17 15:09:19 +03:00
b38d181b67 platform specific component declaration support for UI builder + tests 2015-06-17 10:51:32 +03:00
1a9c7af8b0 Merge pull request #333 from NativeScript/collapsed-changed
Collapse property added. Collapsed property is now obsolete.
2015-06-16 16:08:17 +03:00
d7fd672ad6 Collapse property added. Collapsed property is now obsolete. 2015-06-16 10:55:30 +03:00
9a8fdbc6f5 Merge pull request #326 from hdeshev/xhr-compat
XHR compatibility updates
2015-06-16 09:25:18 +03:00
51a56a2aea Support responseType property on XMLHttpRequest.
Only default, "" and "text" supported for now. Raising an error otherwise.
2015-06-15 17:17:13 +03:00
f109cbe80b Support onload/onerror events on XMLHttpRequest. 2015-06-15 17:17:13 +03:00
acfb51bba2 TKUnit: add exception guard and fail the test instead of crashing the app. 2015-06-15 17:17:13 +03:00
e2a0c7d587 Fix tslint.
Running "tslint:build" (tslint) task
>> ./apps/ui-tests-app/app.ts[4, 1]: consecutive blank lines are
disallowed
>> ./apps/ui-tests-app/mainPage.ts[23, 17]: duplicate variable:
'fileName'
2015-06-15 15:43:47 +03:00
82b5c0f81a Update ui-tests-app. 2015-06-15 15:35:49 +03:00