Manuel Saelices
6d422a3dba
chore: Fix http-request short imports on Android.
2019-06-27 18:29:18 +03:00
Manol Donev
4f39fb728b
chore: update tslint rules ( #7391 )
2019-06-26 15:13:48 +03:00
Manol Donev
32646be19c
chore: restore lazy load requires in http module ( #7052 )
2019-03-22 11:14:37 +02:00
Pedro Teran Gezn
d7fb9b8d9e
fix(http): ensure httpcontent.toFile() creates intermediate directories ( #6451 )
2019-03-20 11:18:48 +02:00
Nathan Walker
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
Manol Donev
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
vakrilov
3fe2815ded
Support http.getFile for URLs with query params
2017-05-30 14:55:15 +03:00
sis0k0
486a0e8c2c
refactor: replace exported "const enums" with "enums"
2017-04-21 16:27:31 +03:00
Peter Kanev
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
Hristo Deshev
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
Hristo Deshev
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