10 Commits

Author SHA1 Message Date
77838ae9c6 Change from "classic" TS 1.6 imports to the default resolution scheme.
- Use relative imports in place of most of our absolute ones.
- Add "private" ambient modules for modules that we need to import using
an absolute path (e.g. when app/.../test-something.ts needs to import
ui/styling/style-scope)
2015-09-29 16:25:49 +03:00
e184308169 Update code to take in account suggestions. 2015-09-09 19:35:31 -05:00
9dffb57bcb Issue with Android and <a href> urls... 2015-09-07 15:11:29 -05:00
4ddd7f1a8a Enable Link Detection (iOS) and Link Clicking (iOS & Android) 2015-09-07 14:07:00 -05:00
31b1b30b9d br not handled properly by HtmlView + functional test
Fix for #581
2015-08-13 16:26:31 +03:00
abc9faccfa Added Padding+Border support for Label, Button, TextField and TextView for both platforms. Only iOS TextView does not support them. 2015-08-06 14:58:53 +03:00
1439313e7b Make moduleMerge a global function - this saves a total of 83 requires upon application loading. 2015-07-27 13:04:48 +03:00
e60daea366 comment updated 2015-07-15 15:11:22 +03:00
835ab8c142 HtmlView UI component added + test 2015-07-15 15:11:21 +03:00
57312ef1f3 initial commit 2015-07-15 15:11:20 +03:00