27 Commits

Author SHA1 Message Date
fbc612610f Snapshot refactorings, which mainly wraps Android extends within inner functions so that they are evaluated at runtime, when needed. Also some refactoring preventing circular requires. 2016-01-20 10:22:08 +02:00
074ac89871 imports improved 2015-12-17 14:53:46 +02:00
cfad91d2a6 Location module deprecated. 2015-12-10 14:01:07 +02:00
070b01c544 Remove UTF-8 BOM's from package.json files 2015-12-01 15:37:14 +02:00
70041bd999 Don't expose platform types in public d.ts files.
Use any. Add a comment with the real type.
2015-10-30 17:17:29 +02: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
1439313e7b Make moduleMerge a global function - this saves a total of 83 requires upon application loading. 2015-07-27 13:04:48 +03:00
3a4262b996 getApplication() and getApplicationContext() added/used to/from Android utils. 2015-07-27 09:57:32 +03:00
85ce179103 Some improvements to location module API. 2015-03-25 14:45:20 +02:00
a70f8bfc49 Fixed a problem with conversion between NSDate and JS Date. 2015-03-18 14:18:10 +02:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00
c600a2b003 Updated TypeScript definitions.
Added features in the API Reference MD.
2014-05-28 15:28:47 +03:00
0b056dd3db Updated the API reference. 2014-05-27 12:54:11 +03:00
b4b2f7dfe7 Updated BCL API reference. 2014-05-26 19:14:00 +03:00
d7ce090582 Set "external ambient module declaration" for "location". 2014-05-23 09:36:14 +03:00
db987a361d Modified the http module to remove the cyclic references. Added promises.d.ts. 2014-05-21 16:27:13 +03:00
1dd3a5f9b5 Merged the LocationManager module with the Location one. 2014-05-21 15:33:04 +03:00
a6edd119d0 Updated some APIs with @param defintions. Added .impl suffix to the ImageSource module. 2014-05-21 15:15:48 +03:00
9dd3ba70c5 Added "External Ambient Module Declarations" for most modules.
Now they are required by module name e.g require("file-system") instead of by file name.
2014-05-21 12:23:19 +03:00
f3446e4099 fixes for location and local-settings tests 2014-05-21 12:01:59 +03:00
000530e4e8 updated location 2014-05-16 16:46:21 +03:00
211fcc8d4e minor location fixes and updates 2014-05-16 13:48:00 +03:00
012a4c40be module merge util module naming changed to use "-" 2014-05-15 10:00:17 +03:00
4b14fd1a19 location module naming changed to use "-" 2014-05-15 09:50:41 +03:00
e8d3669d98 updated location and location tests 2014-05-14 19:30:10 +03:00
9d379a8834 require fixes 2014-05-14 12:55:59 +03:00
ceff7bb368 renamed folders with lower cases and renamed user preferences to local settings 2014-05-13 17:59:30 +03:00