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
d7f4f72a17
Fixed: image-cache exception #127
2015-05-08 12:22:34 +03:00
95ca8d9c8c
Replace knownEvents modules with static strings.
2015-04-24 09:29:00 +03:00
3e9033c900
Fixed several tslint errors.
2015-04-20 14:06:02 +03:00
08ce45959c
Fixed the memory leaks in iOS.
2015-04-20 14:06:00 +03:00
3d0882ffa7
Rewrote image-cache to use the native image caching features, i.e. LruCache and NSCache.
2015-04-16 10:06:45 +03:00
1e73d93f1f
Removed image extension validation from image-cache. Images with no extensions can now be loaded.
2015-04-09 16:37:30 +03:00
cc829e0152
definitions fixed
2015-03-03 10:34:40 +02:00