52 Commits

Author SHA1 Message Date
c2e1cc5529 Async-ify decoding of image source http responses on iOS 2015-10-08 17:26:49 +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
4cf6b66939 http jsonp support added 2015-09-07 10:52:49 +03:00
0ff8038742 Promises rejected properly when loading wrong content 2015-09-04 14:22:15 +03:00
cd01d2e55a Fixed #535 2015-08-03 09:19:40 +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
e2f464e1d2 FormData support added 2015-07-20 14:42:29 +03:00
d3c987f827 XMLHttpRequest separated from http module 2015-07-20 10:58:29 +03:00
51a56a2aea Support responseType property on XMLHttpRequest.
Only default, "" and "text" supported for now. Raising an error otherwise.
2015-06-15 17:17:13 +03:00
f109cbe80b Support onload/onerror events on XMLHttpRequest. 2015-06-15 17:17:13 +03:00
d8bd0031db http timeout fixes + test 2015-05-14 11:32:33 +03:00
bfb967abba http header values fixed for iOS as well 2015-03-30 09:53:53 +03:00
79fb7e2a34 http for android header values fixed and test added 2015-03-30 09:42:12 +03:00
2b00b8c10f Update Readme.md 2015-03-19 12:02:45 +02:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00
282c57b821 small fix for ios http module 2014-05-28 11:00:45 +03:00
0b056dd3db Updated the API reference. 2014-05-27 12:54:11 +03: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
18c0d47db5 readme updated again 2014-05-23 11:36:38 +03:00
0220d130f4 readme updated 2014-05-23 11:33:22 +03:00
86e081528f comments added 2014-05-22 14:17:40 +03:00
87f7847155 Updated API reference. 2014-05-22 11:47:02 +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
641d4b4b8e toImage changed to use fromData 2014-05-21 10:59:06 +03:00
50d12e144b HttpContent raw fixed for android 2014-05-21 10:43:08 +03:00
2c5f36761b http request for android reworked 2014-05-21 10:34:12 +03:00
2b47aebbe8 http module refactored 2014-05-16 10:18:25 +03:00
4faced08aa http internal references refactored 2014-05-16 09:53:34 +03:00
eb4eab2614 three ";" removed 2014-05-16 09:46:22 +03:00
c6483cd32a http module improved with more methods 2014-05-15 17:14:04 +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
b3f09ff774 http module improved 2014-05-15 12:13:58 +03:00
7d20bbf533 http tests updated 2014-05-15 11:14:12 +03:00
5225d188fb module merge usage fixed 2014-05-15 10:28:21 +03:00
a1db810eec http and file-system naming changed to use "-" 2014-05-15 09:36:08 +03:00
d57abd88c4 http require Utils fixed :( 2014-05-14 13:41:30 +03:00
8107211aee two require fixed 2014-05-14 11:39:53 +03:00
a45a55ae38 http module fixed 2014-05-14 10:56:57 +03:00
ceff7bb368 renamed folders with lower cases and renamed user preferences to local settings 2014-05-13 17:59:30 +03:00
7f1ec4a4d2 http client fixed to use new Image methods 2014-05-13 09:47:34 +03:00
60c7c5e232 Updated the TKUnit class. Added missing http tests. 2014-05-12 19:28:39 +03:00
4b9cc1a958 http getImage fail now with correct argument & tests updated 2014-05-12 10:07:43 +03:00
44c51a0e48 Modified the Application module. Removed the Application class and added its methods to the exports directly. 2014-05-09 19:25:11 +03:00
61de2831e2 initial http tests & setup added 2014-05-08 13:46:59 +03:00
b604ef8b82 http client image get temporary made with ION 2014-04-29 18:04:29 +03:00
f346a27a0e http client improved 2014-04-29 16:59:42 +03:00