7164391849
added nativescript key to existing package.json files and added package.json files where missing
2016-05-13 14:34:03 +03:00
c2f084224a
Expose configurable attributes property when loading components
2016-05-08 23:31:44 +05:30
02df926051
Evaluate lazily android specific global values
2016-04-21 17:20:48 +03:00
fddaf251f7
Fix: setting text in Span to number/null/undefined
2016-04-18 18:33:15 +03:00
ba2a84de6b
Better tracing (logging) of run-time errors.
2016-04-01 17:34:14 +03:00
1c759649df
Letter spacing CSS support added
2016-03-29 09:45:03 +03:00
10d0d5c3ce
Plain component properties now can be applied from CSS
2016-03-16 16:01:35 +02:00
66936ff0c4
Fixes #1691 .
2016-03-03 18:03:27 +02:00
de6a92f8c6
Fix tslint errors.
2016-02-24 11:06:15 +02:00
29d76bdb42
androidAppInitialized removed
2016-02-23 10:51:12 +02:00
60cbb4753f
Android app initialization error handling improved
2016-02-18 15:22:45 +02:00
6e4d6ccfbc
Support for hierarchical and attribute css selectors.
2016-02-15 11:47:05 +02:00
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