1090 Commits

Author SHA1 Message Date
eda260323e Add a flag we can use to skip string template calcs in release 2016-05-17 16:43:41 +03:00
1a8d5d5cd8 Merge pull request #2105 from NativeScript/plamen5kov/add_packagejson_info
add native script key in package.son files
2016-05-17 14:51:52 +03:00
05f802bb16 Merge pull request #2124 from NativeScript/raikov/fix-2084
Fixed: App crashes when animating ActionBar
2016-05-17 14:47:29 +03:00
6075a837e8 Fixed: App crashes when animating ActionBar 2016-05-17 11:40:29 +03:00
59b45f8d35 Extract single style property resolution to an exported API.
Used by CSS selectors, and now the Angular `setElementStyle` renderer API.
2016-05-16 17:30:51 +03:00
b8785afd74 Merge pull request #2102 from NativeScript/clip-path
clip-path support added
2016-05-16 11:27:19 +03:00
ebed79da36 clip-path support added 2016-05-13 17:31:55 +03:00
75b1586cc3 Merge pull request #2099 from covex-nn/master
Typo in Pointer.getY method for iOS
2016-05-13 16:30:45 +03:00
7164391849 added nativescript key to existing package.json files and added package.json files where missing 2016-05-13 14:34:03 +03:00
d62f018a55 Fix navigatedFrom event raised when Activity is destroyed without actual navigation. (#2100) 2016-05-13 13:11:10 +03:00
eb653c602e Typo: Pointer.getY method for iOS returned this.location.x instead of this.location.y 2016-05-13 12:30:39 +03:00
87c9828a04 Merge pull request #2049 from akagr/feature/add-attributes-2048
Expose configurable attributes property when loading components
2016-05-11 10:10:38 +03:00
21c74bdf5a Call row/column removed callbacks on removeRows/removeColumns.
Changed callback names to _onRowRemoved, etc and changed visibility to
public to work around a TypeScript "protected" limitation.
2016-05-09 16:58:56 +03:00
115d4aa0a3 Merge pull request #2071 from NativeScript/nnikolov/Issue2016
Fixed issue with simple object as binding context.
2016-05-09 11:00:52 +03:00
2674f0666c Merge pull request #2066 from NativeScript/jasssonpet/delete-ui-main
Delete missing main module in ui/package.json
2016-05-09 09:43:24 +03:00
c2f084224a Expose configurable attributes property when loading components 2016-05-08 23:31:44 +05:30
c5a14464e8 Fixed issue with simple object as binding context. 2016-05-05 15:10:31 +03:00
b3b22ae2e4 Fixed css specifity levels for type selectors. 2016-05-04 11:28:37 +03:00
6830f80a86 Merge pull request #2068 from NativeScript/web-view-leak
Fixed: WebView still visible in chrome://inspect after page is destroyed
2016-05-03 18:44:08 +03:00
2cc1259bfd Fixed: WebView still visible in chrome://inspect after page is destroyed
Resolves #2053
2016-05-03 17:14:58 +03:00
b02c073f63 Delete missing main module in ui/package.json 2016-05-03 15:05:08 +03:00
4e4a69c282 Additional fix for changing binding context issue. 2016-05-03 14:23:58 +03:00
063f075e38 Revert "Fixed: iOS ActivityIndicator disrespects its visibility property when starting / stopping"
This reverts commit e2692253362a5dae69aae8b32f7810a042710c34.
2016-04-28 17:38:06 +03:00
54c65e94d7 Split layout-base to iOS and Android files
clipToBounds for a single view can't be implemented in Android in a straightforward manner

Resolves #1829
2016-04-28 17:35:06 +03:00
7203d201c0 Fixed stack overflow exception in binding. 2016-04-27 17:18:26 +03:00
b2c182fd7a Improve Binding class (#2038)
Remove options parameter
2016-04-27 16:43:45 +03:00
7b842a677f Merge pull request #2030 from NativeScript/raikov/pseudoselectors-angular
Fixed pseudoselectors to work with Angular
2016-04-26 15:06:38 +03:00
75a8f85923 Fixed pseudoselectors to work with Angular 2016-04-26 10:05:24 +03:00
2672752be8 Fixed: Unable to set padding for TextView
Resolves #2024
2016-04-25 17:05:18 +03:00
e269225336 Fixed: iOS ActivityIndicator disrespects its visibility property when starting / stopping
Resolves #2007
2016-04-25 15:17:08 +03:00
2a2ddb3495 Fix: Bold and italic do not work on Android when no font family is specified
Resolves #2018
2016-04-22 16:45:27 +03:00
ea9a9dca4a Fix: Multiple actionView items do not handle tap event correctly
Resolves #1878
2016-04-22 16:09:00 +03:00
8623f4e6d5 Fixed: Unable to show dialog from a modal page
Resolves #1809
2016-04-22 11:08:36 +03:00
02df926051 Evaluate lazily android specific global values 2016-04-21 17:20:48 +03:00
65bb2d4531 A lot of re-factoring + bug fix for navigation events 2016-04-21 16:38:34 +03:00
b3f36644c1 Fix: Android pages disappear before their exit transition has finished
Resolves #2000
2016-04-20 17:04:28 +03:00
4c761e8390 Merge pull request #1999 from NativeScript/nnikolov/ConvertersChangingBindingContext
Fixed adding converters to bindingContext.
2016-04-20 16:30:37 +03:00
8fef852d89 Fixed adding converters to bindingContext. 2016-04-20 15:49:44 +03:00
56065ae601 Fix broken navigation after clear history with transition
Resolves #1948
2016-04-20 14:57:01 +03:00
c7918c51ce Merge pull request #1992 from NativeScript/nnikolov/BindingSameProperties
Fix for using same name properties in binding.
2016-04-20 13:51:24 +03:00
a5b1acd56f Merge pull request #1993 from NativeScript/zindex
z-index support added
2016-04-20 09:48:52 +03:00
2c4c3c90e2 Fix for using same name properties in binding. 2016-04-19 17:19:04 +03:00
feb3084d61 Fix animations crash 2016-04-19 16:55:15 +03:00
b7e0d33387 z-index support added 2016-04-19 16:39:17 +03:00
3823cc45d0 Merge pull request #1989 from NativeScript/feature/ui-strings
Fix: setting text in Span to number/null/undefined
2016-04-19 11:50:43 +03:00
68815c2910 Merge pull request #1986 from NativeScript/raikov/fix-420
Fixed: There is a crash in Android when running animations too fast
2016-04-19 09:47:46 +03:00
fddaf251f7 Fix: setting text in Span to number/null/undefined 2016-04-18 18:33:15 +03:00
b4daee8088 Merge pull request #1983 from NativeScript/button-letter-sp
Button styler for iOS fixed
2016-04-18 13:47:50 +03:00
3b11d5d10e Fixed: There is a crash in Android when running animations too fast 2016-04-18 13:42:42 +03:00
169cb3115a Fixed: Change of CSS class during animation execution does not apply on Android 2016-04-18 11:41:10 +03:00