13 Commits

Author SHA1 Message Date
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