|
14c7430df6
|
code reverted
|
2016-02-18 15:48:19 +02:00 |
|
|
46b7fc6d4a
|
currentApp old code restored
|
2016-02-17 14:41:12 +02:00 |
|
|
0e0aa8ceaf
|
File exists for ios optimized
|
2016-02-12 13:16:21 +02:00 |
|
|
06d914da5a
|
implemented for ios as well
|
2016-02-11 16:55:19 +02:00 |
|
|
5c1639b36f
|
File exists fixed
|
2016-02-11 14:23:48 +02:00 |
|
|
04eddee710
|
Fix paths in iOS, some devices and iOS combinations use /private/var paths while some /var/ this was normalized by resolvin symlinks
|
2016-02-04 12:32:47 +02:00 |
|
|
fb3b7bc6c4
|
Array.create used instead reflection
|
2016-02-01 14:08:22 +02:00 |
|
|
b9e8608fa4
|
android binary read/write fixed
|
2016-01-29 15:27:55 +02:00 |
|
|
2c0501d235
|
Merge pull request #1433 from NativeScript/file-binary-read-write
binary sync read/write added
|
2016-01-26 14:14:56 +02:00 |
|
|
52c6bd6c6d
|
binary sync read/write added
|
2016-01-25 17:30:56 +02:00 |
|
|
a760328422
|
Applied several fixes over the initial commit.
|
2016-01-22 18:29:59 +02:00 |
|
|
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 |
|
|
6a37218ace
|
Make knownFolders.currentApp default to __dirname.
In cases where we can't find a `tns_modules` subfolder (webpack, etc),
assume the current dir is the app dir.
|
2015-12-14 13:06:45 +02:00 |
|
|
070b01c544
|
Remove UTF-8 BOM's from package.json files
|
2015-12-01 15:37:14 +02:00 |
|
|
d05b6fb890
|
writeTextSync will now unlock the file when it is done writing
|
2015-11-11 14:44:15 +02:00 |
|
|
5f07f4fc17
|
Reload app.css and clear file resolver cache on livesync.
|
2015-11-10 16:59:03 +02:00 |
|
|
f25e2bf757
|
Automatic custom fonts registration for iOS.
|
2015-10-09 14:10:06 +03:00 |
|
|
c4022e62e0
|
use isNullOrUndefined instead of isUndefined
|
2015-09-14 15:15:13 +03:00 |
|
|
c683ea44e6
|
Refactor the file-system-access API to be synchronous. Added *Sync equivalents of the file-system APIs. Removed usage of file-system-access within the code.
|
2015-08-04 16:53:12 +03:00 |
|
|
6ebd488735
|
Application orientation changed event
|
2015-07-31 11:51:01 +03:00 |
|
|
3a4262b996
|
getApplication() and getApplicationContext() added/used to/from Android utils.
|
2015-07-27 09:57:32 +03:00 |
|
|
8a1b4b7bce
|
Remove NSError** out parameters from file-system-access.ios.
|
2015-07-13 17:47:52 +03:00 |
|
|
2e4b2eacf2
|
Fixed issue when bindingContext is bound more than once.
|
2015-05-08 09:53:59 +03:00 |
|
|
57679f8fc8
|
Fix a bug in the file-system module for iOS (NSDate is automatically marshalled to JS Date).
|
2015-04-08 14:14:52 +03:00 |
|
|
16b9676a2c
|
Fix: Deleteing known folder should resolve as error
|
2015-03-20 12:13:12 +02:00 |
|
|
88f6a936fc
|
Tests added and master-detail tempalte updated
|
2015-03-19 18:24:02 +02:00 |
|
|
0b2c4cc523
|
file-name-resolver module
|
2015-03-19 18:00:49 +02:00 |
|
|
cc829e0152
|
definitions fixed
|
2015-03-03 10:34:40 +02:00 |
|
|
3fcb0e8e40
|
Updated the text module with ambient declaration.
|
2014-06-03 10:40:15 +03:00 |
|
|
36c1910cb2
|
TypeScript documentation - type-params, lambdas and object-type.
|
2014-06-02 16:49:28 +03:00 |
|
|
b4b2f7dfe7
|
Updated BCL API reference.
|
2014-05-26 19:14:00 +03:00 |
|
|
db987a361d
|
Modified the http module to remove the cyclic references. Added promises.d.ts.
|
2014-05-21 16:27:13 +03:00 |
|
|
ad9ddef7ff
|
Fixed an issue with module resolution.
|
2014-05-21 15:27:20 +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 |
|
|
bf84c7a976
|
Added support for .impl suffix for files where we have same d.ts and ts names - e.g. file-system.d.ts & file-system.ts. Updated the BuildTasks.dll with the new logic.
|
2014-05-16 15:42:08 +03:00 |
|
|
8777ad7c5f
|
Fixed an issue in FileSystem module.
|
2014-05-16 15:42:08 +03:00 |
|
|
c946c24ae2
|
Renamed image module to image-source. Extended the testRunner to accept module name to run.
|
2014-05-15 16:13:43 +03:00 |
|
|
81dfaf8e44
|
naming fixed
|
2014-05-15 10:10:45 +03:00 |
|
|
a1db810eec
|
http and file-system naming changed to use "-"
|
2014-05-15 09:36:08 +03:00 |
|