46 Commits

Author SHA1 Message Date
97d00cdb40 Merge pull request #1479 from NativeScript/openFile-for-ios
openFile add for iOS
2016-02-04 10:53:35 +02:00
3bc1aa07ec openFile add for iOS 2016-02-03 10:59:35 +02:00
1e0f130b38 Merge pull request #1430 from NativeScript/gatanasov/lazy-require-fixes
Revisit lazy require routine
2016-02-01 16:54:31 +02:00
05d4e801fa original string restored from text property 2016-01-27 10:31:41 +02:00
3cadbb8362 Merge pull request #1440 from NativeScript/text-decoration
originalString cleared
2016-01-26 13:23:21 +02:00
64fb8972fd originalString cleared 2016-01-26 11:38:04 +02:00
56f1aaa795 Do not use lazy requires where not needed. 2016-01-25 16:33:18 +02:00
62d85b0dc0 Merge pull request #1407 from NativeScript/atanasovg/snapshot-refactorings
Atanasovg/snapshot refactorings
2016-01-25 10:29:24 +02:00
f930914fa8 Added typed information for lazily loaded android types. 2016-01-20 14:03:04 +02:00
d642b47569 fixed to be consistent with ios 2016-01-20 11:44:05 +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
2a8cc5c72c fixed none text-decoration 2016-01-19 09:48:19 +02:00
2d894db1a9 NSMutableArray changed to Array and NSMutableDictionary changed to Map 2016-01-12 09:44:47 +02:00
d7b13299b8 text-transform and text-decoration with formattedText fixed 2016-01-11 11:24:07 +02:00
d50e2fdb37 stylers removed 2015-12-22 16:12:18 +02:00
074ac89871 imports improved 2015-12-17 14:53:46 +02:00
1dbb742908 Implemented percent support for width, height and margins 2015-12-15 14:36:27 +02:00
8bee3ed2d1 Add file, row and column for ui/builder errors 2015-11-25 15:25:42 +02:00
c2cb4a8f61 Stabilizing layout tests 2015-11-11 16:30:55 +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
343265c571 dismissSoftInput implemented 2015-10-19 14:55:06 +03:00
7a86a36d31 async declaration removed 2015-10-01 17:13:42 +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
173cde895e Pull the Owned android helper interface to utils/utils.
In a @private block.
2015-09-18 11:29:12 +03:00
309e123f12 Extracted view-related utility methods from "utils/utils" to "ui/utils" so that the "utils/utils" module does not depend on the view module. 2015-09-16 16:20:43 +03:00
cb29e57168 code updated 2015-09-09 11:06:26 +03:00
cd313eb6d2 openUrl added 2015-09-09 10:34:21 +03:00
4cf6b66939 http jsonp support added 2015-09-07 10:52:49 +03:00
ff9ee707c0 Themes and styling 2015-09-04 13:48:45 +03:00
3a0cc32ff2 Fix for Button padding in android.
Fix for types - isString and isNumber.
Modified several tests to pass on VS Emulator for Android.
Fix page background to be applied in onLoaded method.
Enhancements for dependency-observable - it is now possible to add defaultValueGetter function to extract default value for a property. It can also be cached or not.
Remove android_constants because they are per theme and we cannot use them safely.
Fix for SearchBar reseColorProperty method.
2015-08-28 16:59:52 +03:00
0ad198165c Layouts are now implemented natively for Android. 2015-08-03 13:48:41 +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
39afd3cc3e Fix: ios crash when creating font descriptor 2015-06-26 11:12:47 +03:00
6cc5675d31 Resolved #294: Add an optional fullscreen parameter to Page.showModal method. 2015-06-11 11:04:08 +03:00
27b38da248 Style handlers caching revised 2015-05-22 18:08:15 +03:00
2c75ba989d Caching class names 2015-05-22 18:08:14 +03:00
191b91839e isDataURI method added 2015-05-21 11:41:30 +03:00
6b71ea07b4 isFileOrResourcePath and RESOURCE_PREFIX moved in utils 2015-05-18 17:15:04 +03:00
90722cfc67 Resolved #142: Modal views. 2015-05-18 14:13:46 +03:00
6bb533dc30 Fixed issue with binding when binding to a falsy object (also added types.isNullOrundefined function). 2015-04-20 14:25:01 +03:00
23b1825fc7 implement menuOptions 2015-03-26 17:32:27 +02:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00
fe5f30836c unused files deleted 2014-05-15 10:02:45 +03:00
012a4c40be module merge util module naming changed to use "-" 2014-05-15 10:00:17 +03:00
ceff7bb368 renamed folders with lower cases and renamed user preferences to local settings 2014-05-13 17:59:30 +03:00