25 Commits

Author SHA1 Message Date
355fddea91 The webinspector debugger now does not requre http-request 2016-03-11 11:31:59 +02:00
1ec28cbe98 Fix native image recreated on layout even if the view is not resized
Add InspectorBackendCommands.ts that is generated based on the API exposed by the web inspector frontend.
Add implementation for the network domain and call events in the http-request module so that inspector frontend could visualize the network requests made by the module

Fix tslint and doc comments
2016-03-09 11:08:13 +02:00
c9c703cc3c Multiple headers with the same fixed 2016-03-07 15:49:38 +02:00
45301aff68 Merge pull request #1464 from NativeScript/url-fix
Fix for failed url encoding techniques removed
2016-02-02 10:17:05 +02:00
1e0f130b38 Merge pull request #1430 from NativeScript/gatanasov/lazy-require-fixes
Revisit lazy require routine
2016-02-01 16:54:31 +02:00
1582ccc95e Fix for failed url encoding techniques removed 2016-02-01 15:03:20 +02:00
56f1aaa795 Do not use lazy requires where not needed. 2016-01-25 16:33:18 +02:00
881c4d9138 file download implemented 2016-01-25 16:05:18 +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
c2e1cc5529 Async-ify decoding of image source http responses on iOS 2015-10-08 17:26: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
e2f464e1d2 FormData support added 2015-07-20 14:42:29 +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
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
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
7d20bbf533 http tests updated 2014-05-15 11:14:12 +03:00
a1db810eec http and file-system naming changed to use "-" 2014-05-15 09:36:08 +03:00