16 Commits

Author SHA1 Message Date
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
66ec3f2f20 url with % fixed
It seems that this url is a special case since url encoding techniques
failed for both ios and android.
For ios:
stringByAddingPercentEscapesUsingEncoding
stringByAddingPercentEncodingWithAllowedCharacters
For android:
java.net.URLEncoder
2015-12-10 14:42:04 +02:00
00cfb61351 Fix the comments that the ts compiler left 2015-11-27 16:24:11 +02:00
7f968246e8 http toString will raise error if response cannot be converted to string 2015-11-12 13:49:47 +02:00
4cf6b66939 http jsonp support added 2015-09-07 10:52:49 +03:00
e2f464e1d2 FormData support added 2015-07-20 14:42:29 +03:00
79fb7e2a34 http for android header values fixed and test added 2015-03-30 09:42:12 +03:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00
d1570dbfcc extended StreamBody removed 2014-05-27 11:48:29 +03:00
a548837216 binary content post for android 2014-05-27 09:09:01 +03:00
82fa2b3b6e request body for android fixed and test added 2014-05-26 15:00:23 +03:00
db987a361d Modified the http module to remove the cyclic references. Added promises.d.ts. 2014-05-21 16:27:13 +03:00
2b47aebbe8 http module refactored 2014-05-16 10:18:25 +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
a1db810eec http and file-system naming changed to use "-" 2014-05-15 09:36:08 +03:00