c6b6d07f62
Merge branch 'master' into myankov/merge-release-master
2019-05-03 16:52:57 +03:00
c227c5050a
fix(ios-http-get): http failure during parsing xml ( #7175 )
2019-05-03 00:14:31 -07:00
b436ecde36
refactor: replace var usage with let/const ( #7064 )
2019-03-25 18:09:14 +02:00
34fe24732d
chore: deprecate utils.ios.getter ( #7054 )
2019-03-22 17:33:21 +02:00
32646be19c
chore: restore lazy load requires in http module ( #7052 )
2019-03-22 11:14:37 +02:00
d7fb9b8d9e
fix(http): ensure httpcontent.toFile() creates intermediate directories ( #6451 )
2019-03-20 11:18:48 +02:00
3481e6f33f
feat(image-cache): expose onError callback ( #6458 )
...
* feat(Cache): better error handling
* refactor(image-cache): add `error` parameter to `_onDownloadError`
Add DownloadError interface.
* refactor(image-cache): updates for iOS
Use arrow functions.
Remove an unnecessary `trace.write().
* refactor(image-cache): updates for Android
Update Android `constructor()`.
Move `key` and `image` check to `set()`.
Update `trace.write`.
* fix(image-cache): onError handling
2018-12-17 11:33:12 +02:00
950fdcf5e7
fix(image): uncaught error in promise with image handling ( #6453 )
2018-11-13 16:49:37 +00:00
03cfc0cee3
chore(tslint): update tslint rules and fix errors ( #5747 )
...
* chore(tslint): fix tslint config & errors
* chore(tslint): enable double quotes, whitespace, and arrow-return-shorthand rules and fix errors
2018-04-26 18:36:32 +03:00
3fe2815ded
Support http.getFile for URLs with query params
2017-05-30 14:55:15 +03:00
486a0e8c2c
refactor: replace exported "const enums" with "enums"
2017-04-21 16:27:31 +03:00
d098ff43f5
Add module names for the typedoc, make it work
...
Mark members with @private for typedoc.
2017-04-20 16:58:30 +03:00
f196adac7c
#3898 iOS http-request header User-Agent always reports iOS 6
2017-03-29 18:14:51 +02:00
290a771ea1
add calls to the network agent (Chrome DevTools) inside http-request.android when making http requests if debugging is enabled
2017-03-17 09:44:25 +02:00
629eb6e683
Use relative imports in tns-core-modules.
...
Use tns-core-modules/* imports in outside code (apps, tests, etc)
2017-03-13 14:37:59 +02:00
b45cbe929b
No more ambient modules for tns-core-modules/* subpackages.
...
- Use path mappings in tsconfig.json to resolve module typings
- Only use ambient mobules for global API's
- Move single-file modules to a subdir with the same name so that
we can provide a hand-written typing next to it (via package.json)
- Delete all mentions of tns-core-modules.d.ts
- Delete reference d.ts assembly build steps. Not needed anymore.
- HACK! Use a <reference> for global typings in application.d.ts
to avoid publishing a separate @types/tns-core-modules package.
- Rename declarations.d.ts to tns-core-modules.d.ts to preserve
JS project mappings in references.d.ts (the only place we use those)
2017-03-07 17:59:02 +02:00