19 Commits

Author SHA1 Message Date
f930914fa8 Added typed information for lazily loaded android types. 2016-01-20 14:03:04 +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
6df15daafc Span colors fixed to accept known colors 2016-01-11 13:10:55 +02:00
070b01c544 Remove UTF-8 BOM's from package.json files 2015-12-01 15:37:14 +02:00
e7a2c1af92 Fixed problem with custom fonts for spans in Android. 2015-11-26 11:55:37 +02:00
2f7cf84839 Fixed issue 597. 2015-10-20 15:42:18 +03: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
1439313e7b Make moduleMerge a global function - this saves a total of 83 requires upon application loading. 2015-07-27 13:04:48 +03:00
1976c28dc1 Fixed span for ios. Fixes issue #452. 2015-07-20 15:20:53 +03:00
f3979136a4 Frobit setting inline style from code 2015-07-07 15:02:32 +03:00
39afd3cc3e Fix: ios crash when creating font descriptor 2015-06-26 11:12:47 +03:00
95ca8d9c8c Replace knownEvents modules with static strings. 2015-04-24 09:29:00 +03:00
9eb66d8a46 Inherit font properties form view inside spans 2015-03-30 09:21:22 +03:00
8bc83ced24 Added binding convert option. 2015-03-04 10:51:59 +02:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00
a2d890905b Added qualified names to namespaces. Added files for the namespace modules. 2014-06-03 11:49:10 +03:00
3fcb0e8e40 Updated the text module with ambient declaration. 2014-06-03 10:40:15 +03:00
9dd3ba70c5 Added "External Ambient Module Declarations" for most modules.
Now they are required by module name e.g require("file-system") instead of by file name.
2014-05-21 12:23:19 +03:00
162dbe56c9 Added merge_module function. Added text module (currently having encoding only). Updated the FileSystem File object with readText, writeText methods (removed the FileReader, FileWriter classes). 2014-04-29 11:53:01 +03:00