6 Commits

Author SHA1 Message Date
2428077a58 Remove redundant CFRelease calls 2015-10-07 17:42:32 +03:00
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
bf30ed14c9 Fixed typo
Fixed typo with API (starMonitoring -> startMonitoring)
2015-09-01 21:39:27 +10:00
1439313e7b Make moduleMerge a global function - this saves a total of 83 requires upon application loading. 2015-07-27 13:04:48 +03:00
548ea66d37 Resolved Issue #451: Improve the Network Stack
Resolved Issue #473: Add support for Notification Observers (iOS) and Broadcast Receivers (Android)
2015-07-23 16:17:48 +03:00
9d4fa4ee5c Added connectivity module. 2015-07-21 15:13:55 +03:00