56f1aaa795
Do not use lazy requires where not needed.
2016-01-25 16:33:18 +02:00
fbc612610f
Snapshot refactorings, which mainly wraps Android extends within inner functions so that they are evaluated at runtime, when needed. Also some refactoring preventing circular requires.
2016-01-20 10:22:08 +02:00
074ac89871
imports improved
2015-12-17 14:53:46 +02:00
070b01c544
Remove UTF-8 BOM's from package.json files
2015-12-01 15:37:14 +02:00
70041bd999
Don't expose platform types in public d.ts files.
...
Use any. Add a comment with the real type.
2015-10-30 17:17:29 +02:00
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