56f1aaa795
Do not use lazy requires where not needed.
2016-01-25 16:33:18 +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
1439313e7b
Make moduleMerge a global function - this saves a total of 83 requires upon application loading.
2015-07-27 13:04:48 +03:00
3a4262b996
getApplication() and getApplicationContext() added/used to/from Android utils.
2015-07-27 09:57:32 +03:00
6b71ea07b4
isFileOrResourcePath and RESOURCE_PREFIX moved in utils
2015-05-18 17:15:04 +03:00
97cfeb541c
load image-source from base64 string added + tests
2015-05-12 14:20:23 +03:00
cf1a0158e1
Imporvements and lint fix
2015-03-13 16:56:29 +02:00
36e0f80a10
Image-source modules refactoring
2015-03-13 16:32:05 +02:00
3131757e5f
Load BitmapDrawable with getDrawable to make use of Android internal caching
2015-03-12 10:33:50 +02:00
cc829e0152
definitions fixed
2015-03-03 10:34:40 +02:00
0b056dd3db
Updated the API reference.
2014-05-27 12:54:11 +03:00
db987a361d
Modified the http module to remove the cyclic references. Added promises.d.ts.
2014-05-21 16:27:13 +03:00
a6edd119d0
Updated some APIs with @param defintions. Added .impl suffix to the ImageSource module.
2014-05-21 15:15:48 +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
c946c24ae2
Renamed image module to image-source. Extended the testRunner to accept module name to run.
2014-05-15 16:13:43 +03:00