23 Commits

Author SHA1 Message Date
89fad4f41c how-tos made with markdown snippet injector 2016-04-14 15:20:35 +03:00
c9c703cc3c Multiple headers with the same fixed 2016-03-07 15:49:38 +02:00
881c4d9138 file download implemented 2016-01-25 16:05:18 +02:00
af37d5f4ce old tests deleted 2016-01-18 16:56:27 +02:00
ef11c7b7cf Resetting layoutParams was missing the new percent properties 2016-01-11 12:37:48 +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
7f968246e8 http toString will raise error if response cannot be converted to string 2015-11-12 13:49:47 +02:00
48e4d63aad http changed to https 2015-11-10 11:27:24 +02:00
4f62758a35 Fix failing unit tests 2015-10-09 18:03:53 +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
e2f464e1d2 FormData support added 2015-07-20 14:42:29 +03:00
54c0de8df6 XMLHttpRequest separated from http 2015-07-20 11:17:47 +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
86511af5e7 Formatting 2015-05-19 16:46:17 +03:00
52f6dd00da Code snippets fix 2015-05-19 16:43:23 +03:00
d8bd0031db http timeout fixes + test 2015-05-14 11:32:33 +03:00
f59f885824 Cheat the TypeScript compilse that removed the <hide> tag before the try-catch block 2015-04-28 14:29:15 +03:00
edf4bd521e Add the example 2015-04-06 11:48:24 +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