966 Commits

Author SHA1 Message Date
5b9dd08396 Quick fix. 2015-06-23 10:31:54 +03:00
b3fbd4a265 Gitignore *.js again. 2015-06-19 15:43:09 +03:00
f723ff0baf Merge branch 'background-image-android-clip' 2015-06-18 16:56:36 +03:00
f71b2f6c8b bitmap clip fixed 2015-06-18 15:26:00 +03:00
1f7454f87f missed density added 2015-06-18 11:07:14 +03:00
fb804b1410 Merge pull request #320 from NativeScript/view-borders
View borders support added
2015-06-18 10:25:17 +03:00
c6d2561742 xml-declaration tests moved to first 2015-06-18 10:24:42 +03:00
d03e45b633 button styler removed 2015-06-18 10:24:41 +03:00
be80dc52fd lint errors fixed 2015-06-18 10:24:40 +03:00
4d92980a81 example fixed 2015-06-18 10:24:39 +03:00
6c7e983735 build fixed 2015-06-18 10:24:38 +03:00
3fd4e0bf4e border tests removed 2015-06-18 10:24:37 +03:00
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